Premier Software Download Place
Java Source Viewer Show:  All | Free
Easy JAVA to Source Converter 1.6
Easy JAVA to Source Converter is a powerful decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files. It is able to decompile complex Java applets and binaries, producing accurate source code. Useful for developers to recover their lost or accidentally destroyed source codes. Finally it is a stand-alone Windows application and doesn't require having Java installed.

Price: USD $9.95;   License: Shareware (Free to Try)   File Size: 2103 KB;
Platform: Windows XP, Windows Vista, Windows NT, Windows Me, Windows 98, Windows 2003, Windows 2000





Screenshot of Mangle-It Java Source Code Obfuscator Mangle-It Java Source Code Obfuscator 2.1.1
Mangle-It Java Obfuscator makes Java code unreadable. Symbol and file names are mangled, strings encrypted, symbols are updated in comments and xml config files. Work in Debug and Release mode, command line operation allows incorporation into build scripts. An extensive list of over 150,000 Java library symbols that are excluded from mangling saves you time. UI allows for simultaneous viewing of source and mangled code, your source files...

Price: USD $69.99;   License: Shareware (Free to Try)   File Size: 1953 KB;
Platform: Windows XP, Windows Vista, Windows NT, Windows 2003, Windows 2000
No Screenshot AS HTML Tag Source Viewer 1.03.2
AS HTML Tag Source Viewer. If you've ever looked at a nifty object on a Web page and wondered how it was crafted, you'll like AS HTML Tag Source Viewer for MS Internet Explorer. Once installed, the program adds itself to the context menu in Internet Explorer. Surf to a Web page you want to investigate, right-click on a page element, then select HTML Tag Source Viewer from the menu. The viewer opens with the source code for the page, and the...

Price: USD $20.00;   License: Shareware (Free to Try)   File Size: 295 KB;
Platform: Windows 95, Windows, Windows 98, Windows NT, Windows 2000
 
Screenshot of DJ Java Decompiler DJ Java Decompiler 3.9.9.91
DJ Java Decompiler is Windows 95/98/Me/NT/2000/XP/2003 decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files (for example Java applets). DJ Java Decompiler is able to decompile complex Java applets and binaries, producing accurate source code. DJ Java Decompiler is a stand-alone Windows application; it doesn't require having Java installed! DJ Java Decompiler is not just Java...

Price: USD $19.99;   License: Shareware (Free to Try)   File Size: 4316 KB;
Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003
Screenshot of Source Viewer Source Viewer 1
Source Viewer is a php coded web page allowing you to display the html and php source code of files on your server directly in a browser. Using standard browser View Source functions php code is not displayed as it is processed by the server prior to the page being delivered to the browser. Source Viewer allows the html and php code to be displayed. It displays page code directly in your browser, including html and php coding. An Allowed...

Price: USD $0.00;   License: Freeware   File Size: 54 KB;
Platform: Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003, Mac OSX
No Screenshot FlashChat Java Socket Server Source 1.0.0
The .java files for the Java socket server for FlashChat. These files are for Java developers only, who may need the Java source code for advanced socket server integration. These files are NOT needed to install and operate the Java socket server.

Price: USD $5.00;   License: Commercial   File Size: 100 KB;
Platform: Unknown
 
Screenshot of 360 Pano Viewer Lite 360 Pano Viewer Lite 1.1
360 Pano Viewer Lite is an exciting new panoramic viewer, which allows web surfers to view panoramas over the internet without requiring the use of plug-ins which take forever to download. This panoramic viewer enables people to interact with panoramas, so that they can look around - creating a sensation of virtually being there! This unique java applet has many other features, such as hotspots, which are areas on the panorama, which can be...

Price: USD $25.00;   License: Shareware (Free to Try)   File Size: 3735 KB;
Platform: Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP
Screenshot of TJI Java IDE TJI Java IDE 3.4
A fast and very easy-to-use Java IDE that is packed with useful features including catching compile-time and run-time exceptions and their locations in your source code. Code completion and code folding. Syntax formatting and syntax checking. Support for UML, database and webserver development. With two GUI builders and Java API help.

