Note that there are some explanatory texts on larger screens.

plurals
  1. POStackOverflowError while building my project
    primarykey
    data
    text
    <p>Am using Eclipse 3.6.1 package and am developing an application for QR code generation, when i run the project it shows me an stack overflow error and prompting me to force close the workspace</p> <pre><code> Unable to execute dex: java.lang.StackOverflowError. Check the Eclipse log for stack trace. Conversion to Dalvik format failed: Unable to execute dex: java.lang.StackOverflowError. Check the Eclipse log for stack trace. </code></pre> <p>I even modified my <i>eclipse.ini</i> but still the error remains</p> <pre><code> -startup plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile -showsplash org.eclipse.platform --launcher.XXMaxPermSize 1024m --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=1024m -Xms512m -Xmx1024m </code></pre> <p>even deleted my .dex file and gave clean ,build and nothing worked out</p> <p>some may say its because of the large java files in your build path, like the onBarcode.jar file which i am using for qr code generation </p> <p>BUT IT IS NOT</p> <p>because when executing my project in my laptop(os-opensuse,ram-3gb,eclipse-helios) showed the stack overflow error, the same project worked really very good and i rendered my QR code without any problem in my desktop(windows-vista,ram-1gb,eclipse-helios).</p> <p>only difference between my laptop's eclipse workspace and my desktop eclipse workspace is the number of projects. my laptop has about - 20 projects in the project explorer as closed projects with one ready to run, but my desktop has only one project (ie) my current project</p> <p>So is it a problem with eclipse IDE not able to manage between closed project memory leaving to a big stack overflow error???</p> <p>how do i get cleared up with this error???</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload