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
   Software Bugs
(Moderator: fry)
   compiler error
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: compiler error  (Read 520 times)
depth

WWW Email
compiler error
« on: Apr 29th, 2004, 8:35pm »

wow, i'm all about breaking stuff today.
 
java.io.IOException: CreateProcess: jikes -target 1.1 -bootclasspath "C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\JAVA\lib\rt.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\JAVA\lib\i18n.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\JAVA\lib\sunrsasign.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\JAVA\lib\jsse.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\JAVA\lib\jce.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\JAVA\lib\charsets.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\JAVA\classes" -classpath "java\lib\rt.jar;C:\WINDOWS\SYSTEM\QTJava.zip;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\lib\comm.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\lib;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\lib\build;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\lib\pde.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\lib\kjc.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\lib\oro.jar;C:\PROGRAM FILES\PROCE55ING\PROCESSING-0067\lib\antlr.jar;" -nowarn +E -d lib\build lib\build\Temporary_660_2685.java error=0
 
      at java.lang.Win32Process.create(Native Method)
 
      at java.lang.Win32Process.<init>(Win32Process.java:63)
 
      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:105)
 
      at PdeEditor.build(PdeEditor.java:672)
 
      at PdeEditor.doRun(PdeEditor.java:760)
 
      at PdeEditorButtons.mouseReleased(PdeEditorButtons.java:41
 
      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)
 
java.io.IOException: CreateProcess: cmd /c start http://Proce55ing.net/bugs/ error=0
 
      at java.lang.Win32Process.create(Native Method)
 
      at java.lang.Win32Process.<init>(Win32Process.java:63)
 
      at java.lang.Runtime.execInternal(Native Method)
 
      at java.lang.Runtime.exec(Runtime.java:566)
 
      at java.lang.Runtime.exec(Runtime.java:42
 
      at java.lang.Runtime.exec(Runtime.java:364)
 
      at java.lang.Runtime.exec(Runtime.java:326)
 
      at PdeBase.openURL(PdeBase.java:119
 
      at PdeCompiler.compileJava(PdeCompiler.java:143)
 
      at PdeEditor.build(PdeEditor.java:672)
 
      at PdeEditor.doRun(PdeEditor.java:760)
 
      at PdeEditorButtons.mouseReleased(PdeEditorButtons.java:41
 
      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)
 
« Last Edit: Apr 29th, 2004, 8:36pm by depth »  
fry


WWW
Re: compiler error
« Reply #1 on: Apr 29th, 2004, 11:37pm »

does it no longer work? what led to this?
 
were you running low on memory, or maybe hit the 'run' button more than once?
 
depth

WWW Email
Re: compiler error
« Reply #2 on: Apr 30th, 2004, 12:05am »

sorry, too many things in my head at once today...
 
i'm running v67 on win98.  the error happened when i tried to save or compile (i can't remember which) while opening a new browser window in ie6.  it happened a second time, just now....
 
the sketch works fine now.
« Last Edit: Apr 30th, 2004, 12:06am by depth »  
Pages: 1 

« Previous topic | Next topic »