Ernest (and anyone else interested),

I have experimented with JESS 6.0 in order to have it work with java web start and had 
some success with Batch.java: If you replace the lines

if (u == null)
  throw new JessException("batch", "Cannot open file", e);

with the lines

if (u == null)
  u = Thread.currentThread().getContextClassLoader().getResource(filename);
if (u == null)
  throw new JessException("batch", "Cannot open file", e);

then (batch ) works in a java web start engine with clp files included in jar 
ressources

:) Oliver Hoffmann




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