|
Author |
Topic: null pointer exception :S (Read 1577 times) |
|
carloslara
|
null pointer exception :S
« on: Jan 15th, 2005, 4:08pm » |
|
hi i am new at programming in processing but not new in java. i got this message and seriously dont know how to fix it. i check all the dinamic objects of my program and they are all constructed. java.lang.NullPointerException at PdeRuntime.start(PdeRuntime.java:346) normally nullpointerexceptions are the easiest bugs to fix, but the first one happens at PdeRuntime.start ... and dont know what to do with that. hope someone can help me Carlos
|
|
|
|
fry
|
Re: null pointer exception :S
« Reply #1 on: Jan 15th, 2005, 4:40pm » |
|
it's probably something inside your setup() method, if you have one. otherwise, post the sketch (or the minimum that will cause the bug) so we can help.
|
|
|
|
carloslara
|
Re: null pointer exception :S
« Reply #2 on: Jan 17th, 2005, 11:45pm » |
|
alright now thanks to "toxi" i am eclipse/processing user, that way i can know what is happening with a nice editor.
|
|
|
|
carloslara
|
Re: null pointer exception :S
« Reply #3 on: Jan 17th, 2005, 11:46pm » |
|
alright now thanks to "toxi" i am eclipse/processing user, that way i can know what is happening with a nice editor. ill try to figure out what is going on
|
|
|
|
|