[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VM02 Beta 1



mdj wrote:
On Sep 14, 1:27 pm, David Schmenk <dschm...@YUCH.gmail.com> wrote:

I also added parameter passing.  If your launcher supports it, you can
pass in a complete command line.  Something like:

JAVA.SYSTEM ECHO HELLO WORLD

would pass HELLO and WORLD as parameters to the ECHO class.  The test
launcher (davex) I used only allowed for one parameter though - the
class to execute.

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.

Dave...