From Optflux
Jump to: navigation, search
Line 2: Line 2:
 
# Having downloaded the release from the website, let's begin creating a '''New Java Project'''
 
# Having downloaded the release from the website, let's begin creating a '''New Java Project'''
 
#:[[Image:release1.png]]
 
#:[[Image:release1.png]]
# Give a name to your project, and select the '''Create project from existing source''', select the path to the directory where you extracted the OptFlux release.
+
# Give a name to your project and:
[[Image:release2.png]]
+
## select the '''Create project from existing source''';
 +
## select the path to the directory where you extracted the OptFlux release.
 +
## press next;
 +
#:[[Image:release2.png]]
 +
# Press the '''Create new source folder''' link
 +
## Add a  name your plug_in, preferably under '''plugins_src''' folder
 +
#:[[Image:release3.png]]
 +
# Switch to the '''Libraries''' tab
 +
## Press the '''Add JARs...''' button
 +
## Add any jar library under the ''lib[your_architecture]'' folder. In the example we are adding some extra libraries for MacOS X (darwin64)
 +
[[Image:release4.png]]

Revision as of 22:37, 2 December 2010

  1. Begin by Running Eclipse
  2. Having downloaded the release from the website, let's begin creating a New Java Project
    Release1.png
  3. Give a name to your project and:
    1. select the Create project from existing source;
    2. select the path to the directory where you extracted the OptFlux release.
    3. press next;
    Release2.png
  4. Press the Create new source folder link
    1. Add a name your plug_in, preferably under plugins_src folder
    Release3.png
  5. Switch to the Libraries tab
    1. Press the Add JARs... button
    2. Add any jar library under the lib[your_architecture] folder. In the example we are adding some extra libraries for MacOS X (darwin64)

Release4.png