Hi I have created a jar file using the File -> export utility. I saved the default manifest file in the existing workspace. For example the jar file that I exported is named as myfoo.jar.
When I am trying to execute the jar file
java -jar myfoo.jar
I am getting the following error.
Exception in thread "main" java.lang.NoClassDefFoundError: com/siebel/data/SiebelException
Now I have already set up a system CLASSPATH variables where all the dependent jar files are specified.
Where am I going wrong?
Regards
Arup Sarkar