Java

From PanoTools.org Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


The term Java could refer to any of several things:

  • The general purpose object-oriented java programming language originally devised by Sun Microsystems with an emphasis on portability between platforms.
  • A particular java virtual machine allowing you to run java applications. There are several of these provided by various vendors.
  • A java applet running as a web-browser plug-in (Java applets were deprecated since Java 9 in 2017 and removed from Java SE 11 (18.9), released in September 2018.).

Java is not the same as javascript, a scripting language now called ECMAScript, which is generally used in web-pages to cause pop-up windows, flashing lights and other annoyances.

Java Panorama Tools

Some of the original Panorama Tools by Helmut Dersch are written in Java and require a java virtual machine to run:

Note that none of these tools ever had source-code released and are only available in JAR archive form, they are unlikely to have future bug-fixes or be developed further. You can run them with varying degrees of success on various platforms using Oracal JRE.

If you are having memory problems running JAVA tools there is a tutorial called how to allocate enough RAM for PTEditor that you may find useful.

Java applets

Java applets were deprecated since Java 9 in 2017 and removed from Java SE 11 (18.9), released in September 2018.