Hello, I don't know because I can't execute the program JBE Java Bytecode Editor.
It is a program to edit class files directly.
When I launch it from command line, it give me this error:
-------------------------------------------------------
Exception in thread "main" java.lang.NoClassDefFoundError: BrowserApplication
Caused by: java.lang.ClassNotFoundException: BrowserApplication
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: BrowserApplication. Program will exit.
-----------------------------------------------------
The program is donwloaded from this site cs.ioc.ee/~ando/jbe
I don't understand what is my error, please help me.
Thanks
Luciano

