Message6932

Author amak
Recipients amak, jimmycool
Date 2012-03-20.20:46:12
SpamBayes Score 0.0008875166
Marked as misclassified No
Message-id <1332276372.52.0.582886432575.issue1845@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure how netbeans sets up its classpath, but I recommend

A: Finding out what the classpath setting is when you run your programs under netbeans. You can do this by executing the following code in a jython program

>>> import java
>>> java.lang.System.getProperty("java.class.path")

B: Find out where the change the CLASSPATH setting in netbeans.

C: Add an entry in the CLASSPATH which points to your nltk.jar.
History
Date User Action Args
2012-03-20 20:46:12amaksetmessageid: <1332276372.52.0.582886432575.issue1845@psf.upfronthosting.co.za>
2012-03-20 20:46:12amaksetrecipients: + amak, jimmycool
2012-03-20 20:46:12amaklinkissue1845 messages
2012-03-20 20:46:12amakcreate