I Installed JDK7, now starting TR leads to an xstream error. (Windows 7, TR 3.1.2 )
I still have the jdk6 and a jre6 installed.
As far as i can tell all defaults point to a java 6:
PS C:\Program Files (x86)\TR-3.1.2-de_DE\bin> java -version
java version "1.6.0_27"
Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed mode)
Tried netbeans jdkhome option, but with the same error / option not passed anyway
** LOG
PS C:\\Program Files (x86)\\TR-3.1.2-de_DE\\bin> .\\tr.exe "--jdkhome=C:\\Program Files\\Java\\jdk1.6.0_27"
The launcher has determined that the parent process has a console and will reuse it for its own console output. Closing
the console will result in termination of the running program.
Use '--console suppress' to suppress console output.
Use '--console new' to create a separate console window.
Ignored unknown option: --jdkhome=C:\\Program Files\\Java\\jdk1.6.0_27
** UI Still tells me :
Produktversion: ThinkingRock 3.1.2
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows 7 Version 6.1 läuft auf x86; Cp1252; de_DE (tr)
Benutzerverzeichnis: C:\Users\peter\AppData\Roaming\.thinkingrock\tr-3.1.2-de_DE
Any ideas?
Is there a way to force TR to use a specific Java Version?