Skip to content

GlassFish

글래스피시(GlassFish)는 썬 마이크로시스템즈에서 개발하는 Java EE 기반 웹 애플리케이션 서버이다. 썬사는 이 제품을 Sun Java System Application Server 9.X로 판매하고 있다. 글래스피시는 썬 마이크로시스템즈와 오라클의 탑링크(TopLink)를 기반으로 하고 있다. 물론 웹 콘텐츠를 제공하는 서블릿 컨테이너는 아파치 톰캣을 사용하면서 성능과 확장성을 높이기 위해 자바 NIO을 사용하는 그리즐리(Grizzly)라는 구성 요소를 추가하였다.

Can't remove Glassfish in windows 7 64bit

아래와 같은 메시지가 출력되는 경우가 있다.

Could not find the required version of the java(tm) 2 runtime environment in 'c:\glassfish3\jdk7' and this application need version 1.6 or higher of the java(tm) 2 runtime environment.
If the required java(tm) 2 runtime environment is not installed, you can download it from the following website: http://java.sun.com/j2se or if you already have the required java(tm) 2 runtime environment installed, try rerunning ths application with the following usage:
'uninstall.exe' -j <jrehome> ...

이럴 경우 아래와 같은 방식으로 제거할 수 있다.

uninstall.exe -j "%JAVA_HOME%"

위의 방법으로 지워지지 않는다면 %JAVA_HOME%에서 jre 디렉터리를 찾아보자.

uninstall.exe -j "C:\Program Files\Java\jdk1.7.0_7\jre"

See also

Favorite site

References


  1. Glassfish3_single_deploy.pdf