JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 26.10.2011, 07:06
tankman986
Guest
 
Posts: n/a
Default Support for Java 7.0.1

I noticed that installing and using the latest JDK (which includes Java 7.0.1) on most computers causes JDownloader to freeze at the splash screen when launched, even if Java 6 is also present and installed properly. Suggest to either begin work on supporting Java 7.0.1 or to modify JDownloader to run on Java 6 when both versions are available and throw an error message if only Java 7 is available.

Unrelated: jdownloader.org/knowledge/bugtracker isn't properly displaying information, it just has a vague error message followed by a link to the location of a content feed.
Reply With Quote
  #2  
Old 26.10.2011, 09:44
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,026
Default

Which Java is used is determined by the system reading the PATH variable.
If Java 7 is installed after the Java 6 it may put (or even replace path to Java 6 environment) it's path at the beginning of the PATH variable. So when jDownloader is calling java executable it will use Java 7.
Start command line (CMD) and execute command:
java -version
It will tell which Java is used by the java applications.

The easiest way to use Java 6 (if there are many environments installed) is to create simple start.bat with these two commands:
set PATH="c:\Program Files\Java\jre6\bin"
jDownloader.exe

First line is the path to the default Java6 JRE environment (you must change it if your Java 6 is installed in different directory), second will start jdownloader.
It should be executed from main jD directory.
Reply With Quote
  #3  
Old 26.10.2011, 10:06
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,642
Default

current stable works on java 1.7, but may contain some issues
to start jd, just close jd and all java processes and start jdupdate.jar
that should help.

next major release will support 1.7 officially
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 06:51.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.