-
Yeah, that works :)
Thanks.
2008-04-25 22:19:03 UTC in MicroEmulator
-
I played a little with the project configuration in Eclipse - it seems that there are certain configurations that cause classloader problems for the microemulator.
If I configure ME as a user library it doesn't work. Including the jars in the build path directly works.
If I reference projects that reference the same utility project (something like diamond inheritance problem) it also doesn't...
2008-04-25 21:55:58 UTC in MicroEmulator
-
How do I specify a classpath if I am running the emulator in Eclipse?
I tried '--appclass com.the.AppClass' but I am getting the same error.
I also tried using '--appclassloader delegating' and got the same error.
When I use '--appclassloader system' I get an NPE, because in org.microemu.app.Common instance.getClass().getClassLoader() returns null.
2008-04-25 20:12:57 UTC in MicroEmulator
-
Hi,
I want to use microemulator to debug a mobile application in Eclipse/Fedora. I managed to configure a simple app to run under microemulator.
I am having a problem with an application that doesn't extend javax.microedition.midlet.MIDlet directly. When I try to run it, I get:
java.net.MalformedURLException: Unable to find class com.the.AppClass
I am not sure that this is exactly...
2008-04-25 16:29:43 UTC in MicroEmulator
-
The sorting arrow in the toolkits table is missing and instead there is a red square. In the log there is the following exception:
!ENTRY org.eclipse.jface 2 0 2007-03-17 16:31:59.531
!MESSAGE The image could not be loaded: URLImageDescriptor(bundleentry://143/icons/upArrow16.gif)
I am attaching the log file for the full stack trace.
I am running EclipseME on a brand new system...
2007-03-16 14:46:29 UTC in EclipseME
-
Logged In: YES
user_id=684229
I use the following configuration to obfuscate a J2ME
application:
-keep public class * extends javax.microedition.midlet.MIDlet
-dontusemixedcaseclassnames
This, however, makes the MIDlet class and all its members final.
If I add the '-dontoptimize' option, the MIDlet class is not
made final anymore.
If there is another way to keep optimizations on...
2005-12-18 18:08:27 UTC in ProGuard Java Optimizer and Obfuscator
-
It will be good to be able to tell Proguard to not
declare as final certain classes and methods.
Some suggested options:
-dontfinalize (all)
-dontfinalizepreservedclasses
Removes the final declaration for all classes and
methods that are not obfuscated.
-dontfinalize [class & method specification similar to
the ones in -keep* ].
2005-12-14 08:18:13 UTC in ProGuard Java Optimizer and Obfuscator
-
Looks like you are right - when I put the libraries in the Ant lib folder everything is working...
2005-12-06 07:17:40 UTC in FMPP - FreeMarker-based PreProcessor
-
I am running FMPP through Ant and I am trying to create a custom utility class using the 'eval' data loader. I do something of the type:
data: { myUtil:eval('new package.MyUtil();') }
and I get a BeanShell error saying that it cannot instantiate the class:
Caused by: bsh.EvalError: Sourced file: inline evaluation of: ``new package.MyUtil();'' : Class or variable not found...
2005-12-05 12:20:36 UTC in FMPP - FreeMarker-based PreProcessor
-
Logged In: YES
user_id=684229
+1
Such a component is badly needed.
2005-10-21 16:15:38 UTC in KTable