.: :.

Applicative Applet Parameters

The iGeom is packed in one file, requiring a Java interpreter (JVM) to be used. It can be used in it's applicative format or as an applet.
If you already have the Java, you must download only the archive iGeom.jar.
If you haven't yet the Java, you can try to install iGeom from its automatic installer following this link.

Using as applicative

In the applicative ("stand-alone") version iGeom could save files in several formats (constructions, scripts,...) In order to use this version, it is necessary to have in your computer the so called Java Virtual Machine (JVM). If you don\'t know if your computer has a JVM, you can try:
  1. try first to give a "double click" on the iGeom.jar icon, if the igeom is opened, besides yor computer already have the MVJ, it also have the association between the archives with extension JAR;
  2. if iGeom wasn't opened, you could open a console (shell or "prompt") and write in it java . If the system's answer is something like java: command not found, it means that must install a JVM, that is free of charge and can be downloaded from the Web, for instance clicking here.
It is also possible to get a JVM, downloading the iGeom version that brings Java.

After installed a Java Virtual Machine, it is possible to open an iGeom file (*.geo) with a command line simitar to:

    java -jar iGeom.jar nome_arquivo.geo lang=en
If you want to use iGeom under another language, change the final instruction in the above command: lang=pt or lang=es, ie,
java -jar iGeom.jar nome_arquivo.geo lang=pt to Portuguese version
java -jar iGeom.jar nome_arquivo.geo lang=es to Spanish version

Using inside a Web browser (applet)

In order to run iGeom, inside your browser (as an applet), it is necessary to have the Java plugin enabled.
You can check if your browser already has Java enabled with the example in bottom page. It is suposed to appears iGeom, otherwise: If your browser presents (something like) a gray or white box, insteade iGeom, it means that your Java plugin isn't enabled or it is missing:
  1. if the browser presents nothing but some lines with no text, it indicates that Java is not enabled, therefore you must turn it on change it using the preferences menu.
  2. if the browser presents a message similar to "missing plugin", you must install Java plugin:
    1. if the browser presents a link, follow it;
    2. otherwise choose one of the bellow links
      1. if you are under Linux system click here and choose one Java version;
      2. if you are under Windows click here and choose one Java version;
      3. others operational systems or if you are interested in some other Java version of Sun, try this link or this.

In order to use the applet version of iGeom, put the iGeom.jar file in the same directory as the HTML file. The HTML must use one of the following segment of code. Using a deprecated HTML codification, you can load iGeom applet with:
    <applet codebase="." archive="iGeom.jar" code="IGeomApplet.class" WIDTH="800" HEIGHT="590">
       <param name="lang" value="en">
    </applet>
Widget: if you want to use the remote version of iGeom (directly from the page of the iMática), you must used in your page the following code:
    <applet codebase="http://www.matematica.br/igeom/." archive="iGeom.jar" code="IGeomApplet.class" WIDTH="800" HEIGHT="590">
       <param name="lang" value="en">
    </applet>
The recommended HTML format, now use the object tag, as indicated below:
    <OBJECT codetype="application/java" classid="java:IGeomApplet.class" codebase="."
            archive="iGeom.jar" width="800" height="590">
     <param name="lang" value="en">
    </OBJECT>
If you want to use iGeom applet in other language, you must modify the parameter value of the tag lang. Nowadays you can use, instead of lang=en, the values: pt for a Portuguese version; or es for a Spanish version.
 

iGeom could not be loaded. It is likely that either Java is disabled in your browser or you don't have a Java Runtime Environment (JRE). Donwload JRE here.


Example: in above, the iGeom applet, must appears

Special parameters for the iGeom applet

In this section some parameters are presented in order to use iGeom in Web pages. The main parameter (actually, more than one option) is those that allows to present a previously archived construction, for example, to present an exercise to the user-apprentice could tries to solve it.
A parameter of the HTML is a "command" that allows to pass data to an applet. This "command" is called by a tag and it has basically 2 attributes: the name of the command (name) and a value (value). To know a little more about the applet tag, you can consult the pages of consortium W3C.
Some of the parameters used by iGeom differentiate capital from small letters, as the parameter SOH_ADD.