Tagged Questions

12
votes
2answers
396 views

What are the differences between OpenJDK and JDK?

What are the differences between OpenJDK and JDK? Why would I use one rather than the other? Which works better with Netbeans?
7
votes
1answer
504 views

Sun JDK /Open JDK on Cygwin

Is any version of Sun JDK or Open JDK available to be installed on cygwin. Reason I am looking for this option is: There are many tools (e.g. jStack, jMap) which are available in unix versions of JDK ...
7
votes
5answers
762 views

JDK, JRE, Java: Version Confusion!

Although I'm not a real Java developer (yet), I feel like I should know this by now, but I'm still very confused. My question has two parts: What is the difference between the so-called (as I've ...
3
votes
5answers
357 views

Play!framework; Compile on server only instead on client

Is it possible to compile my Play!framework application only serverside? Since I connect a samba share to my client from the server hosting Play!, the paths differ between client and server ...
2
votes
3answers
440 views

Are Open JDK and JDK7 the same thing?

Are Open JDK and JDK7 the same thing?
2
votes
1answer
2k views

Is there an Ubuntu 9.04 OpenJDK equivalent of sun-java6-plugin?

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 ...
1
vote
2answers
230 views

Need to move Java applications form Solaris 10 to AIX. Is there is Oracle or OpenJDK available for AIX platform?

We need to move many Java applications that is build with Sun JDK runs on sun JRE in Solaris 10 to AIX. We are concerned about the applicaion working the same on IBM J9 JRE. Is there any Oracle or ...
1
vote
1answer
415 views

Fonts on OpenJDK vs. Sun JDK 1.6 [Linux Platform]

I noticed that the Fonts on OpenJDK vs. Sun JDK look different. Java JDK has a better font set that accompanies it. Does anyone know what package the 'font' is and how I can have it on OpenJDK ...
0
votes
1answer
215 views

Getting the source for JDK 1.6.0_23 to debug JVM/hotspot garbage collection

Just out of curiosity, I'd like to debug the JVM 1.6.0_23 Garbage collection on Win64 platform. Currently using Oracle JDK 1.6.0_23, can I just grab the source from openjdk6-b23 and build it, and ...
0
votes
3answers
211 views

Compiling code using openjdk1.6 or sun jdk1.6

I am trying to compile a software using javac. The problem is i removed open-jdk using yum remove and downloaded sun jdk and installed it in the /usr/java folder. I don't know how to figure out if ...