Re: JESS: Newbie Problem running Jess

2004-03-25 Thread Michael Knapik
bject: Re: JESS: Newbie Problem running Jess > I think Michael Knapik wrote: > [Charset iso-8859-1 unsupported, filtering to ASCII...] > > Thanks folks, > > > > Two points (and I am trying to get things to work as specified in the > > manual/book before trying batch

Re: JESS: Newbie Problem running Jess

2004-03-25 Thread Michael Knapik
Understood (at last right!) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 11:29 AM Subject: Re: JESS: Newbie Problem running Jess > I think Michael Knapik wrote: > > > > C:\JESS>cd Jess61p6 > &

Re: JESS: Newbie Problem running Jess

2004-03-25 Thread Michael Knapik
OK - I understand the differences/similarities between the was the cmd prompt and jess treats paths. See one comment below. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 10:52 AM Subject: Re: JESS: Newbie Problem runnin

Re: JESS: Newbie Problem running Jess

2004-03-25 Thread ejfried
I think Michael Knapik wrote: > > C:\JESS>cd Jess61p6 > C:\JESS\Jess61p6>java -classpath jess.jar jess.Main /examples/fullmab.clp If a path starts with a "/" (or a "\", for that matter) it's an "absolute" path; that means its relative to the filesystem root, not to the current directory. You're t

Re: JESS: Newbie Problem running Jess

2004-03-25 Thread Michael Knapik
Friedman Hill and the Sandia Corporation Jess Version 6.1p6 11/21/2003 This copy of Jess will expire in 22 day(s). Jess> (batch /Jess61p6/examples/hello.clp) Hello, world! Jess> - Original Message - From: "Carl Burke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: JESS: Newbie Problem running Jess

2004-03-25 Thread ejfried
I think Michael Knapik wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Thanks folks, > > Two points (and I am trying to get things to work as specified in the > manual/book before trying batch files etc.) > I followed directions in both. > > 1) My CLASSPATH is ;.;C:\Jess\Jess61p6

Re: JESS: Newbie Problem running Jess

2004-03-25 Thread Michael Knapik
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 10:46 PM Subject: RE: JESS: Newbie Problem running Jess > > Dear Michael, > > You can set the path and execute by following the steps below, > > C:\>set path=c:\j2sdk1.4.0\bin;C:\Jess61p6

RE: JESS: Newbie Problem running Jess

2004-03-24 Thread Manoj K. Achuthan
tly working for me. Regards, Manoj. -Original Message- From: Michael Knapik [mailto:[EMAIL PROTECTED] Sent: Thursday, 25 March 2004 12:50 PM To: [EMAIL PROTECTED] Subject: Re: JESS: Newbie Problem running Jess One more attempt to resolve this please > As an aside, Jess actually *c

RE: JESS: Newbie Problem running Jess

2004-03-24 Thread Alan Moore
Title: RE: JESS: Newbie Problem running Jess > As an aside, Jess actually *can* execute operating-system commands for > you using the "system" command: > > Jess> (system java -classpath jess.jar jess.Main examples/fullmab.clp) > > would run the example in a

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread Jason Smith
Take a closer look at this line that you are using an example: Jess> (system java -classpath jess.jar jess.Main examples/fullmab.clp) You said you typed: (system java -classpath jess.jar jessMain Jess61p6/examples/fullmab.clp) And this is the error you got: java.lang.NoClassDefFoundError: jessMain

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread Michael Knapik
One more attempt to resolve this please > As an aside, Jess actually *can* execute operating-system commands for > you using the "system" command: > > Jess> (system java -classpath jess.jar jess.Main examples/fullmab.clp) > > would run the example in a new Java Virtual Machine, which would then >

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread ejfried
I think Michael Knapik wrote: > > OK - I tried both of the below commands and get the same error as before on > the second one. The first one runs ok. > > > Jess> (batch Jess61p6/examples/fullmab.clp) > > Jess> (batch examples/fullmab.clp) > So presumably your current directory is the one th

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread Michael Knapik
Thanks for the explanations, but I still have a problem - see embedded comments herein. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 2:25 PM Subject: Re: JESS: Newbie Problem running Jess > I think Micha

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread Carl Burke
[snipped because my mail program doesn't handle HTML well] > Note that the backslash is missing from the reported line: examplesfullmab versus > what I typed: > examples\fullmab Did you try it with a forward slash instead? As in: (batch examples/fullmab.clp) > When type java -classpath jess.jar

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread ejfried
I think Michael Knapik wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > MessageWell, I am back. > > > At the Jess> prompt in the command prompt window I type (there is no > "sticks" example in my examples folder as the manual says there is) You're correct, the sticks demo hasn't

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread Michael Knapik
nd all give the same result.       thoughts?   Is there a proven step by step tutorial out there that leads one through the steps in this?         - Original Message - From: Michael Knapik To: [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 11:36 AM Subject: Re: JESS: Ne

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread Michael Knapik
PROTECTED] Sent: Wednesday, March 24, 2004 10:52 AM Subject: RE: JESS: Newbie Problem running Jess Try renaming C:\Jess to C:\Jess61 or CD to C:\Jess.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Michael KnapikSent

Re: JESS: Newbie Problem running Jess

2004-03-24 Thread Michael Knapik
app as it will be my primary app I use in my new job!   Thanks for the patience!   Mike   - Original Message - From: Robert Brown To: [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:56 AM Subject: RE: JESS: Newbie Problem running Jess Try the whole

RE: JESS: Newbie Problem running Jess

2004-03-24 Thread Robert Brown
luck -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael KnapikSent: Wednesday, March 24, 2004 11:32 AMTo: [EMAIL PROTECTED]Subject: JESS: Newbie Problem running Jess I downloaded and unpacked Jess to C:\Jess.   I have the

RE: JESS: Newbie Problem running Jess

2004-03-24 Thread Michael Fogus
>I downloaded and unpacked Jess to C:\Jess. >I added the path info in your book (;.;C:\Jess61\jess.jar) You mention that you installed it to c:\jess, but added c:\jess61 to your path. My guess is that the problem is there. -m

RE: JESS: Newbie Problem running Jess

2004-03-24 Thread Mitch Christensen
Try renaming C:\Jess to C:\Jess61 or CD to C:\Jess.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Michael KnapikSent: Wednesday, March 24, 2004 9:32 AMTo: [EMAIL PROTECTED]Subject: JESS: Newbie Problem running Jess I downloaded and

JESS: Newbie Problem running Jess

2004-03-24 Thread Michael Knapik
I downloaded and unpacked Jess to C:\Jess.   I have the recent java SDK from Sun installed in c:\j2sdk1.4.2_04   I am running XP Pro.   I added the path info in your book (;.;C:\Jess61\jess.jar) to both the Path system variable, the Path User Variable and a new CLASSPATH user variable.   I o