I downloaded the
j2ee yesterday got it all set up and
after reading every post there is at javaranch about
setting environment variable It still doesn't work.
1st problem:
I'm on a windows 98 michine.
I set all the variables in autoexec.bat.
I restarted my machine several time.
But each time I put j2ee -verbose it asks me to set
j2ee_home.
Even thought when I type set and hit enter I see
that j2ee_home is set.
When I type set j2ee_home from the command line it them works.
But even then I'm having some other problem.
when I type j2ee -verbose I'm getting
bad command or file error.
but when I type clouscape -start
it seems to almost work.
but I get this message and then it hangs:
Syntax error
Out of environment space
Sun Nov 04 17:56:32 HST 2001: [RmiJdbc] Starting Cloudscape RmiJdbc Server Versi
on 1.7.2 ...
Sun Nov 04 17:56:35 HST 2001: [RmiJdbc] COM.cloudscape.core.JDBCDriver registere
d in DriverManager
Sun Nov 04 17:56:35 HST 2001: [RmiJdbc] Binding RmiJdbcServer...
Sun Nov 04 17:56:35 HST 2001: [RmiJdbc] No installation of RMI Security Manager.
..
Sun Nov 04 17:56:35 HST 2001: [RmiJdbc] RmiJdbcServer bound in rmi registry
this is what i have in my autoexec.bat
------------------------------ C:\AUTOEXEC.BAT -------------------------------
SET BLASTER=A220 I5 D1 T4
LH C:\WINDOWS\AU30DOS.COM
PATH=%PATH%;"C:\Program Files\Mts";
"c:\j2sdk1.4.0-beta\bin";"c:\j2sdkee1.3\bin";
SET JAVA_HOME=c:\j2sdk1.4.0-beta3;
SET J2EE_HOME=c:\j2sdkee1.3;
SET CLATHPATH=c:\java;c:\j2sdkee1.3\lib\j2ee.jar;
can you help me out.
all I wanted was to take a look at this j2ee and figure out what its all about. this little thing is hanging me up.