I think sjaszczak wrote: > > The same problem. I'm trying start work with Eclipse 3.1.2 SDK and Jess70a6 > using JessDE. Configuration-installation > (http://www.jessrules.com/jess/docs/70/ > eclipse.html)it is very simple. Problems was occurring when I was trying to > create a new project related to Jess. How to create/import Jess code into > editor's field ? > Thanks for any advices. >
You have to import your code into Eclipse first. Create a new Java Project by right-clicking in the "Navigator" or "Package Explorer" pane, choosing "New", "Project...", and following the wizard. Then right-click on your project and choose "Import...", "File System", and use the wizard to find the Jess files you want to import into your project. This process is no different than what you would do with Java, C, or other code you wanted to work with in Eclipse. --------------------------------------------------------- Ernest Friedman-Hill Advanced Software Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
