Having problems compiling .java

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Broly1
Posts: 1
Joined: Sun Feb 26, 2006 11:33 pm

Having problems compiling .java

Post by Broly1 »

I'm having some problems compiling *.java

I have the sdk installed then installed the TextPad 4

When i load up my .java files and i hit compile java it gives me these warnings.

C:\Documents and Settings\Ichigo\Desktop\Bank Project\Account.java:11: cannot resolve symbol

And it wont seem to compile the other files together or create any .class files for the .java files. I think i missed a step in the installation process or something.

I've just compiled one of the files that didnt have any ties with the other files. But the way i have it, is that each file has a specific class, and when i try to compile it says it cant find that class, which is located in another file. Is there a way to fix this ?
User avatar
talleyrand
Posts: 624
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post by talleyrand »

Check in this forum, but I suspect you will want to add a . to your CLASSPATH environmental variable.
I choose to fight with a sack of angry cats.
Post Reply