Is there a way to extract the source code from an executable .jar file (Java ME)?
You can extract a jar file with the command :
jar xf filename.jar
References : Oracle's JAR documentation