Skip navigation.
 
mlRe: Java VM version query
FROM : Richard Van Deren
DATE : Wed Oct 06 18:41:20 2004

Re: Java VM version query
I have been using FOP OK, now with Java 1.4.2, however, I had a problem 
when I added my FOP framework to a new application.  When I tried to 
debug it I got a class not found error.  This puzzled me because It 
was before my first line of code.

Can anyone use the Java debugger with an Xcode 1.5 native target?  My 
java frameworks works fine without the debugger turned on, so it must 
be the Java setup.

I think one of there parameters need to be changed in the Info.plist:
http://developer.apple.com/documentation/Java/Reference/Java14JavaDict/
index.html#//apple_ref/doc/uid/TP40000886

I am only using JVMVersion 1.4+

I just noticed that I now have the debugger console:
Here is my backtrace:
JavaBug> bt
    0: java.net.URLClassLoader$1.run()  line 199
    1: java.security.AccessController.doPrivileged()  line -1
    2: java.net.URLClassLoader.findClass()  line 187
    3: java.lang.ClassLoader.loadClass()  line 289
    4: sun.misc.Launcher$AppClassLoader.loadClass()  line 274
    5: java.lang.ClassLoader.loadClass()  line 235
    6: java.lang.ClassLoader.loadClassInternal()  line 302
JavaBug>
I have been using FOP OK, now with Java 1.4.2, however, I had a problem 
when I added my FOP framework to a new application.  When I tried to 
debug it I got a class not found error.  This puzzled me because It 
was before my first line of code.

Can anyone use the Java debugger with an Xcode 1.5 native target?  My 
java frameworks works fine without the debugger turned on, so it must 
be the Java setup.

I think one of there parameters need to be changed in the Info.plist:
http://developer.apple.com/documentation/Java/Reference/Java14JavaDict/
index.html#//apple_ref/doc/uid/TP40000886

I am only using JVMVersion 1.4+

I just noticed that I now have the debugger console:
Here is my backtrace:
JavaBug> bt
    0: java.net.URLClassLoader$1.run()  line 199
    1: java.security.AccessController.doPrivileged()  line -1
    2: java.net.URLClassLoader.findClass()  line 187
    3: java.lang.ClassLoader.loadClass()  line 289
    4: sun.misc.Launcher$AppClassLoader.loadClass()  line 274
    5: java.lang.ClassLoader.loadClass()  line 235
    6: java.lang.ClassLoader.loadClassInternal()  line 302
JavaBug>

Related mailsAuthorDate
mlJava VM version query Richard Van Deren Oct 1, 21:25
mlRe: Java VM version query Mike Hall Oct 1, 22:34
mlRe: Java VM version query Richard Van Deren Oct 2, 20:41
mlRe: Java VM version query Brent Gulanowski Oct 5, 20:09
mlRe: Java VM version query Richard Van Deren Oct 6, 18:41