StackOverflowError when launching

Bug #813525 reported by Lucio Crusca
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PaperMaze
Fix Released
Medium
Lucio Crusca

Bug Description

Just what the title says. If you open the Netbeans project you can run the application, but if you launch it outside of Netbeans you get a StackOverflowError

Lucio Crusca (lucrus)
Changed in papermaze:
importance: Undecided → High
assignee: nobody → Lucio Crusca (lucio-sulweb)
status: New → In Progress
Lucio Crusca (lucrus)
Changed in papermaze:
status: In Progress → Won't Fix
Revision history for this message
Lucio Crusca (lucrus) wrote :

There's no way to specify the stack (and heap) size in the jar file. The only way to launch it is outside of Netbeans using the command line (command prompt for Windows users)

java -Xss8m -jar PaperMaze.jar

The correct solution would be to create an installer, but that's out of the current scope of this project.

Changed in papermaze:
importance: High → Medium
Revision history for this message
Lucio Crusca (lucrus) wrote :

Me fool... the correct solution is to avoid recursion in Java and use iteration instead. Bug fixed in rel-1.0.

Changed in papermaze:
status: Won't Fix → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.