Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 633  / 3 Years ago, fri, october 15, 2021, 1:10:54

Coming from Windows and .NET development world, I'm trying to migrate to Ubuntu 12.10 and JAVA development world but I'm getting very confused about:




  • What is the most standard form to install JAVA EE JDK? Should I download and run the shell script from Oracle, use the packages at WebUpd8 PPA or install the OpenJDK packages?


  • What are the differences between Oracle's JAVA and OpenJDK's JAVA? Can I think of them as like Microsoft's .NET and Mono Project's .NET?


  • I've installed Oracle's JAVA using the shell scripts but how can I get the browsers to run JAVA Applets? I've installed IcedTea Java Plugin but i'ts working only in some sites, others are halting Firefox.


  • By the way, what exactly are the IcedTea Java Plugin? It's a JAVA runtime implementation by its own or it is using the Oracle's JAVA that 'ive installed like some kind of bridge to teach the browser how to get to the runtime?




This transition isn't easy as I expected. Afff!
I appreciate any help!


More From » java

 Answers
3

What is the most standard form to install JAVA EE JDK? Should I download and run the shell script from Oracle, use the packages at WebUpd8 PPA or install the OpenJDK packages?




Oracle JDK (for using PPA you can use this command sudo
add-apt-repository ppa:webupd8team/java
)




What are the differences between Oracle's JAVA and OpenJDK's JAVA? Can I think of them as like Microsoft's .NET and Mono Project's .NET?




Open JDK is an open source project, whereas oracle JDK is a
proprietary product (previously known as Sun JDK), go with Oracle JDK,
its been used as standard at many places.




I've installed Oracle's JAVA using the shell scripts but how can I get the browsers to run JAVA Applets? I've installed IcedTea Java Plugin but i'ts working only in some sites, others are halting Firefox.




currently remove your installed plugins and install through Synaptic
package manager
(select oracle-java6-installer) it will install everything that you need for development (jdk) and runtime (jre)




By the way, what exactly are the IcedTea Java Plugin? It's a JAVA runtime implementation by its own or it is using the Oracle's JAVA that 'ive installed like some kind of bridge to teach the browser how to get to the runtime?




You can get your answer here :
http://icedtea.classpath.org/wiki/Main_Page



[#32899] Saturday, October 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
zebrla

Total Points: 356
Total Questions: 110
Total Answers: 120

Location: Sudan
Member since Tue, Aug 3, 2021
3 Years ago
;