Price: USD $39.00;   License: Shareware (Free to Try)   File Size: 1 KB;
Platform: Windows XP, Windows Vista, Windows NT, Windows Me, Windows 98
Screenshot of MJS - Mandrixx Java Slideshow MJS - Mandrixx Java Slideshow 2.0
MJS is a fully parametrable java slideshow applet. It can work in the middle of a web page, in a pop-up window or in fullscreen, with crossfading. MJS can display .jpg and .gif files of any size and will use the available place the best way. very easy to set up, takes a list from a .txt file or .php, MJS is a great improvement to your web site !

Price: USD $30.00;   License: Shareware (Free to Try)   File Size: 512 KB;
Platform: Windows 3.x, Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Linux
Screenshot of JFrameBuilder JFrameBuilder 3.3.0
JFrameBuilder is an easy-to-use visual Java GUI Builder for Java Swing applications. It provides the application GUI solution for Java developers. The Java GUI designer enables Java developers to create sophisticated GUI applications using drag-and-drop interface without spending a lot of time writing code. Features: - What you see is truly what you get. - Generates human readable Java code. - Generated Java code doesn't require any...

Price: USD $166.50;   License: Shareware (Free to Try)   File Size: 14083 KB;
Platform: Windows 98, Windows Me, Windows 2000, Windows XP, Windows 2003
No Screenshot viewONE Java Image Viewer 1.17
viewONE Java Image Viewer is a Java applet for viewing images and multipage image documents TIFF, JPG, BMP and GIF, ideal for imaging and Internet-enabled document management systems.It extends your Web browser's functionality so that you can zoom, scroll, pan, rotate, and print your image documents easily and quickly. The program features high performance decompression and anti-aliasing algorithms for displaying monochrome images quickly and...

Price: USD $0.00;   License: Freeware   File Size: 1402 KB;
Platform: Windows 95, Windows, Windows 98, Windows NT, Windows 2000
 
No Screenshot JNC - JavaNativeCompiler 1.1
JNC is a Java to native compiler. It allows AOT (ahead of time) compilation of your Java applications. With JNC, you can create real standalone native binaries (.exe on Windows) which will no longer depend on a JRE.This is especially useful when applications have to be deployed to end-users. All vexatious problems of deploying Java applications can be solved by compiling them to native. They will be: -Easy to deployNo JRE dependency. Most...

Price: USD $39.90;   License: Shareware (Free to Try)   File Size: 21530 KB;
Platform: Windows 95, Windows, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP
 
No Screenshot JiveLint 1.22
JiveLint is a tool employing powerful static analysis on your JAVA source code. For example, JiveLint will find unused code and variables, switch blocks without a default case, if a class overrides Object.equals() but not Object.hashCode(), if code use == to compare Strings instead of equals().

Price: USD $30.00;   License: Shareware (Free to Try)   File Size: 156 KB;
Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP
Screenshot of 360 Pano Banner 360 Pano Banner 4.2
360 Pano Banner is an exciting new panoramic viewer, which allows web surfers to view panoramas over the internet without requiring the use of plug-ins which take forever to download. This panoramic viewer enables people to interact with panoramas, so that they can look around - creating a sensation of virtually being there! This unique java applet has many other features, such as hotspots, which are areas on the panorama, which can be...

Price: USD $59.00;   License: Shareware (Free to Try)   File Size: 3735 KB;
Platform: Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP
Screenshot of Radio Explorer Radio Explorer 2.5
Graphic viewer for shortwave radio broadcasting and programming schedules. Displays data in a tree-like expandable table, on a 24-hour Gantt chart, and on a world map with greyline and frequency colouring. Developed in Java and runs with multiple operating systems including Windows and Linux. Can be installed with a single click on a web page link via Java Web Start.

