Endless Paradigm

Full Version: Java editor, compiler, decompiler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm just wondering if such as a thing existed. I wanted to make some apps for my phone. Also, I need some tutorials since this is my first time messing with it. :P
Don't know about a decompiler, but for compilation, you'll need the Java SDK.  Eclipse seems to be a popular editor for Java.
i don't want to open a new thread for this:

does somebody have the "bdj.jar" file, for PS3 "homebrew" signing? it should be part of Nero 8 or power dvd for example.. heh.. :p
Mythos Wrote:i don't want to open a new thread for this:

does somebody have the "bdj.jar" file, for PS3 "homebrew" signing? it should be part of Nero 8 or power dvd for example.. heh.. :p

Quote:2. a copy of bdj.jar, the BD-J API. I can't provide this, since you need a license to use it; however, if you have a PC program capable of making or playing Blu-Ray discs - like Nero or PowerDVD - you can get this file from there. (In Nero 8, the file is located in C:\program Files\Common Files\Nero\NeroBLC\BDJ\jlib .)
demonchild Wrote:
Quote:2. a copy of bdj.jar, the BD-J API. I can't provide this, since you need a license to use it; however, if you have a PC program capable of making or playing Blu-Ray discs - like Nero or PowerDVD - you can get this file from there. (In Nero 8, the file is located in C:\program Files\Common Files\Nero\NeroBLC\BDJ\jlib .)


i know.. but since i don't have those programs i have to request that file.. :>
ZiNgA BuRgA Wrote:Don't know about a decompiler, but for compilation, you'll need the Java SDK.  Eclipse seems to be a popular editor for Java.

I'm using Netbeans IDE to edit everything. Where do people learns these things. Any tutorials anything? The max I could get on the phone is 200kb per app =\.. So tutorials will be cool.. Easy ones. The ones I seen are soo complicated and full of unnecessary pics.. :P
Coming from the Runescape private server scene where everything was done in Java I have these recommendations:

Decompiler: http://www.bysoft.se/sureshot/cavaj/
NOTE: You will have to manually fix all code that doesn't decompile 100%. Also, The demo is the full version.

Compiler: http://java.sun.com/javase/downloads/index.jsp
You need to register classpaths and poo poo. If you need help with it just ask :)

Editor: Notepad++
Ok. *sigh* Now to get the developer key to test apps out on my phone, I need to code something for submission. I need tutorials before I die. Anything out there I could use?
I've actually began reading up on PS3 homebrew JAVA.

Someone (sorry, can't remember who) did post a good sample code, that demonstrates loop and input for PS3 homebrew java.

I've uploaded it for those interested.
Pages: 1 2
Reference URL's