[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VM02 Beta 1
- Subject: Re: VM02 Beta 1
- From: mdj <mdj.mdj@gmail.com>
- Date: Tue, 16 Sep 2008 02:39:32 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-info: l33g2000pri.googlegroups.com; posting-host=203.217.83.242; posting-account=gKwMEAoAAACgdZoRArZlfcCSOA8KWMxg
- Newsgroups: comp.sys.apple2.programmer, comp.sys.apple2
- Organization: http://groups.google.com
- References: <Ly%yk.212$pr6.193@flpi149.ffdc.sbc.com>
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2.programmer:888 comp.sys.apple2:3528
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
- References:
- VM02 Beta 1
- From: David Schmenk <dschmenk@YUCH.gmail.com>