PDA

View Full Version : jaxb and eclipse



Segaman
April 10th, 2011, 02:48 PM
Guys who can provide a repository link for installing jaxb tools for eclipse?
Cause I`ve downloaded jwsdp-2.0 and when I`m runnig this script I got errors:

Using /var/tmp as temporary directory...
Searching for Java(TM) 2 Platform, Standard Edition...
tail: не вдається відкрити `+368' для читання: No such file or directory
Initializing InstallShield Wizard...
Exception in thread "main" java.lang.NoClassDefFoundError: JWSDP
Caused by: java.lang.ClassNotFoundException: JWSDP
at java.net.URLClassLoader$1.run(URLClassLoader.java: 217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 21)
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 66)
Could not find the main class: JWSDP. Program will exit.

But then I used
export _POSIX2_VERSION=199209

which gives me
he wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (104)

Please help!
Thanks.