Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Don't know how to create a project correctly.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Arved Sandstrom, post: 4030845"] On Windows all your classpath separators should be ';', no ','. Also, you surely don't need a '.' in front of the main class to run. I would expect the proper command to be more like java -cp fuzzyJ15a.jar;sfc.jar;symbeans.jar;jess.jar;jsr94.jar nrc.fuzzy.jess.FuzzyMain Test3.clp To see if nrc.fuzzy.jess.FuzzyMain is in a JAR, as we expect, try jar tvf fuzzyJ15a.jar I would assume it's in there, and not in jess.jar which ought to be the vanilla JAR from Sandia. AHS [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Don't know how to create a project correctly.
Top