Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Java jdk
Date: Sun, 02 Aug 2009 19:43:08
Message-Id: loom.20090802T141606-879@post.gmane.org
1 Hello,
2
3 So following this doc:
4 2009-04-18-java-config-wrapper-0.16
5
6 I ran: java-check-environment
7
8 then: rm /etc/env.d/20java ; env-update && source /etc/profile
9
10 and finally: emerge -av --depclean dev-java/java-config:0
11
12 Calculating dependencies... done!
13 virtual/jdk-1.4.2 pulled in by:
14 dev-db/hsqldb-1.8.0.10
15 dev-java/jdbc-mysql-5.0.8
16 dev-java/jdbc-postgresql-8.3_p603-r1
17 dev-util/eclipse-sdk-3.2.1-r3
18
19 No packages selected for removal by depclean
20 Packages installed: 1118
21 Packages in world: 95
22 Packages in system: 51
23 Required packages: 1118
24 Number removed: 0
25
26
27 So it looks like I need this virtual/jdk-1.4.2 ???
28
29 but my choices are: # eselect java-vm list
30 Available Java Virtual Machines:
31 [1] blackdown-jdk-1.4.2
32 [2] sun-jdk-1.6 system-vm
33
34 So I ran these:
35
36 equery depends hsqldb
37 app-office/openoffice-3.1.0-r1 (java? >=dev-db/hsqldb-1.8.0.9)
38
39 emerge -1D hsqldb
40 python-updater
41 env-update && source /etc/profile
42 emerge @preserved-rebuild
43 revdep-rebuild -p ; revdep-rebuild
44
45 Still OpenOffice is broken per thread
46 openoffice fails on qt_plugins_3.3rc
47
48
49 The error I still get when I launch OO is:
50 terminate called after throwing an instance of
51 'com::sun::star::uno::RuntimeException'
52
53 and so I'm not sure I have java setup correctly.
54
55 The system has been synced and updated as of today.
56
57 thoughts and ideas most welcome?
58
59
60 james

Replies

Subject Author
[gentoo-user] Re: Java jdk walt <w41ter@×××××.com>