removed
[ikiwiki.git] / docs / howtos / HowToInstallJava.mdwn
1 ## Requirements 
2
3
4
5 You should have read [[HowToPkgsrc]], installed pkgsrc and know how to use it. Capable of being able to breathe would help, too.
6
7
8
9 ## lang/sun-jre14 and lang/sun-jdk14 
10
11 IMHO are this the only binary Java ports you can get working. But as of 21.03.2007 you can not use 1_4_2_13 with DragonFly 1.9.0-PREVIEW. I got it working with 1_4_2_11, which you can get at [[http://java.sun.com/products/archive]]. To get your pkgsrc lang/sun-jre14 and lang/sun-jdk14 back to 1_4_2_11 do:
12
13     # cd lang/sun-jre14
14
15     # cvs update -dPD 20060727
16
17
18
19 and
20
21      . 
22
23     # cd lang/sun-jdk14
24
25     # cvs update -dPD 20060727
26
27
28
29 Now do an default install ritual.
30
31
32
33
34
35 FYI: You tagged pkgsrc lang/sun-jre14 and lang/sun-jdk14 and they will not be updated anymore until you use once:
36
37     . 
38
39     # cvs update -dPA
40
41
42
43 instead of your default:
44
45     . 
46
47     # cvs update -dP
48
49
50
51
52
53
54
55
56
57 ## wip/jdk14 
58
59
60
61 Default prozedure should work, if your libexec/rtld-elf/rtld.c is version 1.27 (as Release 1.8.1) and install a working lang/sun-jre14 and lang/sun-jdk14, as described above.
62
63
64