在win98下安裝JSP環境

來源:互聯網
上載者:User
js   在PWIN98SE環境下 ,我使用JSP運行環境為JSWDK-1.0.1和JDK1.3,要到http://java.sun.com處下載。JDK1.3安裝過程很簡單,JSWDK1.0.1無須安裝只要解壓縮即可。然後修改AUTOEXEC.BAT如下: 
PATH=%PATH%;d:\jdk1.3\bin 
set CLASSPATH=d:\jdk1.3\lib\tools.jar 
set JAVA_HOME=d:\jdk1.3(我把JDK裝到了D盤) 
有兩個問題有必要說明一下。 
一. 啟動startserver.bat的時候,報告Out of Environment Space錯誤。 
查閱JSWDK1.0.1的redme.html得到: 
Out of Environment Space error message  
On Windows 95/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.  
明白了,只要調整startserver.bat的屬性,將“記憶體”中的“初始環境”由“自動”修改做“2186”就搞定了。 

二.還是無法啟動SERVER,好象有個快顯視窗在出錯誤資訊,但無法捉到,轉向輸出也不起作用 
開啟startserver.bat仔細檢查,原來大部分都是在設定環境變數,只有一句關鍵的: 
start java com.sun.web.shell.Startup %1 %2 %3 %4 %5 %6 %7 %8 %9 
那麼試著在DOS視窗下運行JAVA,提示註冊表訪問錯誤,鍵名為: 
“Software\JavaSoft\Java Runtime Environment” 
開啟註冊表檢查,發現鍵名是“Java運行時環境”,靠,真不知道JDK的安裝程式在搞什麼飛機,把這個鍵名居然給本地化了!改回英文,再在IE5中敲入http://127.0.0.1:8080/, 
呵,終於看到了JavaServer (tm) Web Development Kit 的大字標題。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.