Skip to content

release

Pre-release
Pre-release

Choose a tag to compare

@markmal markmal released this 21 Jul 14:44

first release:
for Windows:

  1. install Java3D option, Today it is java3d-1_5_1-windows-amd64.exe or java3d-1_5_1-windows-i586.exe
    You may have to install Java3D package for amd64 or i586 depending on which Java you have in your computer. It is safe to install both. You can check version and architecture of java by running `java -version' from command prompt.
  2. install Advanced Imaging option from Oracle Java 8 SE downloads.
  3. unzip the fanera zip.
  4. run fanera.jar from File Explorer.
    Caveat - Java i586 may fail to show preview with error : java.lang.OutOfMemoryError: Java heap space.
    If it happens you have to call it from command line with Xmx parameter, like that :
    java -Xmx1024m -jar fanera.jar
    Or, set Windows System Environment variable _JAVA_OPTIONS by setting/adding -Xmx1024m to it

For Linux:

  1. Java3D option and Advanced Imaging option binaries from Oracle Java 8 SE downloads are included into local lib dir.
  2. untar fanera tgz.
  3. run fanera.sh