Hi,
I'm trying to get a program working and when it gets to this this line (in composer 6.7):
clientx = new DfClientX();
It fails with: ClassNotFoundException.
Is there a jar file I'm missing (dfc.jar maybe?)
Any help would be appreciated.
The 'run' classpath should have dfc.jar on it. Alternatively you could put dctm.jar on the classpath but this is generally for desktop application where DFC has been installed.
Are you trying in debug mode in Eclipse ?
If so, put dfc.jar in the eclispe classpath.
Good luck.
I've tried setting the classpath as environment variable in windows, but that didn't seem to work Not sure if that is the run classpath?
Running in Composer?, you need to set up a run configuration with the correct classpath