What does jar -tf "your jar file here" show you the actual classes in your jar are?
You're still saying "it doesn't work", without providing details that let us help. Imagine we're asking you for help. Does your message give enough info to suggest much? Best Erick On Wed, Dec 29, 2010 at 11:51 PM, nitishgarg <[email protected]>wrote: > > Thanks for replying Erick! > I executed this query jar -tf jarfile.jar and my classes were indeed there. > Regarding the package I had this line written in my java file: > package org.apache.lucene.analysis.mr > I removed this line but still it was not working. > Then I tried creating a small project (marathi.jar, containing the class > files) and place it in the lib folder, I even set the CLASSPATH to the jar > file, but still Solr is throwing me a ClassNotFoundException. > Please help me out! > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Custom-Analyzer-tp2162710p2166185.html > Sent from the Solr - User mailing list archive at Nabble.com. >
