Netrexx installation

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

Netrexx installation

Bengt Heijnesson
Hi List,

we have installed Java and Netrexx  in uss of z/os as well as linux under
z/VM. I get the same problem in both environments and i hope
you can help me to get passed this problem.

java used.
sles1101:/opt/ibm/java-s390x-60/jre> java -fullversion
java full version "JRE 1.6.0 IBM Linux build pxz6460sr4-20090219_01 (SR4)
"



I use the hello.nrx  to verify the installation

java -verbose  -classpath
/opt/ibm/java-s390x-60/jre/lib/rt.jar:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
COM.ibm.netrexx.process.NetRexxC /root/hello.nrx


 but get

Program hello.nrx
   +++ Error: The class 'java.lang.Object' cannot be found


Regards Bengt Heijnesson



more from the log..


class load: java/nio/channels/FileChannel
class load: COM.ibm.netrexx.process.RxTracer from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxParser from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClauseParser from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrEnd from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrCatch from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxCursor from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxVarpool from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrLevel from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxToken from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClass from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxMessage from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: org/apache/harmony/kernel/vm/VM
class load: java/util/ResourceBundle$2
class load: com/ibm/oti/vm/AbstractClassLoader$1
class load: java/net/URLClassLoader$1
class load: java/net/JarURLConnection
class load: sun/net/www/protocol/jar/JarURLConnection
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController
class load: sun/net/www/protocol/jar/JarFileFactory
class load: sun/net/www/protocol/jar/URLJarFile
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry
class load: sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream
class load: java/util/PropertyResourceBundle
class load: sun/nio/cs/ISO_8859_1
class load: sun/nio/cs/ISO_8859_1$Decoder
Program hello.nrx
   +++ Error: The class 'java.lang.Object' cannot be found
class load: java/util/Arrays
Compilation of 'hello.nrx' failed [one error]
class load: java/util/IdentityHashMap$1
class load: java/util/IdentityHashMap$IdentityHashMapIterator
class load: java/util/IdentityHashMap$1$1
class load: java/util/IdentityHashMap$IdentityHashMapEntry
class load: java/io/DeleteOnExitHook
class load: java/util/LinkedHashMap$1
class load: java/util/LinkedHashMap$AbstractMapIterator
class load: java/util/LinkedHashMap$KeyIterator
class load: java/util/ListIterator
class load: java/util/AbstractList$FullListIterator
IBM Svenska AB
Adress: Oddegatan 5, Kista, 163 92 Stockholm

S?vida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20090428/2a4f98ea/attachment-0001.html
Reply | Threaded
Open this post in threaded view
|

Netrexx installation

measel
In this example you reference the rt.jar from the z/os side trying to run it under linux.  Remove rt.jar and try it again.

________________________________

From: [hidden email] [mailto:[hidden email]] On Behalf Of Bengt Heijnesson
Sent: Tuesday, April 28, 2009 3:48 AM
To: [hidden email]
Subject: [Ibm-netrexx] Netrexx installation



Hi List,

we have installed Java and Netrexx  in uss of z/os as well as linux under z/VM. I get the same problem in both environments and i hope
you can help me to get passed this problem.

java used.
sles1101:/opt/ibm/java-s390x-60/jre> java -fullversion
java full version "JRE 1.6.0 IBM Linux build pxz6460sr4-20090219_01 (SR4) "



I use the hello.nrx  to verify the installation

java -verbose  -classpath /opt/ibm/java-s390x-60/jre/lib/rt.jar:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar COM.ibm.netrexx.process.NetRexxC /root/hello.nrx


 but get

Program hello.nrx
   +++ Error: The class 'java.lang.Object' cannot be found


Regards Bengt Heijnesson



more from the log..


class load: java/nio/channels/FileChannel
class load: COM.ibm.netrexx.process.RxTracer from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxParser from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClauseParser from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrEnd from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrCatch from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxCursor from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxVarpool from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrLevel from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxToken from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClass from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxMessage from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: org/apache/harmony/kernel/vm/VM
class load: java/util/ResourceBundle$2
class load: com/ibm/oti/vm/AbstractClassLoader$1
class load: java/net/URLClassLoader$1
class load: java/net/JarURLConnection
class load: sun/net/www/protocol/jar/JarURLConnection
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController
class load: sun/net/www/protocol/jar/JarFileFactory
class load: sun/net/www/protocol/jar/URLJarFile
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry
class load: sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream
class load: java/util/PropertyResourceBundle
class load: sun/nio/cs/ISO_8859_1
class load: sun/nio/cs/ISO_8859_1$Decoder
Program hello.nrx
   +++ Error: The class 'java.lang.Object' cannot be found
