Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

make the installation script executable and execute it (check the Preferences of your Browser to find out where the file is downloaded):

Wiki Markupchmod \ +x /\[path to your Download area\]/Downloads/jdk-6u38-nb-7_2_1-linux-i586-ml.shunmigrated-wiki-markup

/\[path to your Download area\]/Downloads/jdk-6u38-nb-7_2_1-linux-i586-ml.sh

On MacOSX Java is usually installed and  it one can just use the existing version. If it is not installed one can get it from the Apple download side:

...

Right click on the org.lcsim package and do:

org.lcsim_> Properties->Build->Actions-> Build project -> Add-> skipTests=true

org.lcsim_> Properties->Build->Actions-> Clean and Build project -> Add-> skipTests=true

lcsim-contrib and mcd-analysis

...

Run the following command to extract JAS3
unmigrated-wiki-markup
tar xzvf /\[path to your Download area\]/Downloads/jas-assembly-0.9.9-distribution.tar.gz

and then launch it with:
jas-assembly-0.9.9/jas3

You may want to create a shortcut pointing towards this executable. The jas-assembly-0.9.9 folder includes an icon for this (jas3png).

...

From the menu bar select View -> Preferences -> Java -> Compiler

Wiki Markupand set to the correct javac: {{
/\[path from which you ran the JDK+NetBeans installer\]/jdk1.6.0_38/bin/javac}}

(Note: on MacOSX this step is not necessary)
(Note: if you used the Alternate Installation instructions, JAS will likely already have the correct compiler set. If not, try /usr/bin/javac)

...