Search found 4 matches
- Mon Feb 16, 2009 8:05 pm
- Forum: Java
- Topic: Textpad Is Not Seeing My User Made Classes
- Replies: 7
- Views: 6771
- Thu Feb 12, 2009 7:55 pm
- Forum: Java
- Topic: Textpad Is Not Seeing My User Made Classes
- Replies: 7
- Views: 6771
- Sat Feb 07, 2009 1:46 am
- Forum: Java
- Topic: Textpad Is Not Seeing My User Made Classes
- Replies: 7
- Views: 6771
Thank you for a quick reply, but that did not fix the problem.
All of my .java files are in the same folder that the .class files are compiled into. This has always worked for text pad. Right now I have both class A and B (both of which I wrote) in the same folder. B compiles but A doesn't because ...
All of my .java files are in the same folder that the .class files are compiled into. This has always worked for text pad. Right now I have both class A and B (both of which I wrote) in the same folder. B compiles but A doesn't because ...
- Fri Feb 06, 2009 8:36 pm
- Forum: Java
- Topic: Textpad Is Not Seeing My User Made Classes
- Replies: 7
- Views: 6771
Textpad Is Not Seeing My User Made Classes
I'm using Text pad 4.7.3 and for some reason it is not seeing my user made class files. It was working fine last week, but when I sat down to work on it today, any class file that needs to instantiate another class file does not see the other class file (I hope that made sense). I have four files in ...