Tagged Questions

0
votes
1answer
20 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 …
1
vote
6answers
247 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 g …
1
vote
1answer
22 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 thi …
0
votes
1answer
213 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 …
1
vote
7answers
631 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 …
2
votes
2answers
273 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 …
1
vote
1answer
160 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/ …
0
votes
0answers
48 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 translatabl …
2
votes
5answers
294 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 …