<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to UserGuide</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>Recent changes to UserGuide</description><atom:link href="https://sourceforge.net/p/dex2jar/wiki/UserGuide/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 03 Nov 2014 09:51:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dex2jar/wiki/UserGuide/feed" rel="self" type="application/rss+xml"/><item><title>UserGuide modified by Bob Pan</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,3 +1,8 @@
+1. Install JDK7
+
+        // For Ubuntu 
+        sudo apt-get install openjdk-7-jre 
+
 1. Download dex2jar from &amp;lt;https: sourceforge.net="" projects="" dex2jar="" files=""/&amp;gt;
 * Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Pan</dc:creator><pubDate>Mon, 03 Nov 2014 09:51:07 -0000</pubDate><guid>https://sourceforge.net6ec434873827fafcc5f96b1309d2fe9af089b529</guid></item><item><title>UserGuide modified by Bob Pan</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,22 +1,19 @@
 1. Download dex2jar from &amp;lt;https: sourceforge.net="" projects="" dex2jar="" files=""/&amp;gt;
-1. Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_
+* Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_

-~~~~~~
-    unzip -x dex2jar-version.zip -d /home/panxiaobo
-~~~~~~
+        // For Linux
+        unzip -x dex2jar-version.zip -d /home/panxiaobo

-1. use dex2jar to generate .jar file. dex2jar will generate a file named _someApk-dex2jar.jar_ in the working folder. 
+2. use dex2jar to generate .jar file. dex2jar will generate a file named _someApk-dex2jar.jar_ in the working folder. 

-~~~~~~
-    # For Linux, Mac OSX, Cygwin
-    sh /home/panxiaobo/dex2jar-version/d2j-dex2jar.sh /home/panxiaobo/someApk.apk
-    # For Windows
-    C:\dex2jar-version\d2j-dex2jar.bat someApk.apk
-~~~~~~
+        // For Linux, Mac OSX, Cygwin
+        sh /home/panxiaobo/dex2jar-version/d2j-dex2jar.sh /home/panxiaobo/someApk.apk
+        // For Windows
+        C:\dex2jar-version\d2j-dex2jar.bat someApk.apk

