I think David Glover wrote:
> 
> 1. Is it straight-forward (possible even!?) to create a standalone JAR
> file for my Jess application developed in Eclipse so I can run it on
> another computer for a presentation? 

The JessDE doesn't have any special deployment tools; I think the best
thing to do would be to make an Ant build file that packaged up
whatever your application needs into a JAR.

> 
> 2. I have a number of defmodules which I want to put in separate .clp
> files to make editing/organisation easier - can I confirm I need to load
> each at start-up using batch commands from the MAIN clp file?

Yes. 7.0a6 introduces the "require" and "provide" functions, which
handle that and also replace the old "Source Dependencies" property
page; but you can do it with batch, too.

> 
> Is there a better way? I had tried (bind ?*user-id* (assert ...)) but
> this appeared not to assert the fact... 

This would work fine as long as ?*user-id* is a real defglobal, not
just a variable at the top level.

> 4. Is there a simple way to cure the problem that copy/paste between
> Eclipse and external apps does not seem to work properly - at the moment
> I am going via a text document. 

This sounds like an Eclipse bug, not a Jess-related thing. What
platform are you using? I would think something this basic would work
everywhere.

On Linux, there are several entirely different cut buffers,
unfortunately, due to the existence of several different clipboard
mechanisms; sometimes you find pairs of applications that won't
interoperate. In this case there isn't much you can do but complain to
the developers.



---------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to