active questions tagged openjdk - Stack Overflowmost recent 30 from stackoverflow.com2009-12-15T07:37:56Zhttp://stackoverflow.com/feeds/tag/openjdkhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1568069/how-do-i-detect-the-openjdk-in-my-applet-system-properties0How do I detect the OpenJDK in my applet (System Properties)?Stefan Kendall2009-10-14T18:17:29Z2009-10-14T19:33:40Z
<p>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 <a href="http://www.mindspring.com/~mgrand/java-system-properties.htm" rel="nofollow">here</a>.</p>
<p>Running <code>java -version</code> from the terminal works fine, but if I went this route, java would have to be on the user's path, which I don't know if I can trust entirely. Is there any other way to see the string given by java -version programmatically, without shelling out to the command line or terminal?</p>
<p>Right now, when I run <code>System.getProperties().getProperty("java.version")</code>, I get <code>Sun Microsystems Inc.</code>!</p>
http://stackoverflow.com/questions/997857/using-the-deployment-toolkit-to-detect-openjdk-under-ubuntu1Using the Deployment Toolkit to detect openjdk under Ubuntu?Stefan Kendall2009-06-15T19:15:37Z2009-10-13T20:09:00Z
<p>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 this? I'm digging through the script right now to attempt to hack in a fix, but it would be nice if this was an already solved problem.</p>
<p>Linkage:<br />
<a href="http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment%5Fadvice.html" rel="nofollow">http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html</a></p>
http://stackoverflow.com/questions/1360707/java-fonts-look-garbled-on-linux-but-fine-on-windows1Java: Fonts look garbled on Linux, but fine on windowsmooware2009-09-01T05:44:12Z2009-09-02T07:09:52Z
<p>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 would be a few pixels missing on the right side of some characters.</p>
<p>I only tested it on a fresh install of Ubuntu 9.04 with OpenJDK 6, but I'm quite sure I have seen similar issues before on Linux. I also tried to open the PDF with other Java PDF applications, like the SwingLabs PDFRenderer and the IcePDF Demo Applet, and they had the same problem. On windows they all render the document just fine. I also opened the document on the same Ubuntu machine with the default PDF viewer, evince. Evince rendered the document without the font issue, so I'm quite sure this is a general Java + Linux problem.</p>
<p>For comparison:<br />
<a href="http://img297.imageshack.us/img297/1073/windowsfonts.png" rel="nofollow">This image</a> was rendered on Windows.<br />
<a href="http://img140.imageshack.us/img140/6493/linuxfonts.png" rel="nofollow">This image</a> was rendered on Linux. I marked a few garbled characters with red rings.<br />
<a href="http://img297.imageshack.us/img297/90/hrtest.png" rel="nofollow">This one</a> was also rendered on Linux. It looks like only standard fonts are affected.</p>
<p>Any help is appreciated.</p>
http://stackoverflow.com/questions/1002070/is-there-an-ubuntu-9-04-openjdk-equivalent-of-sun-java6-plugin0Is there an Ubuntu 9.04 OpenJDK equivalent of sun-java6-plugin?Stefan Kendall2009-06-16T15:02:21Z2009-06-16T19:46:54Z
<p>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 any good resources.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/775540/advice-on-creating-derivative-works-based-on-openjdk-sources-carrying-the-classp0Advice on creating derivative works based on OpenJDK sources carrying the "classpath exception"?Mark Renouf2009-04-22T02:42:12Z2009-04-22T04:37:56Z
<p>I'm trying to provide more JRE support for use in my <a href="http://code.google.com/webtoolkit/" rel="nofollow">GWT</a> programs. GWT works by cross-compiling Java source into optimized JavaScript. To do this it must have access to translatable source at compile time. "Translatable" in this case means you can't use anything which is not possible in JavaScript within a browser, like opening files, starting threads, native methods, etc. In some cases the Java code can be simplified to take advantage of the browser environment (like the fact that it's single threaded). For this reason, it's not sufficient to just drop in the Java source and use it. </p>
<p>GWT already provides provides pretty good coverage of the JRE using Google's own implementations (which are Apache Licensed). There are some special use cases I've encountered and I'd like to add more.</p>
<p>In the interested of efficiency, I would like to use the OpenJDK version of the classes as a starting point. I realize they are GPL, but in this case they have the "classpath exception" attached, which states:</p>
<blockquote>
<p>Linking this library statically or
dynamically with other modules is
making a combined work based on this
library. Thus, the terms and
conditions of the GNU General Public
License cover the whole combination.</p>
<p>As a special exception, the copyright
holders of this library give you
permission to link this library with
independent modules to produce an
executable, regardless of the license
terms of these independent modules,
and to copy and distribute the
resulting executable under terms of
your choice, provided that you also
meet, for each linked independent
module, the terms and conditions of
the license of that module. An
independent module is a module which
is not derived from or based on this
library. If you modify this library,
you may extend this exception to your
version of the library, but you are
not obligated to do so. If you do not
wish to do so, delete this exception
statement from your version.</p>
</blockquote>
<p>Based on this, I believe the modified OpenJDK source files would need to remain GPL+classpath exception. </p>
<p>I want to ensure that the library as a whole can remain Apache Licensed and that anyone using the library (which allows use of additional JRE classes in their GWT code) does not become subject to GPL in any way.</p>
<p>Am I correct in my interpretation here? </p>
<p>PS: I'm going to <em>assume</em> you're not a lawyer... so no need to state this ;-)</p>
<p><hr /></p>
<p>Additional question: GPL+classpath exception sounds a lot like LGPL. Obviously there must be a difference, can someone summarize the specifics?</p>
http://stackoverflow.com/questions/410756/is-it-possible-to-browse-the-source-of-openjdk-online2Is it possible to browse the source of OpenJDK online?Hosam Aly2009-01-04T09:41:23Z2009-04-09T22:16:03Z
<p>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.</p>
<p>(Note: I don't want to download the source. I just want to browse it online, to see how some methods are implemented.)</p>
http://stackoverflow.com/questions/663658/what-is-the-correct-target-for-the-javahome-envrionment-variable-for-a-linux-ope1What is the correct target for the JAVA_HOME envrionment variable for a Linux OpenJDK debian-based distribution?Luis Soeiro2009-03-19T19:23:06Z2009-03-20T10:51:49Z
<p>Folks</p>
<p>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).</p>
<p>If I download Sun's JDK bundle and installs it in Linux, it is the same procedure.</p>
<p>However, I need to use Kubuntu's default OpenJDK package. The problem is that all executables are placed in "/usr/bin". But the jars are placed in "/usr/share/java". Since they are not under the same JAVA_HOME folder I'm having trouble with Grails and maybe there will be trouble with other applications that expect the standard Java structure.</p>
<p>1) If I use:
JAVA_HOME=/usr</p>
<p>All applications and scripts that want to use any Java executable can use the standard procedure "call $JAVA_HOME/bin/executable". However, since the jars are in a different place, they are not always found (example: in grails I'm getting ClassDefNotFound for native2ascii).</p>
<p>2) On the other hand, if I use:
JAVA_HOME=/usr/share/java</p>
<p>None of the java executables (java, javac, etc) can be found!</p>
<p>So, what is the correct way of handling the JAVA_HOME variable in a debian-based Linux?</p>
<p>Thanks for your help,
Luis</p>
http://stackoverflow.com/questions/578165/what-is-the-equivalent-of-the-following-jdk-path-in-slicehost-ubuntu1what is the equivalent of the following jdk path in slicehost ubuntu?Millisami2009-02-23T16:00:57Z2009-02-23T17:14:12Z
<p>I got to setup the following two variables:</p>
<pre><code>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/
</code></pre>
<p>Since, the above is for the version of jdk installed via SunJDK, what could be the equivalent path for the openjdk-6-jdk package!
My OpenJDK is installed at </p>
<pre><code>/usr/lib/jvm/java-6-openjdk
</code></pre>
<p>I couldn't find the folder i386?? To which path should I point to??</p>
http://stackoverflow.com/questions/6753/any-icedtea-war-stories2Any IcedTea war stories?Chris Jester-Young2008-08-09T12:57:29Z2008-10-18T06:49:23Z
<p>Okay, my first serious question. :-D</p>
<p>I'm playing around with <a href="http://openjdk.java.net/" rel="nofollow">OpenJDK</a> (7, not 6), and am about to start trying to build <a href="http://icedtea.classpath.org/" rel="nofollow">IcedTea</a> on my Ubuntu system. I'm keen to hear from those who have played with IcedTea and have stories (successes, pitfalls, etc.) to tell. All stories welcome, whatever distribution you use.</p>
<p>Chances are, I'll very soon have my own stories to add to the list…. :-)</p>
<p>ETA: I now have FrankenIcedTea v1 working. (It's just IcedTea 7 + <a href="http://openjdk.java.net/projects/nio/" rel="nofollow">NIO2</a>.) Once I have a blog set up, I can blog about the procedures required, for anyone else who's interested in pursuing this. :-)</p>