class load: java/util/Arrays
Compilation of 'hello.nrx' failed [one error]
class load: java/util/IdentityHashMap$1
class load: java/util/IdentityHashMap$IdentityHashMapIterator
class load: java/util/IdentityHashMap$1$1
class load: java/util/IdentityHashMap$IdentityHashMapEntry
class load: java/io/DeleteOnExitHook
class load: java/util/LinkedHashMap$1
class load: java/util/LinkedHashMap$AbstractMapIterator
class load: java/util/LinkedHashMap$KeyIterator
class load: java/util/ListIterator
class load: java/util/AbstractList$FullListIterator
IBM Svenska AB
Adress: Oddegatan 5, Kista, 163 92 Stockholm

S?vida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20090428/194b89ce/attachment.html
Reply | Threaded
Open this post in threaded view
|

Netrexx installation

Bengt Heijnesson
Hi,
removed  /opt/ibm/java-s390x-60/jre/lib/rt.jar (i had tried that earlier)
but the problem remains.

IBM Svenska AB
Adress: Oddegatan 5, Kista, 163 92 Stockholm



"Measel, Mike" <[hidden email]>
Sent by: [hidden email]
2009-04-28 13:56
Please respond to
IBM Netrexx <[hidden email]>


To
"IBM Netrexx" <[hidden email]>
cc

Subject
RE: [Ibm-netrexx] Netrexx installation






In this example you reference the rt.jar from the z/os side trying to run
it under linux.  Remove rt.jar and try it again.

From: [hidden email]
[mailto:[hidden email]] On Behalf Of Bengt Heijnesson
Sent: Tuesday, April 28, 2009 3:48 AM
To: [hidden email]
Subject: [Ibm-netrexx] Netrexx installation


Hi List,

we have installed Java and Netrexx  in uss of z/os as well as linux under
z/VM. I get the same problem in both environments and i hope
you can help me to get passed this problem.

java used.
sles1101:/opt/ibm/java-s390x-60/jre> java -fullversion
java full version "JRE 1.6.0 IBM Linux build pxz6460sr4-20090219_01 (SR4)
"



I use the hello.nrx  to verify the installation

java -verbose  -classpath
/opt/ibm/java-s390x-60/jre/lib/rt.jar:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
COM.ibm.netrexx.process.NetRexxC /root/hello.nrx


 but get

Program hello.nrx
   +++ Error: The class 'java.lang.Object' cannot be found


Regards Bengt Heijnesson



more from the log..


class load: java/nio/channels/FileChannel
class load: COM.ibm.netrexx.process.RxTracer from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxParser from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClauseParser from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrEnd from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrCatch from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxCursor from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxVarpool from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrLevel from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxToken from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClass from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxMessage from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: org/apache/harmony/kernel/vm/VM
class load: java/util/ResourceBundle$2
class load: com/ibm/oti/vm/AbstractClassLoader$1
class load: java/net/URLClassLoader$1
class load: java/net/JarURLConnection
class load: sun/net/www/protocol/jar/JarURLConnection
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController
class load: sun/net/www/protocol/jar/JarFileFactory
class load: sun/net/www/protocol/jar/URLJarFile
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry
class load: sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream
class load: java/util/PropertyResourceBundle
class load: sun/nio/cs/ISO_8859_1
class load: sun/nio/cs/ISO_8859_1$Decoder
Program hello.nrx
   +++ Error: The class 'java.lang.Object' cannot be found
class load: java/util/Arrays
Compilation of 'hello.nrx' failed [one error]
class load: java/util/IdentityHashMap$1
class load: java/util/IdentityHashMap$IdentityHashMapIterator
class load: java/util/IdentityHashMap$1$1
class load: java/util/IdentityHashMap$IdentityHashMapEntry
class load: java/io/DeleteOnExitHook
class load: java/util/LinkedHashMap$1
class load: java/util/LinkedHashMap$AbstractMapIterator
class load: java/util/LinkedHashMap$KeyIterator
class load: java/util/ListIterator
class load: java/util/AbstractList$FullListIterator
IBM Svenska AB
Adress: Oddegatan 5, Kista, 163 92 Stockholm

S?vida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm_______________________________________________
Ibm-netrexx mailing list
[hidden email]




S?vida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20090428/0cbbe348/attachment-0001.html
Reply | Threaded
Open this post in threaded view
|

Netrexx installation

measel
Should have been more specific.  You must include the default classpath. ( not on linux right now so this may not be exact )  Add -verbose4 to see how the classpath looked to nrc:
 
java -classpath $CLASSPATH:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar COM.ibm.netrexx.process.NetRexxC -verbose4 /root/hello.nrx
 
And your CLASSPATH environment variable must be set correctly for the linux shell you are using
 
Like ( CLASSPATH=.;\usr\Java\jdk1.5.0_14\lib\tools.jar;c:\Netrexx\lib\NetrexxC.jar;C:\Program Files\Java\jre1.6.0_05\lib\ext\QTJava.zip )  Except with linux syntax of course.
 
 

________________________________

From: [hidden email] [mailto:[hidden email]] On Behalf Of Bengt Heijnesson
Sent: Tuesday, April 28, 2009 8:36 AM
To: IBM Netrexx
Subject: RE: [Ibm-netrexx] Netrexx installation



Hi,
removed  /opt/ibm/java-s390x-60/jre/lib/rt.jar (i had tried that earlier)  but the problem remains.

IBM Svenska AB
Adress: Oddegatan 5, Kista, 163 92 Stockholm



"Measel, Mike" <[hidden email]>
Sent by: [hidden email]

2009-04-28 13:56
Please respond to
IBM Netrexx <[hidden email]>


To
"IBM Netrexx" <[hidden email]>
cc
Subject
RE: [Ibm-netrexx] Netrexx installation

       




In this example you reference the rt.jar from the z/os side trying to run it under linux.  Remove rt.jar and try it again.


________________________________

From: [hidden email] [mailto:[hidden email]] On Behalf Of Bengt Heijnesson
Sent: Tuesday, April 28, 2009 3:48 AM
To: [hidden email]
Subject: [Ibm-netrexx] Netrexx installation


Hi List,

we have installed Java and Netrexx  in uss of z/os as well as linux under z/VM. I get the same problem in both environments and i hope
you can help me to get passed this problem.

java used.
sles1101:/opt/ibm/java-s390x-60/jre> java -fullversion
java full version "JRE 1.6.0 IBM Linux build pxz6460sr4-20090219_01 (SR4) "



I use the hello.nrx  to verify the installation

java -verbose  -classpath /opt/ibm/java-s390x-60/jre/lib/rt.jar:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar COM.ibm.netrexx.process.NetRexxC /root/hello.nrx


but get

Program hello.nrx
  +++ Error: The class 'java.lang.Object' cannot be found


Regards Bengt Heijnesson



more from the log..


class load: java/nio/channels/FileChannel
class load: COM.ibm.netrexx.process.RxTracer from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxParser from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClauseParser from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrEnd from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrCatch from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxCursor from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxVarpool from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrLevel from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxToken from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClass from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxMessage from: file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: org/apache/harmony/kernel/vm/VM
class load: java/util/ResourceBundle$2
class load: com/ibm/oti/vm/AbstractClassLoader$1
class load: java/net/URLClassLoader$1
class load: java/net/JarURLConnection
class load: sun/net/www/protocol/jar/JarURLConnection
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController
class load: sun/net/www/protocol/jar/JarFileFactory
class load: sun/net/www/protocol/jar/URLJarFile
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry
class load: sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream
class load: java/util/PropertyResourceBundle
class load: sun/nio/cs/ISO_8859_1
class load: sun/nio/cs/ISO_8859_1$Decoder
Program hello.nrx
  +++ Error: The class 'java.lang.Object' cannot be found
class load: java/util/Arrays
Compilation of 'hello.nrx' failed [one error]
class load: java/util/IdentityHashMap$1
class load: java/util/IdentityHashMap$IdentityHashMapIterator
class load: java/util/IdentityHashMap$1$1
class load: java/util/IdentityHashMap$IdentityHashMapEntry
class load: java/io/DeleteOnExitHook
class load: java/util/LinkedHashMap$1
class load: java/util/LinkedHashMap$AbstractMapIterator
class load: java/util/LinkedHashMap$KeyIterator
class load: java/util/ListIterator
class load: java/util/AbstractList$FullListIterator
IBM Svenska AB
Adress: Oddegatan 5, Kista, 163 92 Stockholm