-1. use a decompiler to view the source. 
+3. use a decompiler to view the source. 
     * [jd-gui](http://jd.benow.ca/)
     * [JAD](http://www.varaneckas.com/jad)
     * [Procyon](https://bitbucket.org/mstrobel/procyon)

-1. that's it 
+4. that's it 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Pan</dc:creator><pubDate>Mon, 03 Nov 2014 09:43:35 -0000</pubDate><guid>https://sourceforge.net1c579ec3bf1c1c177f60ce009cc1fdda01b91439</guid></item><item><title>UserGuide modified by Bob Pan</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,11 +1,11 @@
 1. Download dex2jar from &amp;lt;https: sourceforge.net="" projects="" dex2jar="" files=""/&amp;gt;
-+ Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_
+1. Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_

 ~~~~~~
     unzip -x dex2jar-version.zip -d /home/panxiaobo
 ~~~~~~

-* use dex2jar to generate .jar file. dex2jar will generate a file named _someApk-dex2jar.jar_ in the working folder. 
+1. use dex2jar to generate .jar file. dex2jar will generate a file named _someApk-dex2jar.jar_ in the working folder. 

 ~~~~~~
     # For Linux, Mac OSX, Cygwin
@@ -14,9 +14,9 @@
     C:\dex2jar-version\d2j-dex2jar.bat someApk.apk
 ~~~~~~

-9. use a decompiler to view the source. 
+1. use a decompiler to view the source. 
     * [jd-gui](http://jd.benow.ca/)
     * [JAD](http://www.varaneckas.com/jad)
     * [Procyon](https://bitbucket.org/mstrobel/procyon)

-* that's it 
+1. that's it 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Pan</dc:creator><pubDate>Mon, 03 Nov 2014 09:25:49 -0000</pubDate><guid>https://sourceforge.net843ee4f6d1ad8790d84a39acb2df64f339413e67</guid></item><item><title>UserGuide modified by Bob Pan</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,16 +1,22 @@
-  1. Download dex2jar from &amp;lt;https: sourceforge.net="" projects="" dex2jar="" files=""/&amp;gt;
-  2. Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_
+1. Download dex2jar from &amp;lt;https: sourceforge.net="" projects="" dex2jar="" files=""/&amp;gt;
++ Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_

-&amp;gt; `unzip -x dex2jar-version.zip -d /home/panxiaobo`
+~~~~~~
+    unzip -x dex2jar-version.zip -d /home/panxiaobo
+~~~~~~

-  3. use dex2jar to generate .jar file. dex2jar will generate a file named _someApk-dex2jar.jar_ in the working folder. 
-        
-           linux sh /home/panxiaobo/dex2jar-version/d2j-dex2jar.sh /home/panxiaobo/someApk.apk
-           windows C:\dex2jar-version\d2j-dex2jar.bat someApk.apk
+* use dex2jar to generate .jar file. dex2jar will generate a file named _someApk-dex2jar.jar_ in the working folder. 

-  4. use a decompiler to view the source. 
+~~~~~~
+    # For Linux, Mac OSX, Cygwin
+    sh /home/panxiaobo/dex2jar-version/d2j-dex2jar.sh /home/panxiaobo/someApk.apk
+    # For Windows
+    C:\dex2jar-version\d2j-dex2jar.bat someApk.apk
+~~~~~~
+
+9. use a decompiler to view the source. 
     * [jd-gui](http://jd.benow.ca/)
     * [JAD](http://www.varaneckas.com/jad)
     * [Procyon](https://bitbucket.org/mstrobel/procyon)

-that's it 
+* that's it 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Pan</dc:creator><pubDate>Mon, 27 Oct 2014 08:38:22 -0000</pubDate><guid>https://sourceforge.netde84536a20d6cb3d114d7d0fff8e6d9bff995f02</guid></item><item><title>UserGuide modified by Bob Pan</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,4 @@
-  1. Download dex2jar from &amp;lt;http: code.google.com="" p="" dex2jar="" downloads="" list=""&amp;gt;
+  1. Download dex2jar from &amp;lt;https: sourceforge.net="" projects="" dex2jar="" files=""/&amp;gt;
   2. Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_

 &amp;gt; `unzip -x dex2jar-version.zip -d /home/panxiaobo`
@@ -11,5 +11,6 @@
   4. use a decompiler to view the source. 
     * [jd-gui](http://jd.benow.ca/)
     * [JAD](http://www.varaneckas.com/jad)
+    * [Procyon](https://bitbucket.org/mstrobel/procyon)

 that's it 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bob Pan</dc:creator><pubDate>Mon, 27 Oct 2014 08:28:41 -0000</pubDate><guid>https://sourceforge.net3fa2db639047c7cfe076ef06b688f3591448d4f5</guid></item><item><title>Discussion for UserGuide page</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: martins1...@gmail.com&lt;/p&gt;
&lt;p&gt;in Windows I get : Java is not recognized as iternal or external command &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 27 Oct 2014 07:05:34 -0000</pubDate><guid>https://sourceforge.netd4ebd68519037773d6e5423a148ac382f317591a</guid></item><item><title>Discussion for UserGuide page</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/106033515519488002736" rel="nofollow"&gt;Danielhe...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hello friend! I'm getting this erros when trying translate some apps: &lt;/p&gt;
&lt;p&gt;java.io.FileNotFoundException&lt;a class="" href="/p/dex2jar/w/edit/FileNotFoundException"&gt;?&lt;/a&gt;: File '/Minha' does not exist &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;at org.apache.commons.io.FileUtils&lt;a class="" href="/p/dex2jar/w/edit/FileUtils"&gt;?&lt;/a&gt;.openInputStream(FileUtils&lt;a class="" href="/p/dex2jar/w/edit/FileUtils"&gt;?&lt;/a&gt;.java:56) at org.apache.commons.io.FileUtils&lt;a class="" href="/p/dex2jar/w/edit/FileUtils"&gt;?&lt;/a&gt;.readFileToByteArray(FileUtils&lt;a class="" href="/p/dex2jar/w/edit/FileUtils"&gt;?&lt;/a&gt;.java:40) at com.googlecode.dex2jar.reader.DexFileReader&lt;a class="" href="/p/dex2jar/w/edit/DexFileReader"&gt;?&lt;/a&gt;.&amp;lt;init&amp;gt;(DexFileReader&lt;a class="" href="/p/dex2jar/w/edit/DexFileReader"&gt;?&lt;/a&gt;.java:240) at com.googlecode.dex2jar.tools.Dex2jarCmd&lt;a class="" href="/p/dex2jar/w/edit/Dex2jarCmd"&gt;?&lt;/a&gt;.doCommandLine(Dex2jarCmd&lt;a class="" href="/p/dex2jar/w/edit/Dex2jarCmd"&gt;?&lt;/a&gt;.java:104) at com.googlecode.dex2jar.tools.BaseCmd&lt;a class="" href="/p/dex2jar/w/edit/BaseCmd"&gt;?&lt;/a&gt;.doMain(BaseCmd&lt;a class="" href="/p/dex2jar/w/edit/BaseCmd"&gt;?&lt;/a&gt;.java:174) at com.googlecode.dex2jar.tools.Dex2jarCmd&lt;a class="" href="/p/dex2jar/w/edit/Dex2jarCmd"&gt;?&lt;/a&gt;.main(Dex2jarCmd&lt;a class="" href="/p/dex2jar/w/edit/Dex2jarCmd"&gt;?&lt;/a&gt;.java:34) &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In some apps I have this error and in some apps the dex2jar works perfectly. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 27 Oct 2014 07:05:34 -0000</pubDate><guid>https://sourceforge.nete70ecc628b585f399953f9d994ff64cf80c52af1</guid></item><item><title>Discussion for UserGuide page</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/118320876855519134145" rel="nofollow"&gt;ishansha...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Your link for "jd-gui" appears to be broken. Kindly fix it. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 27 Oct 2014 07:05:34 -0000</pubDate><guid>https://sourceforge.netd0cc679f6d916fe347a1c835cce48bc48f98c77f</guid></item><item><title>Discussion for UserGuide page</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/103598357691189342062" rel="nofollow"&gt;mitch.sp...@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you're getting "Id out of bound" make sure your classes.dex file didn't get corrupted. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 27 Oct 2014 07:05:34 -0000</pubDate><guid>https://sourceforge.net960d807f450541306520bdc63ed1052ac8ed4630</guid></item><item><title>Discussion for UserGuide page</title><link>https://sourceforge.net/p/dex2jar/wiki/UserGuide/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: mybill20...@gmail.com&lt;/p&gt;
&lt;p&gt;这东西真好！！！ &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 27 Oct 2014 07:05:34 -0000</pubDate><guid>https://sourceforge.netaac824fbbd479bffc99c192ade186dcb0b693f9c</guid></item></channel></rss>