Home
Categories
Dictionary
Download
Project Details
Changes Log
Who We Are
FAQ
License

Distribution



The distribution of the components of the J661 project is available on sourceforge at the following address: http://sourceforge.net/projects/j661. The files for the last version are usually found in the http://sourceforge.net/projects/j661/files under the last version number.

Content of the distribution

The distribution publish the following files:

Files useful for the user

  • j661fx-bin-<version>.zip: the zipped binaries of the project
  • j661fx-scriptingAPI-<version>.zip: the zipped documentation for the EditorScript Plugin, useful if you want to execute scripts in the Editor

Installation

To install the J661 project, just uncompress the j661fx-bin-<version>.zip zipped binaries. The distrib sub-directory contains all the necessary jar files to run the Client Server, and Editor, including the plugins released with the distribution.

You however will need a Java 8 JVM to run the Client, Server, and Editor. If the Java executable is associated with jar files, just double clicking on the following files will run the corresponding application:
  • jfxServer.jar: run the JavaFX Server implementation
  • swingServer.jar: run the Swing Server implementation
  • arincEditor.jar: run the Editor
On Windows, you can also change the content of the setenv.bat file to point to the location of the jre on your JVML distribution.

Files useful only for the developer

  • j661fx-src-<version>.zip: the zipped source of the project. It contains the full Netbeans project for J661, excluding the test directory
  • j661fx-docs-<version>.zip: the zipped javadoc for the project source
  • j661fx-clientAPI-<version>.zip: the zipped documentation for Client API
  • j661fx-tests-<version>.zip: the zipped source of the Unit tests directory

Open in Netbeans

To deploy the J661 project to work on it on Netbeans or Eclipse, just uncompress the j661fx-src-<version>.zip zipped source files. To run the Unit tests, you will also have to uncompress the j661fx-tests-<version>.zip zipped tests, and put the test subdirectory in the same directory as the source:
      J661
      ----- lib/
      ----- nbproject/
      ----- src/
      ----- test/

Categories: client | editor | general | server | user

Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence