Search found 4 matches

by fahbrock
Mon Feb 16, 2009 8:05 pm
Forum: Java
Topic: Textpad Is Not Seeing My User Made Classes
Replies: 7
Views: 1419

Thanks for those links. I don't know how many times I've been on Sun's website to research some java class, or something to that effect, and I have never found those particular pages. :D
by fahbrock
Thu Feb 12, 2009 7:55 pm
Forum: Java
Topic: Textpad Is Not Seeing My User Made Classes
Replies: 7
Views: 1419

Again, thank you. The value I'm getting is as follows: CLASSPATH=C:\jdk1.5\jre\lib\ext\mysql-connector-java-3.1.12-bin.jar I'm not sure why my classpath is sending me to the connectorJ packages, but, as I said, everything was working fine and then just stopped working. I guess you could say I only h...
by fahbrock
Sat Feb 07, 2009 1:46 am
Forum: Java
Topic: Textpad Is Not Seeing My User Made Classes
Replies: 7
Views: 1419

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 i...
by fahbrock
Fri Feb 06, 2009 8:36 pm
Forum: Java
Topic: Textpad Is Not Seeing My User Made Classes
Replies: 7
Views: 1419

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...