UlraEdit
Jbuilder
Jdk1.3 and tomcat are loaded;
2. Install jdk1.3 and decompress tomcat to the c: disk root directory;
3. Go to the tomcat Directory, find the startup. bat file, and open edit.
Add two lines before the call tomcat start line:
SET TOMCAT_HOME = c: tomcat and SET JAVA_HOME = c: jdk1.3
Note: c: jdk1.3 is where jdk1.3 is installed.
4. Right-click my computer and select Properties. Open advanced options in system properties, click "environment variables", and add two variables classpath and path in "user variables" and "system variables". Their values are:
Classpath value c: jdk1.3bintools. jar; C: jdk1.3libdt. jar
The path value is c: jdk1.3bin; c: jdk1.3
5. Run the tomcat server (that is, the startup. bat file). If there is a dos window that is stuck but not closed, and there are some successful tomcat and initialization information, it proves that tomcat runs successfully.
6. Enter 127.0.0.1: 8080 in the address bar of ie. If the address bar is successful, a welcome image of tomcat will be displayed. Examples of jsp and servlet are shown, and the jsp environment has been set up.
JSP is based on Java technology, so you must install J2SDK before configuring the JSP environment. 2. Apache Server: a common Web server developed by Apache ...... 3. Preparations before configuration (1) prepare a JSP webpage for testing to open a text editor, such as Notepad, and enter the following code and save it as test. jsp
2, software download 1, j2sdk version: j2sdk1.4.1 (35.9 MB) Address: http://java.sun.com/j2se/1.4.1/download.html
3. JSP. Java itself is a compilation language. Currently, most jsp server products are compiled by JIT. JSP is compiled during the first loading.
The following are some questions: open cmd.exe, enter the telnet command, and enter the IP address.
Help me ~~~~~~~
Third floor java200408 [reference] [reply]
Try the exec method of the Runtime class
4th Floor, carolinewr [reference] [reply]
Can you be specific about this expert?