S?vida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm_______________________________________________
Ibm-netrexx mailing list
[hidden email]




S?vida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20090428/5bc67200/attachment.html
Reply | Threaded
Open this post in threaded view
|

Netrexx installation

Mike Cowlishaw-2
In reply to this post by Bengt Heijnesson
Hi, at some point the rt.jar file was split and renamed in some JVMs, so
early NetRexx versions do not know where to find it.

Try copying the core.jar and possibly other .jar files to the lib\ext
directory.


Mike

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mike Cowlishaw, IBM Fellow
http://bit.ly/mfc
IBM UK (MP8), PO Box 31, Birmingham Road, Warwick, CV34 5JL



Bengt Heijnesson <[hidden email]>
Sent by: [hidden email]
28/04/2009 09:47
Please respond to
IBM Netrexx <[hidden email]>


To
[hidden email]
cc

Subject
[Ibm-netrexx] Netrexx installation







Hi List,

we have installed Java and Netrexx  in uss of z/os as well as linux under
z/VM. I get the same problem in both environments and i hope
you can help me to get passed this problem.

java used.
sles1101:/opt/ibm/java-s390x-60/jre> java -fullversion
java full version "JRE 1.6.0 IBM Linux build pxz6460sr4-20090219_01 (SR4)
"



I use the hello.nrx  to verify the installation

java -verbose  -classpath
/opt/ibm/java-s390x-60/jre/lib/rt.jar:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
COM.ibm.netrexx.process.NetRexxC /root/hello.nrx


 but get

Program hello.nrx
   +++ Error: The class 'java.lang.Object' cannot be found


Regards Bengt Heijnesson



more from the log..


class load: java/nio/channels/FileChannel
class load: COM.ibm.netrexx.process.RxTracer from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxParser from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClauseParser from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrEnd from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrCatch from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxCursor from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxVarpool from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.NrLevel from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxToken from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxClass from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: COM.ibm.netrexx.process.RxMessage from:
file:/opt/ibm/java-s390x-60/jre/lib/NetRexxC.jar
class load: org/apache/harmony/kernel/vm/VM
class load: java/util/ResourceBundle$2
class load: com/ibm/oti/vm/AbstractClassLoader$1
class load: java/net/URLClassLoader$1
class load: java/net/JarURLConnection
class load: sun/net/www/protocol/jar/JarURLConnection
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController
class load: sun/net/www/protocol/jar/JarFileFactory
class load: sun/net/www/protocol/jar/URLJarFile
class load: sun/net/www/protocol/jar/URLJarFile$URLJarFileEntry
class load: sun/net/www/protocol/jar/JarURLConnection$JarURLInputStream
class load: java/util/PropertyResourceBundle
class load: sun/nio/cs/ISO_8859_1
class load: sun/nio/cs/ISO_8859_1$Decoder
Program hello.nrx
   +++ Error: The class 'java.lang.Object' cannot be found
class load: java/util/Arrays
Compilation of 'hello.nrx' failed [one error]
class load: java/util/IdentityHashMap$1
class load: java/util/IdentityHashMap$IdentityHashMapIterator
class load: java/util/IdentityHashMap$1$1
class load: java/util/IdentityHashMap$IdentityHashMapEntry
class load: java/io/DeleteOnExitHook
class load: java/util/LinkedHashMap$1
class load: java/util/LinkedHashMap$AbstractMapIterator
class load: java/util/LinkedHashMap$KeyIterator
class load: java/util/ListIterator
class load: java/util/AbstractList$FullListIterator
IBM Svenska AB
Adress: Oddegatan 5, Kista, 163 92 Stockholm

S?vida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm_______________________________________________
Ibm-netrexx mailing list
[hidden email]








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20090428/87c060b9/attachment-0001.html
Reply | Threaded
Open this post in threaded view
|

Netrexx installation

Alan Sampson-2
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 7915 bytes
Desc: S/MIME Cryptographic Signature
Url : http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20090428/dc5fe290/smime.bin
Reply | Threaded
Open this post in threaded view
|

Netrexx installation

Bengt Heijnesson
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/octet-stream
Size: 7915 bytes
Desc: not available
Url : http://ns.hursley.ibm.com/pipermail/ibm-netrexx/attachments/20090429/18d05840/smime-0001.obj