latest Java SE (JRE7/JRE6) dl urls, test Java ...

Ask, answer and discuss any and all topics about the hows, whys, wheres and whens of playing Haven & Hearth.

latest Java SE (JRE7/JRE6) dl urls, test Java ...

Postby borka » Thu Jun 07, 2012 7:39 pm

:!: post updated June 19 2013 -> JRE7u25, JDK7u25, Mac OS X 10.6 Update 16, Java for OS X 2013-004,

JAVA SE (Standard Edition - for "Desktop Computers") = JRE (Java Runtime Environment) for Consumers and JDK (Java Development Kit - contains JRE ) for Developers http://docs.oracle.com/javase/7/docs/

Troubleshooting tips for using Java SE on Windows 8 : http://www.java.com/en/download/faq/win8_faq.xml
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Java SE (JRE) 7u25 :
http://www.oracle.com/technetwork/java/ ... 80261.html

Linux - Solaris - Windows - MacOSX 64Bit (Version 10.7.3 and higher)

Update release notes:
http://www.oracle.com/technetwork/java/ ... 55741.html

Java Applet & Web Start - Code Signing from Java7u21 on :
http://www.oracle.com/technetwork/java/ ... 15323.html
--------------------------------------------------------------------------------------------------------------------------------

JDK 7u25
http://www.oracle.com/technetwork/java/ ... 80260.html

Update release notes:
http://www.oracle.com/technetwork/java/ ... 55741.html

--------------------------------------------------------------------------------------------------------------------------------
(i don't mention when i update pls look for yourself here -ty)

JDK™ 8 Early Access Releases

8 Build b94 June 14, 2013
http://jdk8.java.net/download.html

Estimated Release date for Java 8 is March 18 2014 - Shedule + Status:
http://openjdk.java.net/projects/jdk8/
---------------------------------------------------------------------------------------------------------------------------------

Java SE (JRE) 6 Update 45: - Not for MacOSX - see below!
http://www.oracle.com/technetwork/java/ ... 02815.html
End of Life! - no more security patches for free! This release is the last of publicly available JDK / JRE 6 Updates. Oracle recommends that users migrate to JDK / JRE 7 in order to continue receiving public updates and security enhancements. All JDK /JRE 6 releases up to and including 6u45 will be moved to Java Archive, where they will remain available but will not receive updates. For users who require continued access to JDK 6 updates, long term support is available through the Java SE Support program.

6u45 Release Notes:
http://www.oracle.com/technetwork/java/ ... 36954.html

Older Java 6 in Oracle Java Archive:
http://www.oracle.com/technetwork/java/ ... 19409.html

-------------------------------------------------------------------------------------------------------------------------------

For those who are using IcedTea
http://icedtea.classpath.org/wiki/Main_Page

IcedTea7
http://blog.fuseyism.com/index.php/2013 ... -released/
IcedTea 2.4.0 Released!
http://icedtea.classpath.org/download/s ... 4.0.tar.gz

http://blog.fuseyism.com/index.php/2013 ... -released/
[SECURITY] IcedTea 2.1.8 for OpenJDK 7 Released!

http://blog.fuseyism.com/index.php/2013 ... -released/
[SECURITY] IcedTea 2.2.8 for OpenJDK 7 Released

IcedTea 6
http://blog.fuseyism.com/index.php/2013 ... -released/
[SECURITY] IcedTea 1.11.11 & 1.12.5 for OpenJDK 6 Released!

for Debian based Linux Distributions (Ubuntu, Mint...) this might come in handy (ty Grim!)
viewtopic.php?f=2&p=397853#p397853

--------------------------------------------------------------------------------------------------------------------------------------
Apple Updates for Java SE 6 (-> 1.6.0_51.)

Java for Mac OS X 10.6 Update 16 http://support.apple.com/kb/DL1573
http://support.apple.com/downloads/DL15 ... date16.dmg
Mac OS X v10.6.8, OS X Lion v10.7 or later, OS X Mountain Lion v10.8 or later

------
Java for OS X 2013-004 http://support.apple.com/kb/DL1572
http://support.apple.com/downloads/DL15 ... 13-004.dmg

----------------------------------------------------------------------------------------------------
JOGL and Gluegen libaries
(needed for running custom clients on Mac OsX and Linux)
http://jogamp.org/deployment/jogamp-cur ... atforms.7z
7zip http://www.7-zip.org/ format (contains libaries for all platforms - unpack and drop appropriate files in custom client folder)
Last edited by borka on Mon May 06, 2013 7:32 am, edited 113 times in total.
User avatar
borka
 
Posts: 3257
Joined: Thu Feb 03, 2011 7:47 pm

Re: Java SE (JRE7/6) manually dl urls and other Java hints

Postby borka » Mon Jun 11, 2012 5:43 pm

Test your java installation:
http://java.com/en/download/testjava.jsp

you need to have java plugin activated for your browser!

Also you can't test your 64 Bit Java with a 32 Bit Browser (another Reason why non official development of Firefox 64 Bit sux ...)

How to uninstall java
http://www.java.com/en/download/uninstall.jsp
Last edited by borka on Sat May 04, 2013 5:09 am, edited 6 times in total.
User avatar
borka
 
Posts: 3257
Joined: Thu Feb 03, 2011 7:47 pm

Re: Java SE (JRE7/6) manually dl urls and other Java hints

Postby borka » Wed Jun 13, 2012 4:09 pm

Explanation urls how to get java set in windows environment
so no need to set the path to java in run.bat manually
(usefull for all progs using Java)

http://www.java.com/en/download/help/path.xml english

http://www.java.com/ru/download/help/path.xml russian

http://www.java.com/sv/download/help/path.xml svenska

http://www.java.com/fr/download/help/path.xml french

http://www.java.com/pl/download/help/path.xml polish

http://www.java.com/de/download/help/path.xml german


example run.bat with java set in environment:


------------------------------------------------------------------------------
(on Windows 7 64 bit, 64 bit java7.4, Ender 64 bit client)

java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
------------------------------------------------------------------------------
(on Win XP pro 32Bit, 32Bit Java6.33, Ender 32Bit):

start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Last edited by borka on Sun Jul 08, 2012 4:57 am, edited 4 times in total.
User avatar
borka
 
Posts: 3257
Joined: Thu Feb 03, 2011 7:47 pm

Re: Java SE (JRE7u5) manually dl urls and other Java hints

Postby MagicManICT » Thu Jun 14, 2012 8:19 am

Anything useful for non-tech types that are having compatibility issues in some software with v7?
Check out my RoB wiki user page for some useful links and other HnH related tidbits (currently under construction).
http://ringofbrodgar.com/wiki/User:MagicManICT
User avatar
MagicManICT
 
Posts: 4735
Joined: Tue Aug 17, 2010 1:47 am

Re: Java SE (JRE7u5) manually dl urls and other Java hints

Postby borka » Thu Jun 14, 2012 2:56 pm

I am on v6 myself - and thus i'll post updates for it till it's EOL (which just was set from July to November)

look at first post at the bottom for v6 urls - the testjava url works with it too...

Update: switched to 7 - works for me (anyways no (t much) Java stuff i use beside HnH and Salem)
will carry on posting SE 6 updates till EOL ...

Update2 Java 6 EOL now February 2013 finally
Last edited by borka on Wed Aug 15, 2012 12:57 pm, edited 6 times in total.
User avatar
borka
 
Posts: 3257
Joined: Thu Feb 03, 2011 7:47 pm

Re: Java SE (JRE7u5) manually dl urls and other Java hints

Postby MagicManICT » Thu Jun 14, 2012 9:20 pm

Probably because people still haven't gotten compatibility issues worked out of existing software yet...
Check out my RoB wiki user page for some useful links and other HnH related tidbits (currently under construction).
http://ringofbrodgar.com/wiki/User:MagicManICT
User avatar
MagicManICT
 
Posts: 4735
Joined: Tue Aug 17, 2010 1:47 am

Re: latest Java SE (JRE7/JRE6) dl urls, test Java ...

Postby borka » Fri Jan 04, 2013 6:33 pm

Mac (older OSX) and IcedTea infos and urls hopefully soon...as fast as their Maintainers are ;)


