Hello ! I just started developing java midlets und the EclipseMe-Plugin works great for me. I have just one problem: When I try to obfuscate my package I get a
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space failure. It is the same if I use ProGuard at the command line. But therefore it is possible to start the jvm with increased heap space (java -Xmx1000000000 -jar proguard.jar ...) and my midlet is processed without any errors. But I can't do it in Eclipse/EclipseMe (at least I don't know how). Starting Eclipse with '-Xmx1000000000' doesn't make any difference, so I guess another jvm is started by EclipseMe for ProGuard. Is there any way to increase the heap space for Proguard using EclipseMe? Thanks in advance... Michael ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
