Editing Java package

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
Java offers a rich, object oriented, and platform independent environment for many applications. The core Java classes can be easily extended by many freely available libraries. GNU Octave has a java interface that allows access to Java classes from inside Octave. Thus it is possible to use existing class files or complete Java libraries directly from Octave.


= Octave 3.8 or later =
{{Warning|'''This package is not required for Octave versions 3.8.0 or later'''. Since Octave 3.8.0, Java support is part of Octave core.  Do not install this package as it will shadow core functions. However, even for those versions, Octave needs to have been built with java support (run {{codeline|octave_config_info ("JAVA")}}).  If it didn't, you'll have to rebuild Octave from source with that option.}}


{{Warning|Do not install the java package in Octave version 3.8.0 or later.}}
Octave is an easy to use but powerful environment for mathematical calculations, which can easily be extended by packages. Its features are close to the commercial tool MATLAB so that it can often be used as a replacement. Java on the other hand offers a rich, object oriented and platform independent  environment for many applications. The core Java classes can be easily extended by many freely available libraries. This document refers to the package <code>java</code>, which is part of the GNU Octave project. This package allows you to access Java classes from inside Octave. Thus it is possible to use existing class files or complete Java libraries directly from Octave.


GNU Octave 3.8.0 incorporated the Octave Forge java package so the package is no longer necessary. If the package is installed, it will shadow the core functions making the java interface unreliable.
This description is based on the Octave package {{Codeline|java-1.2.8}}; however many items are equally valid for the built-in Java support in Octave-3.8.0 and higher.. The {{Forge|java}} package usually installs its script files (.m) in the directory {{Path|.../share/Octave/packages/java-1.2.8}} and its binary (.oct) files in {{Path|.../libexec/Octave/packages/java-1.2.8}}. You can get help on specific functions in Octave by executing the help command
with the name of a function from this package:
octave> help javaObject


However, even for these versions, Octave needs to have been built with java support. Check it like so:
You can view the whole doc file in Octave by executing the info command with just the word java:
octave> doc java


  >> (str2num(strtok(version(), '.')) > 4 && __octave_config_info__("JAVA")) || octave_config_info ("features").JAVA
Note on calling Octave from Java: the java package is designed for calling Java from Octave. If you want to call Octave from Java, you might want to use a library like [http://kenai.com/projects/javaOctave javaOctave] or [http://jopas.sourceforge.net joPas].  
  ans =  1


If your installation of Octave does not have java support, it needs to be rebuilt from source.  See the pages specific to your Operating System for further details.
[[Category:Octave-Forge]]
 
== Documentation ==
 
See the [http://www.gnu.org/software/octave/doc/interpreter/Java-Interface.html Java Interface] section of the Octave manual.
 
= Legacy versions -- Octave 3.6 and older =
 
Older versions of Octave did not have a native java interface.  Instead, the Octave Forge java package was required.  This needed to be installed separately via {{Codeline|pkg}}.  To install, download the [http://octave.sourceforge.net/java/index.html java package] and install it with {{Codeline|pkg install path-to-java.tar.gz}}
 
 
[[Category:Octave Forge]]
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Templates used on this page: