The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Installing IBMJava Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Installing IBMJava" Watch "Installing IBMJava" New topic
Author

Installing IBMJava

charu kochar
Greenhorn

Joined: Jul 13, 2001
Posts: 1
I am trying to install virtualage java but it comes up with a message saying Environmental space must be increased and Environment variable cannot exceed 255 characters.
I typed at DOS prompt
c:\command.com /P/E:1024
and in config.sys
shell =c:\command.com c:\ /P/E:512
Doesnt work ?
What to do?
Charu.


Cheers<BR>Charu.
Gokhan Gultekin
Greenhorn

Joined: Jun 23, 2001
Posts: 27
Try to increase the E value.
Try:

c:\command.com /P/E:8192
and in config.sys
shell =c:\command.com c:\ /P/E:8192
It worked for me when i had a similar problem installing the tomcat server on a Windwos ME machine.
Migth also work for you.
Cheers,
Gokhan
Jane Griscti
Ranch Hand

Joined: Aug 30, 2000
Posts: 3141
Hi Charu,
I hope you got VA working ok. Just an FYI, when you're studying, it's much safer to write and compile your code by hand. IDE's optimize alot of code, correcting syntax errors, etc. You may get a clean compile with VA but not with the JDK. As Sun only tests you on what their compiler can do you're much better off using it directly.
------------------
Jane Griscti
Sun Certified Programmer for the Java� 2 Platform


Jane Griscti
SCJP, Co-author Mike Meyers' Java 2 Certification Passport
Terence Doyle
Ranch Hand

Joined: May 30, 2001
Posts: 328
Hi,
I completely agree with Jane.
I'm going for the cert in September and I have both JBuilder 5 and Visual Age installed but it's strictly ' don't open till Christmas !!'
I'm learning a whole lot with my trusty notepad the JDK docs and the JDK compiler.
The basics/foundation you get typing in your code ( and mistakes ) yourself will serve you well in the future if you are given code to optimize or alter.
Give it a shot.

Bye,
Terry


Raising Flares debut album 'Ignition' out now

http://www.raisingflares.com

Terry Doyle <br />SCPJ 1.4 , SCWCD , SCMAD(Beta)
Padmaja Balaji
Ranch Hand

Joined: Jun 13, 2001
Posts: 122
I fully agree with u Terry. Typing programs in the notepad not only indicates ur error prone zones but also a good learning tool for real typing too.
- Paddy
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Installing IBMJava
 
Similar Threads
Out of Environment Space in win98
not able to run tomcat on win98
Running ANT - Out of environment space
out of environment error in the TOMCAT server(desperate to run my first JSP program)
help understanding the package declaration...