Hi
I have written a java program and uses JCO to connect to the backend.
I have put JCO in the PATH of windows
Now when I try to run the program from the command line
java -jar C:\workspace_3.2\myFolder\MyJar.jar
I get the folowing exception
java.lang.NoClassDefFoundError: com/sap/mw/jco/JCO$ParameterList
Any suggestion why?
regards
yuval