Click to See Complete Forum and Search --> : jar file for JSpinner
mkiran18
06-12-2006, 07:50 AM
Hi , all please help me in finding the JAR file for JSpinner . iam using Websphere application development and i have eclipse installed in my system. please specify the JAR file , where i can find this......
import javax.swing.JSpinner cannot be resolved
thanks
Khalid Ali
06-12-2006, 08:16 AM
please oost the full error that u are getting...
mkiran18
06-12-2006, 09:14 AM
i am getting import javax.swing.JSpinner cannot be resolved
Khalid Ali
06-12-2006, 11:34 AM
looks like JSpinner is part of java swing, therefor you should not have to do anything extra other then setting the JAVA_HOME variables correctly and then using it in your programs. If you are having this problem in an IDE( Eclipse?) that means only one thing that you did not have set the jdk path in ur IDE's project settings.