[B]I have resolved one error and now getting following error:-
Could not run ‘ourjava’.[/b]
com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘MYJAVA: ourjava’ is not operational. To run this service, first recompile the Java source.
The source was saved, but was not compiled due to the following errors:
Failed to load Main Class: com.sun.tools.javac.Main
I have faced to this exception. Please correct me if i am wrong. Upto me this is an issue with the JVM version. Seems the JVM does not support an advanced feature that we might have used in the code.
This is Java error. Google would have provided you with answer you’re looking for.
This exception can occur when the source is built targeting a JDK that is not supported by the JDK attempting to run it. Check IS’s compiler version and the JDK version your code (including any imported Jar) targets.