JESS: Pocket PC

2005-10-28 Thread nikita berdikov
Hello to everybody,

i wanted to know if u can with jess on my pocket pc,
is it possible?

and where can i download JESS editor which is
described in the beginning of "Jess in action"?

Thank u




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com



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]




Re: JESS: New to JESS

2005-10-12 Thread nikita berdikov
Thanks a lot to all of u

I've resolved the problem! Now i'll read "Jess In
Action" and start program in Jess.

I think this problem should be described in FAQ for
Jess.

Thanks

--- Matthew Hutchinson <[EMAIL PROTECTED]> wrote:

> You should have created a workspace, having done
> this create a new java
> file, followed by by NEW --> FILE
> Then just make sure you give the file a .CLP
> extension and it should be put
> in your project. (in which case the file name will
> show up in the left hand
> pane of Eclipse).
> 
> good luck,
> Matt
> 
> 
> 
> On 10/11/05, nikita berdikov <[EMAIL PROTECTED]>
> wrote:
> >
> > So, please, tell me, how can i make this file part
> of
> > the project?
> >
> > Thanks
> >
> > --- [EMAIL PROTECTED] wrote:
> >
> > > In the first screenshot, I see an editor window
> > > named "awtdraw.clp",
> > > but I don't see a file by this name in the
> navigator
> > > view; my guess,
> > > then, is that you've used the Eclipse "File |
> > > Open..." menu to
> > > try to open a file not in your workspace. This
> > > doesn't work. You can
> > > only edit .clp files that are actually part of
> an
> > > Eclipse project.
> > >
> > > We've covered this before on this mailing list,
> but
> > > I'm surprised to
> > > see it's not mentioned in the manual anywhere.
> We
> > > hope to have this
> > > working by the final release of Jess 7.
> > >
> > >
> > > I think nikita berdikov wrote:
> > > [Charset iso-8859-1 unsupported, filtering to
> > > ASCII...]
> > > > I have unzipped all plugins in plugin Eclipse
> > > > directory and yes, i have created a java
> project.
> > > >
> > > > When i try to open *.clp file nothing is
> > > happening,
> > > > see Attach.
> > > >
> > > > Also there is my build path (In Attach)
> > > >
> > > > What do i do wrong?
> > > >
> > > > Thanks in advance
> > > >
> > > > --- Matthew Hutchinson
> <[EMAIL PROTECTED]>
> > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > having just started using Eclipse myself, I
> > > would
> > > > > suggest:
> > > > >
> > > > > - making sure you unzipped all the correct
> > > plugins
> > > > > into the correct
> > > > > directory
> > > > > - make sure you create a new *java* project
> in
> > > > > eclipse, not any other type
> > > > >
> > > > > cheers,
> > > > > Matt
> > > > >
> > > > >
> > > > >
> > > > > On 10/10/05, nikita berdikov
> > > <[EMAIL PROTECTED]>
> > > > > wrote:
> > > > > >
> > > > > > Hello,
> > > > > > I'm new to Eclipse and JESS, so can anyone
> > > tell me
> > > > > how
> > > > > > to start working with JESS in Eclipse 3.1.
> > > What
> > > > > > variables should i set? I did everything
> that
> > > is
> > > > > > written in "Using the JessDE", but
> something
> > > is
> > > > > wrong.
> > > > > > And please, show me an example of JESS
> code in
> > > > > > Eclipse.
> > > > > >
> > > > > > Thanks in advance.
> > > > > >
> > > > > >
> > > > > >
> > > > > > __
> > > > > > Yahoo! Music Unlimited
> > > > > > Access over 1 million songs. Try it free.
> > > > > > http://music.yahoo.com/unlimited/
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

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

Re: JESS: New to JESS

2005-10-11 Thread nikita berdikov
So, please, tell me, how can i make this file part of
the project?

Thanks

--- [EMAIL PROTECTED] wrote:

> In the first screenshot, I see an editor window
> named "awtdraw.clp",
> but I don't see a file by this name in the navigator
> view; my guess,
> then, is that you've used the Eclipse "File |
> Open..." menu to
> try to open a file not in your workspace. This
> doesn't work. You can
> only edit .clp files that are actually part of an
> Eclipse project.
> 
> We've covered this before on this mailing list, but
> I'm surprised to
> see it's not mentioned in the manual anywhere. We
> hope to have this
> working by the final release of Jess 7.
> 
> 
> I think nikita berdikov wrote:
> [Charset iso-8859-1 unsupported, filtering to
> ASCII...]
> > I have unzipped all plugins in plugin Eclipse
> > directory and yes, i have created a java project.
> > 
> > When i try to open *.clp file nothing is
> happening,
> > see Attach.
> > 
> > Also there is my build path (In Attach)
> > 
> > What do i do wrong?
> > 
> > Thanks in advance
> > 
> > --- Matthew Hutchinson <[EMAIL PROTECTED]>
> wrote:
> > 
> > > Hi,
> > > 
> > > having just started using Eclipse myself, I
> would
> > > suggest:
> > > 
> > > - making sure you unzipped all the correct
> plugins
> > > into the correct
> > > directory
> > > - make sure you create a new *java* project in
> > > eclipse, not any other type
> > > 
> > > cheers,
> > > Matt
> > > 
> > > 
> > > 
> > > On 10/10/05, nikita berdikov
> <[EMAIL PROTECTED]>
> > > wrote:
> > > >
> > > > Hello,
> > > > I'm new to Eclipse and JESS, so can anyone
> tell me
> > > how
> > > > to start working with JESS in Eclipse 3.1.
> What
> > > > variables should i set? I did everything that
> is
> > > > written in "Using the JessDE", but something
> is
> > > wrong.
> > > > And please, show me an example of JESS code in
> > > > Eclipse.
> > > >
> > > > Thanks in advance.
> > > >
> > > >
> > > >
> > > > __
> > > > Yahoo! Music Unlimited
> > > > Access over 1 million songs. Try it free.
> > > > http://music.yahoo.com/unlimited/
> > > >
> > > >
> > > >
> > >
> >
>

> > > > 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]
> > 
> > 
> > 
> > 
> > __ 
> > Yahoo! Music Unlimited 
> > Access over 1 million songs. Try it free.
> > http://music.yahoo.com/unlimited/
> Content-Description: 263436701-error.PNG
> 
> [image/x-png is not supported, skipping...]
> Content-Description: 1585163811-buildPath.PNG
> 
> [image/x-png is not supported, skipping...]
> 
> 
> 
>
-
> Ernest Friedman-Hill  
> Advanced Software Research  Phone: (925)
> 294-2154
> Sandia National LabsFAX:   (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]
>

> 
> 




__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/



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]




JESS: New to JESS

2005-10-10 Thread nikita berdikov
Hello, 
I'm new to Eclipse and JESS, so can anyone tell me how
to start working with JESS in Eclipse 3.1. What
variables should i set? I did everything that is
written in "Using the JessDE", but something is wrong.
And please, show me an example of JESS code in
Eclipse.

Thanks in advance.



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/



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]