[펌글] JSP 컨테이너 환경 보기 (클래스패스 등..)

By | 7월 30, 2008

<%@ page contentType="text/html; charset=EUC-KR" %>
<%@ page import="java.util.*" %>

os.name : <%= System.getProperty("os.name") %><br>
user.name : <%= System.getProperty("user.name") %><br>
user.home : <%= System.getProperty("user.home") %><br>
user.dir : <%= System.getProperty("user.dir") %><br>
java.vm.version : <%= System.getProperty("java.vm.version") %><br>
java.class.path : <%= System.getProperty("java.class.path") %><br>

- 출처 : http://blog.naver.com/henzoi/140005634268 -

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments