FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   illegal argument exception / 0065
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: illegal argument exception / 0065  (Read 545 times)
Martin

122417302122417302martingomez_listsmg1ph WWW Email
illegal argument exception / 0065
« on: Oct 14th, 2003, 5:18am »

hi, i've just installed 0065 standard on a new computer and got this in stderr ...  
 
Code:

java.lang.IllegalArgumentException
 at java.lang.Win32Process.<init>(Win32Process.java:42)
 at java.lang.Runtime.execInternal(Native Method)
 at java.lang.Runtime.exec(Runtime.java:566)
 at java.lang.Runtime.exec(Runtime.java:491)
 at java.lang.Runtime.exec(Runtime.java:457)
 at PdeCompiler.compileJava(PdeCompiler.java:132)
 at PdeEditor.build(PdeEditor.java:672)
 at PdeEditor.doRun(PdeEditor.java:758)
 at PdeEditorButtons.mouseReleased(PdeEditorButtons.java:418)
 at java.awt.Component.processMouseEvent(Component.java:5134)
 at java.awt.Component.processEvent(Component.java:4931)
 at java.awt.Container.processEvent(Container.java:1566)
 at java.awt.Component.dispatchEventImpl(Component.java:3639)
 at java.awt.Container.dispatchEventImpl(Container.java:1623)
 at java.awt.Component.dispatchEvent(Component.java:3480)
 at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
 at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
 at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
 at java.awt.Container.dispatchEventImpl(Container.java:1609)
 at java.awt.Component.dispatchEvent(Component.java:3480)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
 at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThrea d.java:197)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread. java:150)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)

 
any ideas?
 
fry


WWW
Re: illegal argument exception / 0065
« Reply #1 on: Oct 14th, 2003, 10:30pm »

are you using expert without java properly installed and in your path?
 
or is jikes somehow missing?
 
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: illegal argument exception / 0065
« Reply #2 on: Oct 20th, 2003, 4:51am »

i removed expert and installed standard after i got this error but still got this error when i ran p5. java is in my path. i'll check on jikes. thanks.
 
fry


WWW
Re: illegal argument exception / 0065
« Reply #3 on: Oct 26th, 2003, 2:45am »

fixed o'er here:
http://proce55ing.net/discourse/yabb/board_BugFixes_action_disp_lay_num_1067132725.html
 
Pages: 1 

« Previous topic | Next topic »