Bug#322843: Support for Java 6 released today.

Gleidson Echeli Leopoldo gleidson_el at yahoo.com.br
Wed Dec 13 00:49:42 UTC 2006


Hi, I modified the scripts in java-package to it provide the support to
the Java 6 (released today). Also I created both directories sun-j2re1.6
and sun-j2sdk1.6 and i made some modifications in install file and
remove file that i copied from the sun-j2re1.5 and sun-j2sdk1.5,
respectively. The changes that i made follows below:

------------
*JRE*:
------------

diff -r sun-j2re.sh new-sun-j2re.sh
37a38,43
>       "jre-6-linux-i586.bin") # SUPPORTED
>             j2se_version=1.6.0+update00
>             j2se_expected_min_size=105
>             found=true
>             ;;
>
51a58,63
>       "jre-6-linux-amd64.bin") # SUPPORTED
>             j2se_version=1.6.0+update00
>             j2se_expected_min_size=105
>             found=true
>             ;;
>

diff -r sun-j2re1.5/install sun-j2re1.6/install
1c1
< suffix=j2re1.5-sun
---
> suffix=j2re1.6-sun
diff -r sun-j2re1.5/remove sun-j2re1.6/remove
1c1
< suffix=j2re1.5-sun
---
> suffix=j2re1.6-sun


------------
*JDK*:
------------

diff -r sun-j2sdk.sh new-sun-j2sdk.sh
37a38,42
>        "jdk-6-linux-i586.bin") # SUPPORTED
>             j2se_version=1.6.0+update00
>             j2se_expected_min_size=105
>             found=true
>             ;;
70a76,80
>       "jdk-6-linux-amd64.bin") # SUPPORTED
>           j2se_version=1.6.0+update00
>           j2se_expected_min_size=105
>           found=true
>           ;;

diff -r sun-j2sdk1.5/install sun-j2sdk1.6/install
1c1
< suffix=j2sdk1.5-sun
---
> suffix=j2sdk1.6-sun


diff -r sun-j2sdk1.5/remove sun-j2sdk1.6/remove
1c1
< suffix=j2sdk1.5-sun
---
> suffix=j2sdk1.6-sun


I tested both JRE and JDK for i386 and amd64 architecture and these
modifications works fine.

	

	
		
_______________________________________________________ 
Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas !
http://br.answers.yahoo.com/





More information about the pkg-java-maintainers mailing list