Home » JAVA » Article
simple Java Development Environment
|
| Article by: | David Barron (10/7/2002) |
|
| Sponsored by: | FindMyHosting - Web Hosting Search |
| Summary: | Program in JAVA with ease, using this development environment, or adapt it to your own needs. |
|
| Viewed: 12194 times |
Rating (13 votes): |
|
3.4 out of 5 |
|
|
|
simple Java Development Environment
Download Project (165KB)
I have, over the course of the last few years, tried just about every Java Development Environment out there.
In my opinion they all share two things.
1) They try to do too much, which makes them all large, slow and painfully hard to use. 2) They force me to change the way I work.
I guess I'm just an anal-retentive programmer-type, but I don't want to change the way I work. I want a development system that works the way I do. That's why I have developed this IDE. Its development paradigm matches mine, not the other way around.
|
|
View highlighted Comments
User Comments on ' simple Java Development Environment '
|
|
|
|
|
Posted by :
Archive Import (Sven) at 07:23 on Wednesday, November 27, 2002
|
The original link under "Download Project (165KB)" which is
"http://www.codetoad.com/zips/java_IDE.zip"
should be changed to
"http://www.codetoad.com/zips/javaIDE.zip"
That should fix it!
| |
|
|
Posted by :
Archive Import (mick) at 13:00 on Tuesday, December 10, 2002
|
can you please fix the download link when you get a chance
cheers
| |
Posted by :
Archive Import (mez) at 07:28 on Monday, April 14, 2003
|
Once downloaded what are you meant to do with it? how do you run it or install it?
| |
Posted by :
Archive Import (Algee) at 04:30 on Saturday, May 17, 2003
|
There is no aricle to read!!! its just the source code. It could be the best thing since slice bread, but if I have to read the source code to figure out what's going on - I have to move on.
| |
Posted by :
Archive Import (sciwhiz007) at 17:28 on Tuesday, July 08, 2003
|
To run the program you must have a JDK installed on your computer. If you don't, you can get one from java.sun.com . Once you have a JDK, download the zip file, extract it, open a command prompt, type "javac JavaIDE.java". Then, type "java JavaIDE". That should do it.
| |
Posted by :
Archive Import (munni) at 12:07 on Friday, July 18, 2003
|
you better close your site and sleep in home.
| |
Posted by :
Archive Import (SM) at 19:25 on Tuesday, September 02, 2003
|
Neat!!
There is one error though.
components/utilities/ExternalProcess.java
Line 177: The Javac should be in uppercase
sun.tools.javac.Main JavaCompiler = new sun.tools.javac.Main(System.out, "Javac");
| |
Posted by :
ashiktmz at 06:32 on Wednesday, January 12, 2005
|
dear sir,
CUD U GIVE ME JAVA CODES FOR EXPORTING A TABLE OR GRAPH IN HTML FORMAT WITH DEATILS FROM AN OLAP APPLICATION TO A STAR OFFICE IN LINUX.
| |
|
To post comments you need to become a member. If you are already a member, please log in .
| RELATED ARTICLES |
A simple way to JTable by Kanad Deshpande
Many face trouble while dealing with JTable. Here is simplest way to handle JTable. |
 |
Java MP3 Player by David Barron
A fully functioning MP3 Player with complete source code available for download |
 |
Understanding Hibernate ORM for Java/J2EE by Saritha.S.V
Hibernate is the most popular and most complete open source object/relational mapping solution for Java environments.Hibernate's goal is to relieve the developer from 95 percent of common data persistence related programming tasks. |
 |
ID Verification using JSP by Nouman Rashid
One of the most important parts of
web development is to make sure that
only authorized users get access to certain areas of the site. This tutorial
takes a look at various steps involved
in making JSP pages which validate a
user ID and password from a MS Access database which contains the username and
password.
|
 |
Java Native Interface (JNI) by Kanad Deshpande
Java Native Interface (JNI) is one of the intersting interface by java
By using Java Native Interface (JNI) you can operate with other applications and libraries. |
 |
Login codes with JSP,JavaBean from mySQL database by Prakash
my problem is can i have the code to login with the username and password using JSP and JavaBean/Servlets from mySQL database.When the user enters the username and password in the login page then it will go to the requested site.How to do it? |
 |
Java Speech Synthesizer by David Barron
Small and simple. Type a sentence and press enter and your computer will speek to you. |
 |
simple Java Development Environment by David Barron
Program in JAVA with ease, using this development environment, or adapt it to your own needs. |
 |
Turn EJB components into Web services by Krunal J Patel
Web services have become the de facto standard for communication among applications. J2EE 1.4 allows stateless Enterprise JavaBeans (EJB) components to be exposed as Web services via a JAX-RPC (Java API for XML Remote Procedure Call) endpoint, allowing EJB applications to be exposed as Web services. This article presents a brief introduction to JAX-RPC, outlines the steps for exposing a stateless session bean as a Web service, and provides the best practices for exposing EJB components as Web services |
 |
CORBA Technology by Krunal Patel
CORBA defines an architecture for distributed objects. The basic CORBA paradigm is that of a request for services of a distributed object. Everything else defined by the OMG is in terms of this basic paradigm.
|
 |
| |