|
Author |
Topic: initial run problems in 0060 (Read 459 times) |
|
benelek
|
initial run problems in 0060
« on: Sep 24th, 2003, 5:41am » |
|
i'm having problems just getting p5 to run the following (win2k / p5-60-expert): Code:void setup() { size(200,300); } void loop() { } |
| here's the error stream: Code:java.lang.NullPointerException at PdeCompiler.compileJava(PdeCompiler.java:142) at PdeEditor.build(PdeEditor.java:582) at PdeEditor.doRun(PdeEditor.java:669) at PdeEditorButtons.mouseReleased(PdeEditorButtons.java:415) at java.awt.Component.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) |
| I was also having problems starting p5 altogether. p5 was compaining that i didn't have quicktime installed, so i checked the environmental variables, but p5 was still having problems. however, i was able to run p5 using run-expert.bat
|
|
|
|
benelek
|
Re: initial run problems in 0060
« Reply #2 on: Sep 24th, 2003, 3:17pm » |
|
yep, even the most basic applet possible, refuses to run: Code:
|
|
|
|
fry
|
Re: initial run problems in 0060
« Reply #3 on: Sep 24th, 2003, 3:25pm » |
|
maybe try the standard version? i wonder if it's your jvm or what could be going on. it's dying because of an exception during the compile. though oddly, it's one generated by p5 internally, so it would be something more like a syntax error or something like that. perhaps your default jvm is 1.3 instead of 1.4?
|
|
|
|
benelek
|
Re: initial run problems in 0060
« Reply #4 on: Sep 25th, 2003, 3:28pm » |
|
my java vm was set on default to 1.4 so there should have been no prob there. but whatever it was, there's no such problem with 0062
|
|
|
|
fry
|
Re: initial run problems in 0060
« Reply #5 on: Sep 25th, 2003, 4:23pm » |
|
oh, ok.. the .bat files weren't properly updated for 60, so i fixed them in either 61 or 62. good
|
|
|
|
|