hi I am trying to do
java -jar jaxb-api-1.5.jar
I am getting the following error :
Failed to load Main-Class manifest attribute from jaxb-api-1.5.jar
I am running it in jdk1.4 env.
Why this is happening and how can it be recitified ?
What i am trying to do is generate the classes from xsd using jaxb xjc command in jdk1.4 env. If there is other way then please let me know Any pointer will help Thank