score:0

Accepted answer

it wasn't enough to configure eclipse to use ibm's sdk for projects, i had to start eclipse using ibm's jvm. i've edited eclipse's config file (eclipse.ini) and added ibm's jre.

openfile
-vm
...\ibm\websphere7\appserver\java\bin\javaw.exe
-vmargs
-dosgi.requiredjavaversion=1.5
...

reference

score:1

make sure you are using the was 7.0 jvm when you run the wsimport. you may have several jvms on your workstation. the jvm under <was install>/java is the one you want in your path ahead of all others when using the command.


Related Query

More Query from same tag