jikes

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

jikes

Andreas Zieritz
OK, this is my problem...

1.) program
/* the program*/
say 'hello world'

2.) error

Found 2 syntax errors in "test.java":

     1. /* Generated from 'test.nrx' 30 Jul 1998 19:48:12 [v1.140] *//*
Options: Crossref Decimal Logo Trace2 Verbose3 */public class
test{private static final java.lang.String $0="test.nrx";public static
void main(java.lang.String $0s[]){netrexx.lang.RexxIO.Say("hello
world");return;}private test(){return;}}
                                                                                                                                         
<------------------------------------------------->
*** Syntax Error: Unexpected input discarded

     1. /* Generated from 'test.nrx' 30 Jul 1998 19:48:12 [v1.140] *//*
Options: Crossref Decimal Logo Trace2 Verbose3 */public class
test{private static final java.lang.String $0="test.nrx";public static
void main(java.lang.String $0s[]){netrexx.lang.RexxIO.Say("hello
world");return;}private test(){return;}}
                                                                                                                                                                                                                                       
<>
*** Syntax Error: Unexpected input discarded


The first error begins at {private static final


System: OS/2 Fixpack 6
JDK: 1.1.6 with Fixpack applied
Netrexx 1.140


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>