The following should do it. Check the Eclipse Help for any step you
don't know how to do.
1. Download the new fbdk.zip to your desktop.
2. Open Eclipse and create a new Java project.
- Create separate folders for sources and class files
- Configure default: source folder name = java, class folder name = lib
3. IMPORT contents of fbdk.zip into the project (don't just copy the zipfile).
- Edit out the first line (cd \fbdk) of the fbeditor.bat file.
- Add fbrt.jar from the workspace to the Java build path of your project.
4. Import any 61499 or Java files you may have in other projects into
the appropriate src/XXX folders or Java packages, respectively.
5. Create a new External Tool configuration:
- Name: fbeditor.bat
- Location: Browse Workspace for location of your fbeditor.bat file
in your just-created Java project
- Working directory: Browse Workspace for location of your
just-created Java project
- Apply changes and Run or Close wizard
- Thereafter you should be able to run fbeditor.bat from your
External Tools list.
6. If you create new files with the FBEditor, you should Refresh the
Java project when you go back to it.
--
Best regards,
Jim Christensen