Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

bdk1.1 problem

807597Jan 9 2002 — edited Feb 18 2005
I think I am being really dumb. I am trying to get the bean development kit working and installed on my machine. When I run it to start it I get a "Exception in thread "main" java.lang.NoClassDefFoundError: sunw/demo/methodtrace
r/MethodTracer". Only the Toolbox window comes up, but none of the others. I have tried changing classpaths and looking at the .jar and .mk files to get it to find the methodtracer class but I still can't get it to work and can't spot the problem.

I get this:

C:\Java\BDK1.1>nmake run

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

cd beanbox
NMAKE -nologo run
set CLASSPATH=classes
java sun.beanbox.BeanBoxFrame
C:\Java\BDK1.1\jars\juggler.jar: jar load failed: java.lang.NoClassDefFoundError
: sunw/demo/methodtracer/MethodTracer
....
....
Could someone help me out with this? Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2005
Added on Jan 9 2002
2 comments
157 views