Search found 4 matches
- Sun Nov 23, 2003 11:30 pm
- Forum: Java
- Topic: java runtime errors
- Replies: 7
- Views: 712
- Sun Nov 23, 2003 4:08 pm
- Forum: Java
- Topic: java runtime errors
- Replies: 7
- Views: 712
Run Time errors
Sorry, those numbers were just an example. Actually my program is 481 lines. But the line numbers for the error messages are correct...
I am very grateful for the help...
Thanks !!!!!!!!!!!!!!!11
Charlie
I am very grateful for the help...
Thanks !!!!!!!!!!!!!!!11
Charlie
- Sun Nov 23, 2003 3:42 am
- Forum: Java
- Topic: java runtime errors
- Replies: 7
- Views: 712
Run Time errors
The error is NullPointerException at JMenu.createActionComponent (JMenu.java:647) at JMenu.add(JMenu.java:625) at <init>(java:177) at main(java:468)
- Sun Nov 23, 2003 12:59 am
- Forum: Java
- Topic: java runtime errors
- Replies: 7
- Views: 712
java runtime errors
I am having problems running my java program. It compiles with no errors, but when I attempt to run it, I get runtime errors. The question is the line numbers it points to are not in my program. I have only 800 lines, but the error is line 1121. I assume this is due to the imports. How can I see ...