DevPreview gets updated regularly with latest builds...

I recommend always keep your Java updated to latest stable SE 6 or 7 for security fixes!


Thanx for sticky sab!
Last edited by borka on Sun Jan 13, 2013 10:07 pm, edited 2 times in total.
User avatar
borka
 
Posts: 3257
Joined: Thu Feb 03, 2011 7:47 pm

Warning! exploits for Java 7u10 browser plugin

Postby borka » Sat Jan 12, 2013 8:35 pm

Attention! The latest Java 7u10 has a security hole in browser plugin - exploits for that are already in use - disable the java plugin in your browser untill there's a fix! If you're using MS IE even if you disabled Java plugin Java is still working in browser - better grab an alternative browser!

https://blog.mozilla.org/security/2013/ ... erability/
http://web.nvd.nist.gov/view/vuln/detai ... -2013-0422

Mac OSX
http://www.macrumors.com/2013/01/11/app ... ty-threat/
User avatar
borka
 
Posts: 3257
Joined: Thu Feb 03, 2011 7:47 pm

Re: latest Java SE (JRE7/JRE6) dl urls, test Java ...

Postby borka » Mon Jan 14, 2013 6:34 am

Java Updates in OP! Security Fix

Java SE 7u11
Java JDK7u11
User avatar
borka
 
Posts: 3257
Joined: Thu Feb 03, 2011 7:47 pm

Re: latest Java SE (JRE7/JRE6) dl urls, test Java ...

Postby Foetuses » Mon Jan 14, 2013 9:44 pm

Thanks for the updates, borka. :) Though I would recommend always disabling Java in your browser... only enable it if you have to. :roll:
Foetuses
 
Posts: 27
Joined: Tue Mar 27, 2012 11:55 pm

Next

Return to How do I?

Who is online

Users browsing this forum: Google [Bot], insanechef and 7 guests