SOLUTION for JAVA 8 error - windows 8

0

I have a problem running a program that requires JAVA. Before it ran with JAVA 7 and now it is asking for JAVA 8. I did what was requested, however, the following appeared the following error:

Application Error

  

Class Not Found Exception

     

oracle.forms.engine.Main

I'm using windows 8

    
asked by anonymous 24.04.2015 / 18:56

1 answer

1

This seems like a classpath error.

Try passing the classpath at the moment you run the java command

    
24.04.2015 / 19:14