Re: problem with java version "1.4.1_01"

From: Minh Tran-Le (tranle_at_hotmail.com)
Date: 07/30/04


Date: Fri, 30 Jul 2004 11:08:35 -0700

Madhur Ahuja wrote:
> Hello
> I have installed JDK, but I am unable to use IDE's like Forte v 2.0 and Java
> Workshop v 3.0
> with this JDK. The problem with both is *jvm.dll*. Both software searches
> for this file in my
> */bin/classic/jvm.dll* while I have no such directory structure in my jdk.
> Instead jvm.dll is present
> in */bin/client/jvm.dll* or */bin/server/jvm.dll*.
> Any Help would be appreciated.
>

Sun switched around some of the definition of classic/hotspot to just
client/server and I don't think you can disable the JIT any more. If
you have old software that assume jre/bin/classic, you can just create
that directory and copy the content of jre/bin/client into it.

You may also want to see if you may need to tweak the argument aliases
in jre/lib/i386/jvm.cfg



Relevant Pages