-
1. Re: JBoss Tools 3.2b not correctly installed?
maxandersen Oct 25, 2010 6:06 AM (in response to jom)what shows up in Eclipse Error Log view when you run with eclipse -debug ?
That should reveal any plugin loading problems.
-
2. Re: JBoss Tools 3.2b not correctly installed?
jom Oct 25, 2010 8:24 AM (in response to maxandersen)Thanks for the hint.
This is my output. Don´t be misled by the java-path jdk6_13. The version should be 1.6.0_20 by now.
I don´t see any obvious errors. May-be you notice more:
Start VM: -Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Djava.class.path=C:\Program Files\Eclipse\Eclipse3.6\\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-os win32
-ws win32
-arch x86
-showsplash C:\Program Files\Eclipse\Eclipse3.6\\plugins\org.eclipse.platform_3.6.0.v201006080911\splash.bmp
-launcher C:\Program Files\Eclipse\Eclipse3.6\eclipse.exe
-name Eclipse
--launcher.library C:\Program Files\Eclipse\Eclipse3.6\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503\eclipse_1307.dll
-startup C:\Program Files\Eclipse\Eclipse3.6\\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-product org.eclipse.epp.package.jee.product
-debug
-vm D:\java\jdk6_13\bin\client\jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Djava.class.path=C:\Program Files\Eclipse\Eclipse3.6\\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
Install location:
file:/c:/Program Files/Eclipse/Eclipse3.6/
Configuration file:
file:/c:/Program Files/Eclipse/Eclipse3.6/configuration/config.ini loaded
Configuration location:
file:/C:/Users/jom/.eclipse/org.eclipse.platform_3.5.0_1024558415/configuration/
Configuration file:
file:/C:/Users/jom/.eclipse/org.eclipse.platform_3.5.0_1024558415/configuration/config.ini loaded
Shared configuration location:
file:/c:/Program Files/Eclipse/Eclipse3.6/configuration/
Framework located:
file:/c:/Program Files/Eclipse/Eclipse3.6/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
Framework classpath:
file:/c:/Program Files/Eclipse/Eclipse3.6/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
Splash location:
C:\Program Files\Eclipse\Eclipse3.6\\plugins\org.eclipse.platform_3.6.0.v201006080911\splash.bmp
Debug options:
file:/C:/Users/jom/.options not found
Time to load bundles: 42
Starting application: 18617
Application Started: 40117 -
3. Re: JBoss Tools 3.2b not correctly installed?
maxandersen Oct 25, 2010 9:35 AM (in response to jom)if debug is activated you should have *much* more than this in your log file.
It should list any plugins that have not been able to load etc. and if you installed the plugins via an updatesite (i.e. dont just unzip the the zip) it gotta show up here if it does not show up in the UI.
btw. you did see this from the installation guide, right:
Download an Update Site Zip, but DO NOT UNZIP IT.
and then we continue showing how to use the Update Manager to install it ?
-
4. Re: JBoss Tools 3.2b not correctly installed?
jom Oct 25, 2010 4:18 PM (in response to maxandersen)Thanks for the quick answer.
Those are really all messages I see on the debug console window. In the "Error Log" view I don´t get any messages at all. Do I need any special debug settings in the ".options" file?
Yes, I followed the instructions: I did not unzip the file but let eclipse "Install new software" handle the zip.
By the way, I was expecting to see something like "JSF tools" among the JBT options during installation. Or is this contained in another tool?
-
5. Re: JBoss Tools 3.2b not correctly installed?
maxandersen Oct 26, 2010 6:15 AM (in response to jom)Richfaces tools is what covers JSF, HTML and other web dev tooling.
If you don't see any other messages in the Error View log then i'm puzzled...looks like nothing were installed...
-
6. Re: JBoss Tools 3.2b not correctly installed?
jom Oct 27, 2010 7:20 AM (in response to maxandersen)I have managed to solve the problem. This was somehow related to my eclipse installation.
I had originally moved the eclipse distribution to my c:\Program Files folder (using Windows Vista).
Now I have extracted the helios distribution into a none-"c:\Program Files" folder. And everything works just fine. This is odd.
Thanks for the help, though