Hello Pandichi, assuming you embedded jess.jar as a library in your project (if not, right click your project > property > Java Building path > library tab). to create jar file for your project, right click your project > export > java > jar . then follow the wizard and do not forget to specify the main class.
You can choose netbeans IDE and import jess.jar as a library and choose to build the project. this resulting to generate a jar file to your project. Hope this help! -- Motaz K. Saad http://motaz.saad.googlepages.com On Thu, Mar 20, 2008 at 1:39 PM, Pandichi Alin-Ionut <[EMAIL PROTECTED]> wrote: > How exactly do I create a JAR file that will behave on > other computers as it does when I run the application > from Eclipse? Assuming, also, that other computers > don't have Jess already instaled... > Regards, Pandichi Alin! > > > > > ____________________________________________________________________________________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > > > > -------------------------------------------------------------------- > 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] > -------------------------------------------------------------------- > >
