On Sep 16, 8:45 pm, David Schmenk <dschm...@YUCH.gmail.com> wrote:
No luck with this under ProSEL 8 - a NoClassDefFoundException is
thrown. If the ProSEL entry has no STARTUP parameter it prompts for a
class ...
Matt
Is the class to execute in the same directory as JAVA.SYSTEM or does it
include a fully qualified path? It must be setting the correct prefix
to JAVA.SYSTEM beforehand or it wouldn't find the exception class to throw.
I tried using a qualified path to the class and relative, in both
cases it's one of the classes in the distribution and hence at the
same directory level as JAVA.SYSTEM
Since other applications work, I suspect it's some kind of string
termination issue. Unfortunately ProSEL won't allow spaces in the
STARTUP parameter so once this is working that's something I'm going
to have to patch...
Matt