From: "Lars L Madsen" <[EMAIL PROTECTED]>
> Hi there,
> I have been trying to create Java executables from Java applications,
> and for this purpose I have used JET from Excelsior.
> http://www.excelsior-usa.com/jet.html
>
> My Java application runs perfectly as an application, but when I convert
> the application to an executable problems happen.
> When running my java application the following message is displayed:
>
> java.lang.RuntimeException: java.lang.ClassNotFoundException :
> jess.depth
>
> I am wondering if any can offer any explanantions to this, as I can not
> seem to find anthing related to java.depth
>
> Thanks,
>
> Lars L. Madsen
> University of Stirling

Try to insert these lines in your project file.  You need these because
JESS uses reflection to load many classes so JET cannot detect them.

!module jess/breadth.class
!module jess/depth.class
!module jess/And.class
!module jess/Assert.class
!module jess/AssertString.class
!module jess/BagFunctions.class
!module jess/Batch.class
!module jess/Bind.class
!module jess/Close.class
!module jess/Divide.class
!module jess/DoBackwardChaining.class
!module jess/Eq.class
!module jess/EqStar.class
!module jess/Equals.class
!module jess/Foreach.class
!module jess/GensymStar.class
!module jess/Gt.class
!module jess/GtOrEq.class
!module jess/If.class
!module jess/LoadFacts.class
!module jess/Lt.class
!module jess/LtOrEq.class
!module jess/Minus.class
!module jess/Mod.class
!module jess/Modify.class
!module jess/Neq.class
!module jess/Not.class
!module jess/NotEquals.class
!module jess/Open.class
!module jess/Or.class
!module jess/Plus.class
!module jess/Read.class
!module jess/Readline.class
!module jess/Retract.class
!module jess/RetractString.class
!module jess/SaveFacts.class
!module jess/SymCat.class
!module jess/Times.class
!module jess/UnDefrule.class
!module jess/ViewFunctions.class
!module jess/While.class

If you want to run the jetPerfect optimization, you also need an "usage"
file, which you should build (look the help).



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