Greetings;
Programing a Java Aplication, i’m having a problem that seems to be related with the class location. Im using xfire classes.
When i try to run the jar file, after export it, i get this error:
Exception in thread “main” java.lang.NoClassDefFoundError: org/codehaus/xfire/XFireRuntimeException
In the MyEclipse IDE i have no problem at all. It runs perfectly.
By the way, my classpath system var is pointing the location where jar files are.
C:\Archivos de programa\MyEclipse 5.5.1 GA\jre\lib
C:\Archivos de programa\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.ws.xfire_5.5.0\data\1.2\lib
C:\Archivos de programa\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.iw.plugins.spindle.ui_5.5.0\lib
Can you tell me what i missing in this case?
Thank you very much, your soon help will be apreciated.
Pedro