Price: USD $0.00;   License: Shareware (Free to Try)   File Size: 1011 KB;
Platform: Linux, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows CE
 
No Screenshot Java Code Library 1.9.0.146
Java Code Library is a powerful multi-language source code Library with the following benefits:1. Built-in library with 50, 000++ lines of code 2. Quick and powerful search engine 3. Powerful printing capability 4. Password protection & strong 448 bits encryption (optional) 5. User notes & attachments handling 6. Favorites & rating support 7. Full integration with *all* major programming IDEs And much more!

Price: USD $79.99;   License: Shareware (Free to Try)   File Size: 7576 KB;
Platform: Windows 98, Windows, Windows Me, Windows NT, Windows 2000, Windows XP, Windows Vista, Windows CE, PDA
 
No Screenshot MirrorJNDI 1.0
MirrorJNDI is an open source Java Naming and Directory Interface (JNDI) service provider for accessing arbitrary Java objects in a hierarchical namespace. MirrorJNDI can store all it's data in XML or binary serialized form. It allows to create full copy of existing service provider's data, serialize it and then work with local copy. It can be especially useful for testing interaction of your application with any JNDI service provider...

Price: USD $0.00;   License: Freeware   File Size: 71 KB;
Platform: Unknown
No Screenshot Mouse Gestures 1.2
Mouse Gestures is an open source (LGPL) pure Java library for recognition and processing mouse gestures. With Mouse Gestures you have a fast way to execute commands without using the keyboard, menus or toolbars. The user just holds down a mouse button and moves the mouse in a certain predefined way.

Price: USD $0.00;   License: Freeware   File Size: 44 KB;
Platform: Unknown
Screenshot of Java Code Export Java Code Export 1.0.0
Looking for a simple and fast way to indent and export your Java code into various file formats? Look no further than Java Code Export, a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your Java documents, convert them to PDF, RTF, images and more! Format / Indent your Java code (thanks to AStyle) Convert your Java code to the following formats : HTML PDF RTF BMP PNG JPG...

Price: USD $0.00;   License: Freeware   File Size: 1936 KB;
Platform: Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003
Screenshot of SQCBW Source Code Beautifier SQCBW Source Code Beautifier 3.12o
SQCBW Source Code Beautifier/Formatter/Indenter indents source code lines according to the structure of the program. SQCBW has extraordinary and unique features: * supports complex expressions, conditional compilation and trailing comments; * shows a list of structure errors (if any). SQCBW is currently available for C/C++/C# and Java/J#.

Price: USD $18.00;   License: Shareware (Free to Try)   File Size: 478 KB;
Platform: Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003
Screenshot of Java Chart Designer Java Chart Designer 4.0
Java Chart Designer is a powerful charting Java application that empowers you with all necessary tools to create charts for professionally looking presentations, business and scientific reports that can be easily integrated into website as Java applet, Java applications or saved as JPEG images. A user-friendly interface, great number of visual effects and predefined chart types, flexible chart components selection, powerful animation and...

Price: USD $99.95, EUR 89.95;   License: Shareware (Free to Try)   File Size: 2847 KB;
Platform: Windows 98, Windows Me, Windows 2000, Windows XP, Windows 2003
No Screenshot Janino 0.3.8
(FREE) Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP. (Download) (Web Page) (Publisher)

Price: USD $0.00;   License: Freeware   File Size: 104 KB;
Platform: Unknown
 
No Screenshot Universal VisioViewer 1.0
This software is a viewer for MS Visio documents in XML format, in which all the functions are coded in Java language so that it is platform-independent, and are encapsulated into a component so that the software can easily be integrated with any other Java-based application. Of course, the component can also be programmed as an individual application which serves as a pure Viewer for MS Visio XML Documents, in a platform-independent way.This...

Price: USD $2000.00;   License: Shareware (Free to Try)   File Size: 11529 KB;
Platform: Windows 98, Windows, Windows Me, Windows NT, Windows 2000, Windows XP, Windows Vista, Windows CE, PDA
 
