Skip to content

Commit

Permalink
Java update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotus committed Jan 21, 2012
1 parent 59ebee5 commit d2ca33c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.nsi
Expand Up @@ -58,12 +58,13 @@ SetCompressor /SOLID LZMA
; ----------------------------------------
; JAVA VERSION
; http://www.java.com/de/download/manual.jsp BundleId +1 / +2
; User-Agent to see the 64bit link: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Win64; x64; Trident/4.0)

!define JRE_VERSION6 "1.6"
; jre-6u29-windows-i586.exe
!define JRE_32 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=57241"
; jre-6u29-windows-x64.exe
!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=56699"
; jre-6u30-windows-i586.exe
!define JRE_32 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=58125"
; jre-6u30-windows-x64.exe
!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=58126"

;!define JRE_32 "http://yacy.berlios.de/download.php?what=jre&version=32&yacyrevnr=@REPL_REVISION_NR@"
;!define JRE_64 "http://yacy.berlios.de/download.php?what=jre&version=64&yacyrevnr=@REPL_REVISION_NR@"
Expand Down

0 comments on commit d2ca33c

Please sign in to comment.