Hat's off to the author. Freesafe is just what I'm looking for-- and it seems to work well.
Being the paranoid sort, I downloaded the .zip from SF, unjarred the .jar file, and didn't find class names that correspond to the .java files in the distribution. Is the executable obfuscated?
thanks,
Joe Panico
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Joe,
yes, the files in the jar are obfuscated. It is a pretty standard procedure in a J2ME app as it saves some more space on the device. You can build it from source if you're paranoid, still works great.
Thanks,
Alex K
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Hat's off to the author. Freesafe is just what I'm looking for-- and it seems to work well.
Being the paranoid sort, I downloaded the .zip from SF, unjarred the .jar file, and didn't find class names that correspond to the .java files in the distribution. Is the executable obfuscated?
thanks,
Joe Panico
Joe,
yes, the files in the jar are obfuscated. It is a pretty standard procedure in a J2ME app as it saves some more space on the device. You can build it from source if you're paranoid, still works great.
Thanks,
Alex K