Works on 3.02 but not 3.03

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Works on 3.02 but not 3.03

gpatrick
options replace format comments java crossref symbols nobinary

cymru = [ 'Daffy Duck', 'Yosemite Sam', 'Marvin the Martian and K9', 'Sylvester' ]
say Arrays.asList(cymru)
return;

NetRexx 3.02:
# nrc al.nrx
NetRexx portable processor, version NetRexx 3.02, build 172-20130625-1742
Copyright (c) RexxLA, 2011,2013.  All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
Program al.nrx
Compilation of 'al.nrx' successful

# java al
[Daffy Duck, Yosemite Sam, Marvin the Martian and K9, Sylvester]

NetRexx 3.03:
# nrc al.nrx
NetRexx portable processor 3.03 NetRexx '3.03', build 4-20140601-2316
Copyright (c) RexxLA, 2011,2014.   All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
Program al.nrx
Compilation of 'al.nrx' successful

# java al.nrx
Error: Could not find or load main class al.nrx
Reply | Threaded
Open this post in threaded view
|

Re: Works on 3.02 but not 3.03

rickmcguire
Looks to me like you just mistyped the java command for the 3.03 version.  You need to remove the .nrx extension.

Rick


On Tue, Jun 3, 2014 at 8:36 AM, gpatrick <[hidden email]> wrote:
options replace format comments java crossref symbols nobinary

cymru = [ 'Daffy Duck', 'Yosemite Sam', 'Marvin the Martian and K9',
'Sylvester' ]
say Arrays.asList(cymru)
return;

*NetRexx 3.02:*
# nrc al.nrx
NetRexx portable processor, version NetRexx 3.02, build 172-20130625-1742
Copyright (c) RexxLA, 2011,2013.  All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
Program al.nrx
Compilation of 'al.nrx' successful

# java al
[Daffy Duck, Yosemite Sam, Marvin the Martian and K9, Sylvester]

*NetRexx 3.03:*
# nrc al.nrx
NetRexx portable processor 3.03 NetRexx '3.03', build 4-20140601-2316
Copyright (c) RexxLA, 2011,2014.   All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.
Program al.nrx
Compilation of 'al.nrx' successful

# java al.nrx
Error: Could not find or load main class al.nrx



--
View this message in context: http://ibm-netrexx.215625.n3.nabble.com/Works-on-3-02-but-not-3-03-tp4027146.html
Sent from the ibm-netrexx mailing list archive at Nabble.com.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Works on 3.02 but not 3.03

gpatrick
I didn't catch that. Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: Works on 3.02 but not 3.03

Tom Maynard
In reply to this post by gpatrick

On 03-Jun-14 07:36, gpatrick wrote:
> cymru = [ 'Daffy Duck', 'Yosemite Sam', 'Marvin the Martian and K9',
> 'Sylvester' ]
As a person of Welsh heritage, I must object to this slur on my
nationality.   Cartoon characters ... really?  Why not "Charlie the Cool
Coal Cat" or "Mike the Musical Miner?"

[I'm just joking here.  No actual offense taken or intended.]

Tom -- Conway -- Maynard.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Works on 3.02 but not 3.03

Peter Sharp-2
And there's such a rich sludge of musicals to mine! The good ones, of
course, are the foam atop the sludge ... ;-D

Sorry. We now return you to your normal programming.

Peter Sharp
On 06/03/2014 01:44 PM, Tom Maynard wrote:

>
> On 03-Jun-14 07:36, gpatrick wrote:
>> cymru = [ 'Daffy Duck', 'Yosemite Sam', 'Marvin the Martian and K9',
>> 'Sylvester' ]
> As a person of Welsh heritage, I must object to this slur on my
> nationality.   Cartoon characters ... really?  Why not "Charlie the
> Cool Coal Cat" or "Mike the Musical Miner?"
>
> [I'm just joking here.  No actual offense taken or intended.]
>
> Tom -- Conway -- Maynard.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Works on 3.02 but not 3.03

Dave Woodman
In reply to this post by Tom Maynard
Or "Jones the Coal", "Jones the Milk", "Jones the Steam", "Jones the Bread",
"Jones the Bus" ...

I, too, have Welsh heritage (although some say that Cardiff doesn't count!).

        Hwyl,

                Dave.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Tom Maynard
Sent: 03 June 2014 19:45
To: IBM Netrexx
Subject: Re: [Ibm-netrexx] Works on 3.02 but not 3.03


On 03-Jun-14 07:36, gpatrick wrote:
> cymru = [ 'Daffy Duck', 'Yosemite Sam', 'Marvin the Martian and K9',
> 'Sylvester' ]
As a person of Welsh heritage, I must object to this slur on my
nationality.   Cartoon characters ... really?  Why not "Charlie the Cool
Coal Cat" or "Mike the Musical Miner?"

[I'm just joking here.  No actual offense taken or intended.]

Tom -- Conway -- Maynard.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/


---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/