bdk1.1 problem
807597Jan 9 2002 — edited Feb 18 2005I 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.