craftleft.gif (3002 bytes)QuickTable
Home | API | Tutorial | Download | Support | Contact topblack.gif (108 bytes)


QuickTable User Cp  |  Register  |  Members  |  Search  |  Help
    |- QuickTable Discussion Forums > QuickTable Installation Issues Post New Topic   Post A Reply
simpleSkin ???? printer friendly version
next newest post | next oldest post
Author Messages
yna54{@}hotmail.com
Unregistered
Edit or delete this message Reply w/Quote
Posted Wednesday, December 31, 1969 @ 23:59:59  

Hi, I am trying to use quictable, but I got this error :

C:\Mydownload\Swing\quicktable2swing11\samples>javac CustomerOrderDemo.java
CustomerOrderDemo.java:254: cannot resolve symbol
symbol : class SimpleSkin
location: class CustomerOrderDemo
simpleSkin = new SimpleSkin();
^
1 error

Could you please help me.
Thanks

admin{@}quicktable.org
Unregistered
Edit or delete this message Reply w/Quote
Posted Wednesday, December 31, 1969 @ 23:59:59  

SimpleSkin class is located in the same directory where CustomerOrderDemo class is located. So you should not get this error, unless you have deleted the SimpleSkin.java file. If you are sure the SimpleSkin.java file is there in the same directory, Add a "." in your classpath so that it checks your current directory for the class.

Before you compile , execute this command
set CLASSAPTH=%CLASSPATH%;. (DOS)
export CLASSPATH=$CLASSPATH:. (Unix)

If the above doesn't fix the problem, I have no clue why its not checking the current directory.

Since all the classes are already pre compiled for you, without compiling try running the CustomerOrderDemo.bat or CustomerOrderDemo.sh file found in the same directory.

Ben

Post New Topic   Post A Reply Jump to:
Contact Us | QuickTable - A Java DBGrid | Privacy Policy All times are GMT -5 Hours.
Welcome to QuickTable Forums, Guest!  
Login
Username :
Password :
In order to fully utilize the abilities of this board, you are required to register as a member. Registration is free, and allows you to do lots of things including turning on or off certain features of this board. Register now!
Powered by CuteCast v2.0 BETA 2
Copyright © 2001-2003 ArtsCore Studios