AW: [opencms-dev] Newer debug settings with jdk1.4.0?

Michael Dernen Michael.Dernen at framfab.de
Thu Sep 5 12:30:21 CEST 2002


Hello Manfred,
the message:

Warning: classic VM not supported; client VM will be used

comes from the Java VM because the -classic option
is no longer supported by the VM included in jdk 1.4.0. 
jdk 1.4.0 does not include a classic VM.
The -classic option is normally used because the default HotSpot VM of jdk
1.3
makes problems when debugging.

Regards,
Michael


-----Ursprüngliche Nachricht-----
Von: Manfred Pruntsch [mailto:manfred.pruntsch at ifcos.com]
Gesendet: Donnerstag, 5. September 2002 12:15
An: Opencms Opencms
Betreff: [opencms-dev] Newer debug settings with jdk1.4.0?


Hi everybody,

I use the jbuilder 6 enterprise to debug my java classes for opencms.
The settings I used for tomcat are:
CATALINA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:tran
sport=dt_socket,server=y,suspend=n,address=5000 -Dfile.encoding=ISO8859_1

With jdk 1.3.1 all works fine. With jdk 1.4.0 it works fine too but I get
while startup tomcat a warn-message:
Warning: classic VM not supported; client VM will be used

It seems the jvm.dll has moved from classic to client folder in jdk1.4.0:
in jdk 1.3.1/jre/bin/classic/jvm.dll
in jdk 1.4.0/jre/bin/client/jvm.dll

Does anybody know how configure tomcat to search in right folder?


best regards
Manfred Pruntsch


----------------------------------------------
IFCOS Institut für Zell- und Organsimulation GmbH
email: manfred.pruntsch at ifcos.com



More information about the opencms-dev mailing list