[TVB-508] does not find x64 Java

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.

BBCode ist eingeschaltet
[img] ist eingeschaltet
[url] ist eingeschaltet
Smileys sind ausgeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Ansicht erweitern Die letzten Beiträge des Themas: [TVB-508] does not find x64 Java

Re: [TVB-508] does not find x64 Java

von Bananeweizen » 22 Jul 2009, 18:21

It has been fixed in 2.7.3 already.

Re: [TVB-508] does not find x64 Java

von Gast » 22 Jul 2009, 16:44

Would be really good when the problem would be fixed.

Is there a timeframe?

Re: Error Running, says requires Java 1.5.0

von Jaime17 » 20 Mai 2009, 11:12

ds10 hat geschrieben:What is shown when you type java -version in the DOS console.
I don't know too... Hoping that somebody will tell ot to us... :D
Good luck for the two of us...



_________________
Indianapolis SEO

Re: [TVB-508] does not find x64 Java

von Bananeweizen » 13 Feb 2009, 07:46

Re: Error Running, says requires Java 1.5.0

von Mathes.s » 10 Feb 2009, 10:44

Hi,
yes there is an update for launch4j, which addresses the Problem that it won't find the x64 Java-Installation. I compiled tv-browser with the updated launch4j and now it runs just as it should be.

Mathes

Re: Error Running, says requires Java 1.5.0

von TiKu » 03 Dez 2008, 23:01

This works, thank you.

Re: Error Running, says requires Java 1.5.0

von ds10 » 03 Dez 2008, 22:18

Possible. But Windows x64 is able to emulate x32, but maybe then it only allows access to x32 code so the Java x64 is not found because the tvbrowser.exe will be executed as x32 (because it is 32x).

If that's the case you can create a shortcut that starts the tvbrowser.jar

Code: Alles auswählen

Target: javaw.exe -Dpropertiesfile=windows.properties -Xmx256m -jar tvbrowser.jar
Run in: C:\Program Files\TV-Browser

Re: Error Running, says requires Java 1.5.0

von bodo » 03 Dez 2008, 20:10

@Ds10: is it possible that launch4j is not compatible with java 64 bit?

Re: Error Running, says requires Java 1.5.0

von TiKu » 03 Dez 2008, 20:05

Same problem here with J2RE x64 1.6.0_11. It worked with J2RE 1.6.0_10 (32 bit version).

Re: Error Running, says requires Java 1.5.0

von bodo » 14 Nov 2008, 07:13

launch4j tries to find java with a few things:
  • Registry Key from Sun
  • JAVA_HOME environment variable
I am not a Windows-User, but you should be able to set JAVA_HOME to the Path of your Java-Installation with this few steps:
  • Right-click My Computer, and then click Properties.
  • Click the Advanced tab.
  • Click Environment variables.
  • Click one the following options, for either a user or a system variable
    • Click New to add a new variable name and value.
    • Click an existing variable, and then click Edit to change its name or value.
    • Click an existing variable, and then click Delete to remove it.
(Copied from here)

This should help.

Re: Error Running, says requires Java 1.5.0

von stevvie » 14 Nov 2008, 00:39

I have only installed jre-6u10 from the website. this install of XP X64 SP2 is only about a month old so it's the only version that's been installed.

Re: Error Running, says requires Java 1.5.0

von bodo » 14 Nov 2008, 00:21

Do you have other Versions that the 1.6 installed on your PC?

Re: Error Running, says requires Java 1.5.0

von Gast » 13 Nov 2008, 22:37

java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode)

Re: Error Running, says requires Java 1.5.0

von ds10 » 13 Nov 2008, 18:49

What is shown when you type java -version in the DOS console.

[TVB-508] does not find x64 Java

von stevvie » 13 Nov 2008, 18:44

When I run tvbrowser 2.7.1 i get an error tittled Launch4j "this application requires java runtime enviroment 1.5.0" but I already have JRE 6.10 from http://java.com/en/download/index.jsp.

I know java is installed and other things that require java (freeguide) are running.

I'm running XP x64 SP3 if this helps.

Thanks

Nach oben