Friday, July 17, 2009

issues with my Eclipse and Jaxb setup

I was struggling a lot with my eclipse and jaxb setup.
Ultimately it turned out to be eclipse java settings on Ubuntu.

I was supposed to use sun java-6.0 but for some reason my eclipse configuration was picking up gcj-java.

In the process, i used following tricks...

Change eclipse java preferences in
/etc/eclipse/java_home

Change the by default installed JRE setting in eclipse>window>preferences...

Checked the installed vm of eclipse by looking into eclipse>help>about eclipse platform>configuration details

Changed the default JRE that needs to be included in the project while creating the project...

sudo update-alternatives --config java

and somehow it worked for me...

Saurabh

No comments:

Post a Comment