I really, really appreciate the help. Now I really feel like a dunce, dividing by 1..doh!!!
Thanks for your help guys.
Andy
Search found 7 matches
- Tue Sep 02, 2003 4:02 pm
- Forum: Java
- Topic: Install problem or run time problem?
- Replies: 4
- Views: 708
- Tue Sep 02, 2003 2:23 pm
- Forum: Java
- Topic: Install problem or run time problem?
- Replies: 4
- Views: 708
Thanks...
:oops: I guess I had a brain fart, as I was thinking that the second argument was *Do untill this is true*. Doh! Anyways, I rewrote it and the problem still happens: /*************************************************** public class PrimeNumb { public static void main (String[] args) { int myPrime ...
- Tue Sep 02, 2003 1:56 pm
- Forum: Java
- Topic: Install problem or run time problem?
- Replies: 4
- Views: 708
Install problem or run time problem?
I've just written a simple problem to find prime numbers and when I run it, it finished wihtout sending out any output other than the blank DOS shell telling me to Press any key to continue. Here's the code: :?: public class PrimeNumb { public static void main (String[] args) { int myPrime[] = new ...
- Thu Aug 28, 2003 5:32 pm
- Forum: Java
- Topic: I get an error during Compile
- Replies: 9
- Views: 2652
- Thu Aug 28, 2003 3:20 pm
- Forum: Java
- Topic: I get an error during Compile
- Replies: 9
- Views: 2652
I shoudln't have opened my mouth so soon
In order to run a compile Java prog I had to move the .class file over to where I specified .class files are supposed to be else it would give me a "java.lang.NoClassDefFoundError" runtime error. This sucks.
- Thu Aug 28, 2003 2:34 pm
- Forum: Java
- Topic: I get an error during Compile
- Replies: 9
- Views: 2652
err.. fixed the prob
Now I feel stupid, I should have looked further into it but you can set Textpad so that it finds your .class at a set location . Here's a URL to the posts wher I found the info: http://www.textpad.com/forum/viewtopic. ... lass+path.
- Thu Aug 28, 2003 2:24 pm
- Forum: Java
- Topic: I get an error during Compile
- Replies: 9
- Views: 2652
Problems with Textpad finding .class files
I actually have the same problem and have set the CLASSPATH environment setting to no evail. So if anyone knows the answer to this problem, it's more than one person having this problem.