• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

getting started

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a bean beginner . I have downloaded bdk1_1_win but when I tried to run beanbox from command prompt (c:\bdk\beanbox\run.bat)
I got the following message

C:\bdk1.1\beanbox\>java sun.beanbox.BeanBoxFrame
exception in thread "main" NoClassDefFoundError:sun/beanbox/BeanBoxFrame
C:\BDK1.1\beanbox>if "" == "Windows_NT" setlocal
C:\BDK1.1\beanbox>set CLASSPATH=classes;..\lib\methodtracer.jar;..\infobus.jar
Out of environment space
I am working on windows98
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic