my textpad can not find file in the same folder

General questions about using TextPad

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

Post Reply
blackdream1997
Posts: 4
Joined: Sat May 15, 2004 3:59 am

my textpad can not find file in the same folder

Post by blackdream1997 »

I saved two classes in two files in the same folder,
the first file needs to call the second file's class,
but it seems like my textpad can not recognize that both files are in the same folder. when I ran the first file, it said second file's variable(which is used in first file, which is also declared as static variable) is not found.
(on other machines textpad, it rans fine)
Does anyone know what's wrong?
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Textpad has nothing to do with finding variables.

You are probably using Java? Then your Java compiler or runtime is not set up correctly.
Post Reply