Continuing saga of JPDA on Mac OSX (10.2.8, G5)
Continuing saga of JPDA on Mac OSX (10.2.8, G5)
- Subject: Continuing saga of JPDA on Mac OSX (10.2.8, G5)
- From: Jonathan Rochkind <email@hidden>
- Date: Tue, 30 Dec 2003 15:13:43 -0600
Okay, continuing saga to get the bugseeker debugger to work on my OSX
10.2.8 G5.
The key problem seemed to be that I was missing the "libjdwp.jnilib"
and "libdt_socket.jnilib" files. I have no idea why---someone else
confirmed that these were not present by default on 10.2.8, but were
installed (on their machine) with the Dec 2003 Developer Tools
install.
I have, of course, already installed the Developer Tools (how else
would I be using WebObjects at all?). Just to be sure, I ran the
installer again. It did NOT install those jnilib files. I have no
idea why. [Debugging Java apps, which requires JPDA, _must_ be
supported on the G5, right?]
So, anyway, Karl very kindly emailed me those jnilib files from his
OSX machine. I tried putting them in the correct location... Now
bugseeker2 starts up without complaint. It let's me create and safe
a new debug "Project", great.... I try starting debug on that
project, and I get the following error in the terminal console from
which I started bugseeker:
Exception occurred during event dispatching:
java.lang.NoClassDefFoundError: com/sun/jdi/VMDisconnectedException
at bugseeker2.ei.sc(Obfuscated with SourceShield:3022)
at bugseeker2.ei.ub(Obfuscated with SourceShield:2998)
at bugseeker2.ij.actionPerformed(Obfuscated with SourceShield:4568)
at javax.swing.Timer.fireActionPerformed(Timer.java:145)
at javax.swing.Timer$DoPostEvent.run(Timer.java:103)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:149)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:332)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)
The bugseeker GUI just gives me the "wait" cursor forever.
I don't know if maybe the jnilib files that Karl sent me are
inappropriate for my G5, or if I've solved my initial problem
succesfully but have now moved on to a new problem... or what.
Any ideas at all? Man, I hate this.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.