Jack Okerman

Greenhorn
+ Follow
since Oct 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jack Okerman

Whoops. I accidentally marked the topic as resolved. THE TOPIC IS NOT RESOLVED. I can't figure out how to undo.
12 years ago
I tried using the Class.getReasourceAsStream() method and I still get the NullPointerException. Here is my updated code:
12 years ago
I'm running into some problems importing images in Eclipse. I'm trying to load some images and then store them in a Vector. Here is my code:
The program compiles, but when I run it, I get a NullPointerException when I try to access the BufferedImage stored in the vector. I have all the images stored in the src folder for the project in Eclipse. I tried running the program using on my school's UNIX server and there were no issues. Any help would be greatly appreciated. I can post the rest of my code if that would help.
12 years ago