View Single Post
  #4   Spotlight this post!  
Unread 17-12-2010, 20:05
byteit101's Avatar
byteit101 byteit101 is offline
WPILib maintainer (WPI)
AKA: Patrick Plenefisch
no team (The Cat Attack (Formerly))
Team Role: Programmer
 
Join Date: Jan 2009
Rookie Year: 2009
Location: Worcester
Posts: 699
byteit101 is a glorious beacon of lightbyteit101 is a glorious beacon of lightbyteit101 is a glorious beacon of lightbyteit101 is a glorious beacon of lightbyteit101 is a glorious beacon of lightbyteit101 is a glorious beacon of light
Re: NetBeans download error: StackOverflowError

I've managed to set the verbosity higher, and this is the command its choking on
Quote:
Executing 'C:\Program Files\Java\jdk1.6.0_21\jre\bin\java.exe' with arguments:
'-XX:CompileCommand=exclude,com/sun/squawk/Method.getParameterTypes'
'-XX:CompileCommand=exclude,com/sun/squawk/SymbolParser.getSignatureTypeAt'
'-XX:CompileCommand=exclude,com/sun/squawk/SymbolParser.stripMethods'
'-Xmx256M'
'-classpath'
'C:\Documents and Settings\***\sunspotfrcsdk\bin\romizer_classes.jar ;C:\Documents and Settings\***\sunspotfrcsdk\bin\squawk.jar;C:\Docum ents and Settings\***\sunspotfrcsdk\bin\squawk_device_class es.jar;C:\Documents and Settings\***\sunspotfrcsdk\bin\translator_classes. jar'
'com.sun.squawk.Romizer'
'-nobuildproperties'
'-nobuildproperties'
'-suitepath:C:/Documents and Settings/***/sunspotfrcsdk/cRIO'
'-boot:squawk'
'-metadata'
'-lnt'
'-strip:d'
'-cp:suite\BuiltInDefaultCode_1.0.0.jar'
'-endian:big'
'-o:image'
'suite\BuiltInDefaultCode_1.0.0.jar'
The ' characters around the executable and arguments are
not part of the command.
CompilerOracle: exclude com/sun/squawk/Method.getParameterTypes
CompilerOracle: exclude com/sun/squawk/SymbolParser.getSignatureTypeAt
CompilerOracle: exclude com/sun/squawk/SymbolParser.stripMethods
Exception in thread "main" java.lang.StackOverflowError
at java.io.InputStream.<init>(InputStream.java:28)
at java.io.FileInputStream.<init>(FileInputStream.jav a:96)
at com.sun.squawk.io.j2se.file.Protocol.open(Protocol .java:109)
at javax.microedition.io.Connector.openPrim(Connector .java:308)
...
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
Reply With Quote