Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
i got error as
package jsc.distributions does not exist
import jsc.distributions.*;

i downloaded jsc.jar & kept in C:\Program Files\Java\jre8\lib But not working .
thanks,
abha
Posted
Updated 2-May-14 22:04pm
v4
Comments
Richard MacCutchan 3-May-14 4:07am    
I would suggest you go to http://www.jsc.nildram.co.uk/ for assistance.

1 solution

You need to link with the .jar file, e.g.
javac -cp C:\Program Files\Java\jre8\lib\jsc.jar <java file="">
</java>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900