The software that can write java programs is: 1. JBuilder; 2. VisualAge for Java; 3. Forte for Java; 4. Visual Cafe; 5. Eclipse; 6. NetBeans IDE; 7. JCreator J2SDK.
Nowadays, there are various programming languages in the computer industry, among which Java is one of the most popular languages. Many companies now The Java language is used, and this has also caused a growing craze for people to learn Java. Next I will talk to you about the software that can be used in Java learning.
(Video tutorial recommendation: java course)
1. JDK Java development toolset
SUN’s Java not only provides a rich language and running environment, and also provides a free Java development toolset (JDK). Developers and end users can utilize this tool to develop java programs.
JDK is simple and easy to learn. You can write Java source files through any text editor, then compile the Java source program into bytecode through the javac command under DOS, and execute the compiled Java file through the Java command. , Java beginners generally use this development tool.
2. Java Workshop
Sun MicroSystems launched Java WorkShop 1.0, which is the first multi-platform development tool for Internet use in the industry. It can meet the needs of The needs of various companies to develop Internet and Intranet network application software. Java WorkShop is written entirely in Java language and is the first complete Java development environment sold on the market today. The latest version of Java WorkShop is currently 3.0. The characteristics of Java Workshop are as follows: easy to create structure, visual programming
3, NetBeans and Sun Java Studio 5 Various client and web applications. Sun Java Studio is the latest commercial full-featured Java IDE released by Sun. It supports Solaris, Linux and Windows platforms. It is suitable for enterprise developers who create and deploy 2-tier Java Web applications and n-tier J2EE applications. NetBeans is the industry's first open source IDE to support innovative Java development. Developers can take advantage of the industry's most powerful development tools to build desktop, web or mobile applications. At the same time, through the modular structure of NetBeans and open APIs, third parties can easily extend or integrate the NetBeans platform.
4. IBM's Visual Age for Java
Visual Age for Java is a very mature development tool. Its features are very useful for IT developers and amateur Java programmers. Commonly used and useful. It provides extensive support for visual programming, supports the use of CICS to connect genetic mainframe applications, supports EJB development applications, supports integrated development with Websphere, convenient bean creation and good Rapid Application Development (RAD) support and fileless File processing.
5. Macromedia's JRUN
Macromedia's JRun is a Java engine with the broadest applicability, used to develop and implement server-side Java applications written by Java Servlets and JavaServer Pages. JRun is the first commercial product to fully support the JSP 1.0 specification. More than 80,000 developers around the world use JRun to add server-side Java functionality to their existing web servers. The web servers include Microsoft IIS, Netscape Enterprise Server, Apache, etc.
JRun is an advanced engine for developing and implementing server-side Java. If we want to add server-side Java functionality to our web applications, then JRun will be the right choice for us.
JRun can run independently relying on its built-in JRun Web Server. Using server-side Java, users can develop complex business application systems. The most important point is that due to the platform independence of servlets, as well as simpler development, faster implementation, and more economical maintenance costs, it is an excellent alternative to CGI (Common Gateway Interface) or Perl scripts. The disadvantage is that it is more complicated and difficult for beginners.
6、JCreator
It is a Java program development tool and a Java integrated development environment (IDE). Whether you want to develop Java applications or Applet components on web pages, it will not be difficult for you. In terms of functionality, it is much easier to compare with text mode development tools such as JDK released by Sun. It also allows users to customize the operation window interface and unlimited Undo/Redo and other functions.
JCreator provides users with quite powerful functions, such as project management functions, project template functions, and the ability to customize syntax highlighting attributes, line numbers, class browsers, tag documents, and multi-function editors. Wizard functionality and a fully customizable user interface. Through JCreator, we can directly compile or run our JAVA program without activating the main document.
JCreator can automatically find the file containing the main function or the Html file containing the Applet, and then it will run the appropriate tool. In JCreator, we can compile multiple projects at the same time through a batch process. The design of JCreator is close to the Windows interface style, and users are familiar with its interface. Its biggest feature is its perfect integration with the JDK installed in our machine, which is unmatched by any other IDE. It is a java development tool that is easy for beginners to use. The disadvantage is that it can only be used for simple program development and cannot be used for enterprise J2EE development and application.
JCreator
7. Microsoft VJ
Visual J is a visual Java language integrated development environment (IDE) launched by Microsoft, providing a new environment for Java programmers The development environment is a very excellent development tool. Regardless of integration, compilation speed, debugging functions, or ease of learning and use, they all reflect Microsoft's consistent style. Visual J can combine Microsoft's consistent programming style and is very convenient for Java application development, but its portability is poor and it is not a pure Java development environment.
8. Eclipse
Eclipse is an extensible open source IDE. Eclipse allows integration of tools from different vendors in the same IDE and enables interoperability between tools, thereby significantly changing project workflows and allowing developers to focus on actual embedded goals.
The biggest feature of Eclipse is that it can accept open source plug-ins written by Java developers themselves, which is similar to Microsoft's Visual Studio and Sun Microsystems' NetBeans platform. Eclipse provides tool developers with greater flexibility, giving them greater control over their software technologies. The Eclipse Alliance has announced that it will release version 3.0 of its software in mid-2004. This is a very popular Java development tool. There are more and more users in China. In fact, the most Java developers use it. The disadvantage is that it is more complicated and difficult for beginners to understand.
Summary:
Now commonly used Java project development environments include: JBuilder, VisualAge for Java, Forte for Java, Visual Cafe, Eclipse, NetBeans IDE, JCreator J2SDK, jdk Notepad, EditPlus J2SDK, etc.
Generally when developing J2EE projects, you need to install application servers (middleware) and corresponding development tools of various companies. Before using these development tools, it is best for us to be familiar with the advantages and disadvantages of these software so that we can use them accordingly. Choose the application according to the actual situation.
Therefore, choosing a tool mainly depends on the field you will be engaged in, rather than blindly thinking which tool is good and which tool is bad. Finally, I hope everyone can find their own suitable java development tools.
Related recommendations: java introductory tutorial
The above is the detailed content of What software can be used to write java programs. For more information, please follow other related articles on the PHP Chinese website!

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于结构化数据处理开源库SPL的相关问题,下面就一起来看一下java下理想的结构化数据处理类库,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于PriorityQueue优先级队列的相关知识,Java集合框架中提供了PriorityQueue和PriorityBlockingQueue两种类型的优先级队列,PriorityQueue是线程不安全的,PriorityBlockingQueue是线程安全的,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于java锁的相关问题,包括了独占锁、悲观锁、乐观锁、共享锁等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于多线程的相关问题,包括了线程安装、线程加锁与线程不安全的原因、线程安全的标准类等等内容,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于枚举的相关问题,包括了枚举的基本操作、集合类对枚举的支持等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Java的相关知识,其中主要介绍了关于关键字中this和super的相关问题,以及他们的一些区别,下面一起来看一下,希望对大家有帮助。

封装是一种信息隐藏技术,是指一种将抽象性函式接口的实现细节部分包装、隐藏起来的方法;封装可以被认为是一个保护屏障,防止指定类的代码和数据被外部类定义的代码随机访问。封装可以通过关键字private,protected和public实现。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于平衡二叉树(AVL树)的相关知识,AVL树本质上是带了平衡功能的二叉查找树,下面一起来看一下,希望对大家有帮助。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Linux new version
SublimeText3 Linux latest version

SublimeText3 English version
Recommended: Win version, supports code prompts!
