• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

compiling and running jsp prog

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!
I'm new to jsp
I'd downloaded jswdk 1.0 set my classpath as
set path=c:\jswdk-1.0.1;%path%(my jswdk-1.0.1 is in c
put my first jsp program in the webpages directory of jswdk
clicked on the startserver.bat of jswdk
then the message I got was
'out of environment space
using classpath'
so its clear the path i mentioned's not appropriate...
then what cud it be?
I tried
set path=c:\jswdk-1.0.1\webpages;%path%
set path=c:\jswdk-1.0.1\examples\jsp;%path%
set classpath=c:\jswdk-1.0.1\lib;%classpath%
but in vain
ur help wud be greately appriciated.....
Thanx in advance
regards
Shanti.
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
out of environment space
means that your memory setting are wrong.
Do this:
open a DOS Comman Prompt. Go to the top left corner
and using the right mouse button, select the
properties menu. Then in the memory select
something like 4096 (select the number from
the list). Apply if necessary, then close the DOS
prompt. Open it again, goto the jswdk library and
then use the startup script reather than clicking
on it.
HTH.
Regds.
- satya

[This message has been edited by Madhav Lakkapragada (edited November 11, 2000).]
 
shanti surap
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Satya!
Thanx for ur reply.
I tried changing memory n set that as 4096, closed the prompt n opened the prompt too.
but here I dont get what u mean by open jswdk library (do u mean I change into the subdirectory c:\jswdk-1.0.1\lib
cud u pls elaborate more on what u mean by startup scripting ?
Thanx
Shanti
 
reply
    Bookmark Topic Watch Topic
  • New Topic