background preloader

Java

Facebook Twitter

Casa

Lavoro. Rfa. Giochi. Canada. Home. Integrate the Jad Decompiler Plug-in into Eclipse. On't you hate it when you are debugging your code within Eclipse, and while stepping into a method call, a Class File Editor pops up exclaiming "Source Not Found"?

Integrate the Jad Decompiler Plug-in into Eclipse

Wouldn't you rather see the Java source the next time that happens? By integrating a Java decompiler into your IDE, you can enable this functionality. Follow this complete step-by-step guide to integrate the Jad decompiler into Eclipse. Along the way, you'll find out what makes Java decompilers such handy additions to the developer's toolkit. Identifying Java on Mac OS X. Identifying OS X from Java Apple has made a Java SE runtime available for OS X, beginning with version 10.0.

Identifying Java on Mac OS X

Any pure Java application should run great on OS X, but there are times when you may want to know which platform your application is running on. For example, to handle the About, Preferences, and Quit menu items your application can use the com.apple.eawt APIs, but it should only call those APIs on OS X.