Eclipse IDE error message

Topics for the Eclipse Environment
Post Reply
NetLurnerOhYeah
Posts: 2
Joined: Fri Jun 18, 2010 2:12 pm

Eclipse IDE error message

Post by NetLurnerOhYeah »

Hello.
I'm new to embedded programming, so please forgive my ignorance if posted.
Currently, I bought the MOD5213 embedded controller in hope of connecting a camera to it(using the Ecplipse IDE of course).
To get a general idea on how it works, I watched this video:

http://www.netburner.com/video/importin ... rting.html

The thing is, after importing an example source file, and try to run the program, I get an error message during "Launching" stating:

java.lang.NullPointerException.

I've tried loading different source files, but still get this error.
If anyone can help, I'd appreciate it. Sorry, I'd post a picture file but can't.
User avatar
lgitlitz
Posts: 331
Joined: Wed Apr 23, 2008 11:43 am
Location: San Diego, CA
Contact:

Re: Eclipse IDE error message

Post by lgitlitz »

Make sure you have the latest Java runtime version on your computer
NetLurnerOhYeah
Posts: 2
Joined: Fri Jun 18, 2010 2:12 pm

Re: Eclipse IDE error message

Post by NetLurnerOhYeah »

Thanks, I'll try that.
User avatar
tod
Posts: 587
Joined: Sat Apr 26, 2008 8:27 am
Location: Southern California
Contact:

Re: Eclipse IDE error message

Post by tod »

I didn't watch the whole video so I'm not sure if they addressed this but the most common cause of this is not having the target platform set correctly. See the wiki article I wrote, this error is specifically mentioned.

Also - whenever you have a problem like this use the Search feature of the forum. It searches both the forum and the Wikis. In this case you could just type in java.lang.nullpointerexception as your search term.
Post Reply