Error:Recompile the Java Service?

Hi All,
I am trying to run a java service on a newly set wM 6.1 environment on windows XP

Here is the IS JVM details
Java Version 1.5.0_16 (49.0)
Java Vendor Sun Microsystems Inc.
Java Home C:\Program Files\Java\jdk1.5.0_16\jre
Java Classpath C:\Program Files\Java\jdk1.5.0_16\lib\rt.jar
C:\Program Files\Java\jdk1.5.0_16\lib\i18n.jar
C:\webMethods61\IntegrationServer\lib\proxy.jar

server.bat parameter:-
SET IS_DIR=C:\webMethods61\IntegrationServer
SET JAVA_DIR=C:\Program Files\Java\jdk1.5.0_16

Extended Settings I have made the following entry:-
watt.server.compile=C:\webMethods61\jvm\win142\bin\javac -classpath {0} -d {1} {2}
watt.server.compile.unicode=C:\webMethods61\jvm\win142\bin\javac -encoding Unicode -classpath {0} -d {1} {2}

Error running the Java Service:
com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘Utils:CreateNewInterface’ is not operational. To run this service, first recompile the Java source.

I have installed Java 1.5.0_16
C:\Program Files\Java\jdk1.5.0_16

i can see most of the packages are partially loaded bcoz of :-[ISS.0026.9104] Missing class Utils
[ISS.0026.9104] Missing class Utils
[ISS.0026.9104] Missing class Utils

what is the Problem? Why i am not able to compile Java Service in IS 6.1 version?:confused:

–RJ

Does 6.1 support using JVM 1.5? I’m not sure that it does.

I’d recommend moving to at least 6.5 if not 7.1.2 at the earliest opportunity.

When I was in Johnson & Johnson, before migrate to 7.1 we had IS 6.1.2 and (if I remember right) with JVM 1.5. This was 2 years ago. But maybe you have to configurate the path in the IS. I attach a guide to do this.
Regards

Reamon is right, IS 6.1 not support JVM 1.5. I remember now. I was wrong about that.
Regards