http://www.hibernate.org/hib_docs/tools ... html#d0e40 which is referenced from
http://www.hibernate.org/5.html#A10.
"1.2.1. Usage of Eclipse WTP
The Hibernate tools plugins currently uses WTP 1.5.x which at this time is the latest stable release from the Eclipse Webtools project.
..."
If Hibernate Tools should work with the newest version of WTP that's great. I don't really care, I just want it to work. But in my case it does not.
Here's the output from ./eclipse -clean -debug:
Start VM: /usr/local/java/jdk/bin/java
-Xms768m
-Xmx768m
-XX:PermSize=128m
-XX:MaxPermSize=128m
-jar /usr/local/eclipse/eclipse-3.2.1/./startup.jar
-os linux
-ws gtk
-arch x86_64
-launcher /usr/local/eclipse/eclipse-3.2.1/./eclipse
-name Eclipse
-showsplash 600
-exitdata 5f000e
-clean
-debug
-vm /usr/local/java/jdk/bin/java
-vmargs
-Xms768m
-Xmx768m
-XX:PermSize=128m
-XX:MaxPermSize=128m
-jar /usr/local/eclipse/eclipse-3.2.1/./startup.jar
Install location:
file:/usr/local/eclipse/eclipse-3.2.1/
Configuration file:
file:/usr/local/eclipse/eclipse-3.2.1/configuration/config.ini loaded
Configuration location:
file:/home/lkline/.eclipse/org.eclipse.platform_3.2.0/configuration/
Configuration file:
file:/home/lkline/.eclipse/org.eclipse.platform_3.2.0/configuration/config.ini not found or not re
ad
Shared configuration location:
file:/usr/local/eclipse/eclipse-3.2.1/configuration/
Framework located:
file:/usr/local/eclipse/eclipse-3.2.1/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
Framework classpath:
file:/usr/local/eclipse/eclipse-3.2.1/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
Splash location:
/usr/local/eclipse/eclipse-3.2.1/plugins/org.eclipse.platform_3.2.0.v20060601/splash.bmp
runCommand:
</usr/local/eclipse/eclipse-3.2.1/./eclipse><-name><Eclipse><-showsplash><600></usr/local/eclipse/
eclipse-3.2.1/plugins/org.eclipse.platform_3.2.0.v20060601/splash.bmp>
Debug options:
file:/usr/local/eclipse/eclipse-3.2.1/.options not found
Time to load bundles: 73
Starting application: 6760
looking for type: got text/plain
Application Started: 16390
I installed WTP 3.1M2 and Hibernate tools 3.2.2.Beta1 onto a clean Eclipse 3.2.1 installation. I just unzipped the archives and copied the files to the eclipse installation directory. Didn't use update manager. I'm not even sure if I can see any WTP features since I don't know what they are.
Thanks in advance for any advice.