Where is the Real JAVAHOME?

2004-07-16 Thread Aris Javier
Hello! I'm confused... I installed j2sdk1.4.1 in my D drive.. D:\j2sdk1.4.1 But when i take a look at my C drive under program files.. there is C:\program files\java\j2re1.4.1 Both includes \lib and \bin folders... Which of those two directories is the JAVAHOME? Thanks!

Vedr.: Where is the Real JAVAHOME?

2004-07-16 Thread Thomas Nybro Bolding
PROTECTED] cc: Vedr.: Where is the Real JAVAHOME? Hello! I'm confused... I installed j2sdk1.4.1 in my D drive.. D:\j2sdk1.4.1 But when i take a look at my C drive under program files.. there is C:\program files\java\j2re1.4.1 Both includes \lib and \bin folders... Which

Re: Where is the Real JAVAHOME?

2004-07-16 Thread Thilo Krawietz
Hello Aris, j2sdk is the full featured Java Development Kit including javac compiler, java interpreter, jdb Debugger , rmic and so on. j2re is the so called Java run time environment. This is like a somewhat slim JDK, which also provides you the Java interpreter, but NOT the compiler. With

Re: Where is the Real JAVAHOME?

2004-07-16 Thread Thilo Krawietz
sorry, i made an error: of course you may compile source only with the j2sdk NOT with the jre! s*** happens :-) Hello! I'm confused... I installed j2sdk1.4.1 in my D drive.. D:\j2sdk1.4.1 But when i take a look at my C drive under program files.. there is C:\program files\java\j2re1.4.1 Both

RE: Where is the Real JAVAHOME?

2004-07-16 Thread Sternbergh, Cornell
Message- From: Thilo Krawietz [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 04:05 To: Tomcat Users List Subject: Re: Where is the Real JAVAHOME? sorry, i made an error: of course you may compile source only with the j2sdk NOT with the jre! s*** happens :-) Hello! I'm confused... I