Re: z/OS Java JVM question

2012-01-15 Thread Steve Austin
Subject: Re: z/OS Java JVM question Steve Austin wrote: Having successfully created the JVM I can then find my class and run the main method. However, if I add code the call a JNI routine the class can no longer be found [...] Make sure that your LIBPATH environment variable includes the directory

Re: z/OS Java JVM question

2012-01-13 Thread Justin R. Bendich
Steve Austin wrote: Having successfully created the JVM I can then find my class and run the main method. However, if I add code the call a JNI routine the class can no longer be found [...] Make sure that your LIBPATH environment variable includes the directory in which the required load

z/OS Java JVM question

2012-01-12 Thread Steve Austin
Having successfully created the JVM I can then find my class and run the main method. However, if I add code the call a JNI routine the class can no longer be found; the source of my class is shown below with the JNI call code commented out. Any idea why the class can't be found? Thanks

Re: z/OS Java JVM question

2012-01-12 Thread Staller, Allan
CLASSPATH? snip Having successfully created the JVM I can then find my class and run the main method. However, if I add code the call a JNI routine the class can no longer be found; the source of my class is shown below with the JNI call code commented out. Any idea why the class can't be

Re: z/OS Java JVM question

2012-01-12 Thread Steve Austin
I've not changed the classpath, the only difference is in the java source as shown. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Staller, Allan Sent: 12 January 2012 14:18 To: IBM-MAIN@bama.ua.edu Subject: Re: z/OS Java JVM question

Re: z/OS Java JVM question

2012-01-12 Thread Scott Ford
Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Staller, Allan Sent: 12 January 2012 14:18 To: IBM-MAIN@bama.ua.edu Subject: Re: z/OS Java JVM question CLASSPATH? snip Having successfully created the JVM I can then find my class and run the main