jar2jad – My first python application
|
|
I’m publishing my first python apps from my self-taught python class as promised.
This apps generates JAD file from *.jar file which is widely used in J2ME java mobile application. This apps is simple+compact and can be executed in any platform that supports python.
I was going to publish this earlier, but I’ve been busy for the past few days doing other stuff besides python.
Download links
Python is interesting, i might create and publish more apps in python to polish up my skills.
Keep updated with this website! : Subscribe to your email
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.














June 14th, 2006 at 10:34 am
[...] Project Home PageTracker - Bugs ( 0 open /0 total )Bug Tracking System - Support Requests ( 0 open /0 total )Tech Support Tracking System - Patches ( 0 open /0 total )Patch Tracking System - Feature Requests ( 0 open /0 total )Feature Request Tracking System Public Forums ( 2 messages in 2 forum ) [...]
December 15th, 2007 at 10:20 pm
Just used it. Very useful! Thanks, man!
January 10th, 2008 at 7:58 am
Thanks
I make this script
$ sudo mkdir /usr/share/jar2jad
$ cp * /usr/share/jar2jad
$ sudo mousepad /usr/bin/jar2jad
#!/bin/sh
python /usr/share/jar2jad/jar2jad.py $1
$ sudo chmod a+x /usr/bin/jar2jad