Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Copying Felix to the newly created project

Now, remember where you uncompressed extracted the Felix release or, if you built from source, where the Felix main project subproject directory is. Move or copy these files to Go into the release directory or the main subproject directory and copy its entire contents into your project directory. You can do this any way that is easiest for you. On a Linux box you would do something like this from inside the directory where Felix resides or was builtappropriate release or main directory:

No Format
cp -r ./* /project-path/

Where "/project-path/" is the path to your project directory.

Once you have moved or copied the files, collapse and expand the project. This will make NetBeans refresh the project. If that does not work for you (on NetBeans 6.0 it may not) just close and open it.

...