Hello,

I want to run a java project but I can't run it .
you can download here :

http://www.persiangig.com/pages/download/?dl=http://fatima10.persiangig.com/document/bankapplication3.zip

The error is :
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Uncompilable source code - cannot find symbol
symbol: class ResultsModel
location: class bankapplication3.Display2
at bankapplication3.Display2.<init>(Display2.java:35)
at bankapplication3.Database.<init>(Database.java:9)
.
.
.

I'm a beginner and I really want to khow what the problem is.
I think I've got a problem with database.The database is acsess and I do
this direction : control pannel -Addminstrative Tools - Data Source -System
DSN , .....

You cannot run it because you haven't compiled it:
Uncompilable source code - cannot find symbol. symbol: class ResultsModel

You need to import the ResultsModel or add to the classpath the jar that contains the ResultsModel, then compile and run

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.