ju doyle

Greenhorn
+ Follow
since Dec 08, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ju doyle

Hi,
I'm running Jeode (java 1.1.8) on a PDA on top of which I've placed Swing libraries. I'm trying to run an application which depends on JavaBeans but keep getting the error:
'java.lang.noClassDefFoundError: java/beans/beancontext/BeanContextChild'

I've no problem running the app under java 1.4.1. Is there something I need to do to get JavaBeans working with 1.1.8?

Thanks alot.
Hi,
I've installed J9 and Swing libraries on my PDA but I'm having some problems running Swing programs. My application will display JFrames, but none of the components I place inside the Frame. I'm getting the following runtime error:

'Exception in thread java.lang.NoSuchMethodError: java/awt/Component.getPeer()Ljava/awt/peer/ComponentPeer;'

I'm compiling under jdk 1.3.1_13 and have been told that the method getPeer() has been deprecated. Does anyone know of a way to get around this? Or if there's a version of the method I could use that hasn't been deprecated.

Thanks.
19 years ago
Hi,
I've installed J9 on my PDA and also Swing libraries. I'm trying to run a simple Swing program but am getting an error:
'Exception in thread main java.lang.NoClassDefFoundError: javax.Swing.Utilities'

The class javax.Swing.Utilities is actually there in the Swing libraries I've installed and my classpath is set up ok so I was wondering if anyone might know what the problem could be?

Thanks
19 years ago
Hi,
I've installed J9 on my PDA and also Swing libraries. I'm trying to run a simple Swing program but am getting an error:
'Exception in thread main java.lang.NoClassDefFoundError: javax.Swing.Utilities'

The class javax.Swing.Utilities is actually there in the Swing libraries I've installed and my classpath is set up ok so I was wondering if anyone might know what the problem could be?

Thanks
19 years ago
hey, i'm currently using the org.w3c.dom package to parse xml documents but it won't work under java 1.3.1. Does anyone know of a package I can use which works with this version of java? Thanks.