Screenshot of Java Date Picker Java Date Picker 4.1
Java Date Picker is a suite of date components for Swing, highly appreciated by Java developers for its richness of features, configurability and well crafted API. It contains an editable date picker, a date/time field, a multiple month calendar and a month component. * Lots of features to handle any date/time entry situation * Careful and well-crafted API to speed up the development of your application * Microsoft-like calendar to keep...

Price: USD $119.00;   License: Commercial   File Size: 1494 KB;
Platform: Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Linux
No Screenshot SourceFormatX Source Code Formatter 2.56
SourceFormatX is a powerful all-purpose automatic source code formatter and beautifier to format, indent and beautify C, C++, Java, Object Pascal (Delphi), C#, PHP, ASP, VB, VBNET, VBScript, JavaScript and HTML Components source code with customizable options automatically and rapidly. SourceFormatX can export source as HTML and RTF File with syntax highlighting, compare and autoscroll the difference of the original source code and the...

Price: USD $36.99;   License: Shareware (Free to Try)   File Size: 1221 KB;
Platform: Windows 95, Windows, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP
 
No Screenshot Trita - Source Beautifier That Learns Your Style 1.2d
Trita is a source code beautifier which learns your personal formatting style by examining examples of your code. First, use a text editor to format your examples and define your style. You may then format your files by invoking Trita through Windows Explorer. Trita beautifies JSP, PHP, Java, CSS, C#, Javascript, and HTML.

Price: USD $35.00;   License: Shareware (Free to Try)   File Size: 6965 KB;
Platform: Unknown
Screenshot of Power*Architect Power*Architect 0.9.0
The Power*Architect is an innovative Java-based data modeling tool geared specifically for Data Warehouse and Data Mart design. It allows the designer to open multiple concurrent source Database connections, create and explore profiles of the source data, drag and drop source schemas, tables and columns into the data modeling playpen, and forward engineer the resultant target database and its associated ETL template.

Price: USD $0.00;   License: Demo   File Size: 14479 KB;
Platform: Linux, Mac OSX, Windows 2003, Windows XP, Windows 2000, Windows NT, Windows Vista
Screenshot of Advanced Java Tree Menu Advanced Java Tree Menu 3.8
With this feature packed and highly customisable Java Tree Menu you will be quickly adding a great menu navigation aid to web sites, help systems, documentation, intranets and much more. Advanced yet both Easy and Quick to implement. No knowledge of java programming is required everything is easily adjusted with simple html parameters. Extensive Documentation giving both a Quick Start section and an in depth explanation of every aspect of...

Price: USD $25.00;   License: Shareware (Free to Try)   File Size: 234 KB;
Platform: Windows 3.x, Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Linux
Screenshot of Advanced Java Tree Menu Advanced Java Tree Menu 3.8
With this feature packed and highly customisable Java Tree Menu you will be quickly adding a great menu navigation aid to web sites, help systems, documentation, intranets and much more. Advanced yet both Easy and Quick to implement. No knowledge of java programming is required everything is easily adjusted with simple html parameters. Extensive Documentation giving both a Quick Start section and an in depth explanation of every aspect of...

Price: USD $25.00;   License: Shareware (Free to Try)   File Size: 234 KB;
Platform: Windows 3.x, Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Linux
Screenshot of jPDFViewer jPDFViewer 2.20
jPDFViewer is a Java bean that you can embed in your Java applications and applets to view PDF documents. With jPDFViewer, you can deliver content to your users right through your application without the need to install third party programs. jPDFViewer is platform independent, so it can be used in any environment that supports Java, including Windows, Mac OSX and Linux. jPDFViewer has a simple interface to load PDF documents and...

Price: USD $1000.00;   License: Demo   File Size: 0 KB;
Platform: Windows 3.x, Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Linux
© 1997-2008 FileDudes.com
Home | Contact | Privacy | Submit PAD | Catalogs