0
votes
1answer
23 views
How do I detect the OpenJDK in my applet (System Properties)?
How can I determine if my client is running OpenJDK with a web plugin? I've tried java.version and the rest of the properties listed here.
Running java -version from the terminal works fine, but if I …
1
vote
6answers
270 views
Java: Fonts look garbled on Linux, but fine on windows
I'm writing a java application that renders PDF documents to images, and when I run it on windows it works fine. But when I render the PDF on Linux, the standard fonts look a bit garbled, like there …
0
votes
1answer
227 views
Is there an Ubuntu 9.04 OpenJDK equivalent of sun-java6-plugin?
Hi, I'm wondering if there exists an implementation of a firefox plugin for OpenJDK, or how one would get firefox to use OpenJDK's java for applets. I've searched endlessly, and I can't seem to find …
1
vote
1answer
28 views
Using the Deployment Toolkit to detect openjdk under Ubuntu?
Hi, I'm using deployJava.js to detect and redirect for java compatibility. Now, however, I've noticed that deployJava.js does NOT detect openjdk. Is there a modified version of this file that does …
0
votes
0answers
51 views
Advice on creating derivative works based on OpenJDK sources carrying the “classpath exception”?
I'm trying to provide more JRE support for use in my GWT programs. GWT works by cross-compiling Java source into optimized JavaScript. To do this it must have access to translatable source at compile …
1
vote
7answers
744 views
What is the correct target for the JAVA_HOME envrionment variable for a Linux OpenJDK debian-based distribution?
Folks
In Windows, JAVA_HOME must point to the JDK installation folder (so that JAVA_HOME/bin contains all executables and JAVA_HOME/libs contains all default jar libraries).
If I download Sun's JDK …
1
vote
1answer
167 views
what is the equivalent of the following jdk path in slicehost ubuntu?
I got to setup the following two variables:
export LD_LIBRARY_PATH=/usr/java/jdk1.6.0/jre/lib/i386/:/usr/java/jdk1.6.0/jre/lib/i386/client/:./
export JAVA_HOME=/usr/java/jdk1.6.0/
Since, the above …
2
votes
2answers
302 views
Is it possible to browse the source of OpenJDK online?
Is it possible to browse the source code of OpenJDK online, just like I can do with SourceForge's projects? I never used Mercury before, so I felt confused.
(Note: I don't want to download the …
2
votes
5answers
299 views
Any IcedTea war stories?
Okay, my first serious question. :-D
I'm playing around with OpenJDK (7, not 6), and am about to start trying to build IcedTea on my Ubuntu system. I'm keen to hear from those who have played with …
