In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you how to install the JSP environment under win98, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
In the PWIN98SE environment, I use JSP to run on JSWDK-1.0.1 and JDK1.3, which I want to download from http://java.sun.com. JDK1.3 installation process is very simple, JSWDK1.0.1 does not need to install just unzipped. Then modify the AUTOEXEC.BAT as follows:
PATH=%PATH%;c:jdk1.3
Set CLASSPATH=C:jdk1.3libTools.jar;C:jdk1.3libdt.jar
Set JAVA_HOME=c:jdk1.3 (I put JDK on disk C)
There are two questions that need to be explained.
one。 When starting startserver.bat under jswdk-1.0.1, an Out of Environment Space error is reported. (tomcat 3.1, start startup.bat under tomcatin)
Check JSWDK1.0.1 's redme.html to get:
Out of Environment Space error message
On Windows 95 Out of Environment Space 98 systems, you may see an "Out of Environment Space" error message when starting the server. This happens if Windows provides too small a space for environment variables. To work around this limitation:
1 Close the DOS window (the error can corrupt its CLASSPATH variable).
2 Open a new DOS window.
3 Click on the MS-DOS icon at the top left of the window.
4 Select the Properties option.
5 Click on the Memory tab.
6 Adjust the "Initial Environment" drop-down box from "Auto" to "2816".
7 Click OK.
8 Start the server.
I see, just adjust the properties of startserver.bat (startup.bat) and change the "initial environment" in "memory" from "automatic" to "2816".
two。 Still can not start SERVER, there seems to be a pop-up window in the error message, but can not be caught, the turn to output does not work
Open startserver.bat to check carefully, it turns out that most of them are setting environment variables, with only one key sentence:
Start java com.sun.web.shell.Startup 1 2 3 4 5 6 7 8 9
Then try running JAVA under the DOS window to prompt the registry access error with the key name:
"SoftwareJavaSoftJavaJava Runtime Environment"
Open the registry check, found that the key name is "Java runtime environment", damn, really do not know what the JDK installer is doing, this key name has been localized! Change it back to English and type http://127.0.0.1:8080/ in IE5
The above is all the contents of the article "how to install the JSP environment under win98". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.