{{include tonguesJavaRuntimeEnvironment}} [[HomePage]] > [[SoftwareIndex Software Index]] > [[SoftwareDesktop Desktop]] ====Java Runtime Environment==== ~**Java Runtime Environment** runs programs written in [[Java]]. Not to be confused with [[JavaScript]]. ==Installation== ~Install the appropriate package, newer versions should be more secure: ~//**Where to find Java packages, .pet or .sfs**// --- ~**Version 1.8** --- ~~[[http://sourceforge.net/projects/asriedu/files/asriedu_packages/asriedu_packages_30x_base_puppylucid52x/ jre-1.8u91-i586.pet, >>> jre-1.8u91-x64.pet, >>> (July 2016) ASRI Éducation repository]], [[http://forum.asri-education.org/viewtopic.php?f=39&t=313 thread at the ASRI Éducation Forum (in French language)]] --- ~~[[http://www.smokey01.com/gjuhasz/packages/ jre-1.8u91-i586.sfs, >>> jre-8u65-x64.pet, >>> (June 2016) folder]], [[http://murga-linux.com/puppy/viewtopic.php?t=91560 thread]] packaged by [[gjuhasz]] --- ~~[[http://puppylinuxstuff.meownplanet.net/aarf/java_jre/jre1.8.0_60-x64_6.0.3.8.sfs jre1.8.0_60-x64_6.0.3.8.sfs]] //(temporally down)//, [[http://puppylinux.info/topic/jre8 more info]] --- ~~[[http://www.murga-linux.com/puppy/viewtopic.php?t=99484 JRE8u45Lin-i586.sfs (April 2015) thread]], packaged by [[musher0]] --- ~~[[http://shino.pos.to/party/bridge.cgi?puppy/opt/ Shinobar's repository]], [[http://www.murga-linux.com/puppy/viewtopic.php?t=61287 thread at the Puppy Forum]] --- ~~[[http://puppylinuxstuff.meownplanet.net/aarf/java_jre/jre1.8.0_11_5.7.0.sfs jre1.8.0_11_5.7.0.sfs]] //(temporally down)//, [[http://puppylinux.info/topic/jre8 more info]] --- ~**Version 1.7** ~~[[http://puppylinuxstuff.meownplanet.net/aarf/java_jre/jre1.7.0_65_5.7.0.sfs jre1.7.0_65_5.7.0.sfs]] //(temporally down)//, [[http://puppylinux.info/topic/ssetting-up-a-java-programming-environment-in-slacko54/page/2 more info]] --- ~Alternatively, use package or script to make JRE: --- ~~[[http://www.murga-linux.com/puppy/viewtopic.php?t=101592 get_java-1.0]] created by [[rerwin]] --- ~~[[http://puppylinuxstuff.meownplanet.net/aarf/java_jre/buildjava-0.02.sh buildscript]] //(temporally down)//, make executable, run in terminal, sfs will go into /tmp, [[http://puppylinux.info/topic/jre8 more info]] --- ~~[[http://murga-linux.com/puppy/viewtopic.php?p=682060#682060 jre1.7.0_17 script post]] written by [[jpeps]] --- ~Packages may also be available in the official repository for your Puppy either through the Puppy Package Manager or the SlickPet/QuickPet app. ==Version Check and Enabling== ~Verify the installed version via the command-line interface: %%(bash)java -version%% ~Alternatively visit one of the following pages: ~~[[http://www.java.com/en/download/testjava.jsp testjava (java.com)]] ~~[[http://javatester.org/version.html version (javatester.org)]] - finds even if disabled in browser --- **Symlink for Mozilla (Firefox and Seamonkey)** ~A [[symlink]] may need adding to the plugin directory, for example: ~Newer versions: ~Create directory ##~/.mozilla/plugins## if it does not already exist ~%%(bash)ln -s /usr/java/java/lib/i386/libnpjp2.so ~/.mozilla/plugins/libnpjp2.so%% ~Older versions: ~%%(bash)ln -s /usr/java/plugin/i386/ns7/libjavaplugin_oji.so ~/.mozilla/plugins/libjavaplugin_oji.so%% --- ~Web browser configuration confirmation (older versions only, JavaScript needs to be enabled within the Web browser): ~~[[LibreOffice]] ~~~Enable Java: //Tools > Options > ""LibreOffice"" > Java// ~~[[SeaMonkey]] ~~~Enable Java: //Edit > Preferences > Advanced > Enable Java// ~~[[Firefox]] ~~~Enable Java: //Tools > Options > Content > Enable Java// ~~[[Opera]] ~~~Enable Java: //Tools > Quick Preferences > Enable Plug-ins// ~~~Enable ""JavaScript"": //Tools > Quick Preferences > Enable ""JavaScript""// --- ~Applications may need to be configured and re-started after installation. ==Java Development Kit (JDK)== ~An alternative to installing the runtime environment is to use the full development kit. ~Use an appropriate package, newer versions should be more secure: --- ~~[[http://www.murga-linux.com/puppy/viewtopic.php?p=848380#848380 jdk-8u45-i586 sfs/pet post]], packaged by [[OscarTalks]] ==Also on the Wiki== ~[[Java]] - page about the programming language ~[[jar]] - package of multiple Java source files ~[[File Types|]] ==Related Webpages== ~[[http://www.java.com/en/ Java homepage]] ~~[[http://www.oracle.com/technetwork/java/javase/downloads/index.html Java download page (oracle)]] ~~[[https://www.java.com/en/download/faq/exception_sitelist.xml How can I configure the Exception Site List?]] - use if Java runs but apps give security setting error ~~[[http://www.java.com/en/download/help/linux_install.xml#enable How do I download and install 32-bit Java for Linux Platforms? enable]] - includes info on new symlink location ~[[http://en.wikipedia.org/wiki/Java_%28programming_language%29 Java on wikipedia]] ~[[http://www.seamonkey-project.org/releases/seamonkey1.0b/installation-extras Java help (Seamonkey project)]] **On forum** ~[[http://www.murga-linux.com/puppy/viewtopic.php?t=91560 Latest Java runtime (jre-*.sfs) files post]] ~[[http://www.murga-linux.com/puppy/viewtopic.php?t=61287 Java Runtime Environment (SFS) thread]] packaged by [[Shinobar]] ~[[http://www.murga-linux.com/puppy/viewtopic.php?t=78400 JAVA apps for PUPPY run in JRE/JDK/OpenJRE/OpenJDK ]] ~[[http://www.murga-linux.com/puppy/viewtopic.php?t=91147 How to run Java webstart .jnlp files thread]] - some java packages require icedtea (for web start) to be installed separately ~[[http://puppylinux.info/topic/ssetting-up-a-java-programming-environment-in-slacko54?replies=16#post-6060 setting up a java programming environment in slacko54 alt thread]] ---- ==Categories== CategorySoftware CategoryInternet CategoryJava