[질문] Mac OS X에서 환경변수를 잡으려고 하는데.. 아시는분 있나요?
한국드립
YourKit를 사용하여, 자바 애플릿의 메모리상태를 Profile 할려고 합니다.
그런데, 아래와 같이 환경변수를 잡아야 하는데... windows에서는 제어판 - 환경변수 - Path에 추가하면 되는데...
도대체 맥에서는 어디다가 해야 하나요?
DYLD_LIBRARY_PATH 변수에 하면 된다고 하는데.. 이변수는 어디에 저장해야 하는지.. ^^;
혹시 아시는 분 있으면 답변 부탁드립니다.
The action depends on your OS:
Windows, 32-bit Java
add YourKit Java Profiler Home\bin\win32 to the PATH
Windows, 64-bit Java
add YourKit Java Profiler Home\bin\win-amd64 to the PATH
Mac OS X
add YourKit Java Profiler Home/bin/mac to the DYLD_LIBRARY_PATH
Linux x86, 32-bit Java
add YourKit Java Profiler Home/bin/linux-x86-32 to the LD_LIBRARY_PATH
Linux AMD64, 64-bit Java
add YourKit Java Profiler Home/bin/linux-amd64 to the LD_LIBRARY_PATH
Solaris SPARC, 32-bit Java
add YourKit Java Profiler Home/bin/solaris-sparc-32 to the LD_LIBRARY_PATH
Solaris SPARC, 64-bit Java
add YourKit Java Profiler Home/bin/solaris-sparc-64 to the LD_LIBRARY_PATH
Solaris x86, 32-bit Java
add YourKit Java Profiler Home/bin/solaris-x86-32 to the LD_LIBRARY_PATH
Solaris x86, 64-bit Java (AMD64)
add YourKit Java Profiler Home/bin/solaris-x86-64 to the LD_LIBRARY_PATH
-
도담
오홋.. /etc/profile 있네요! 좋은 정보 감사합니다.
-
미나
/etc/profile 맞나보아요. vi로 편집해 넣으시면 되겠군요.
-
갅쥐누뉨
0
-
풀큰
==;; 답변이 아닙니다 죄송.. 그나저나 맥쓰는 사람이 없긴 없나보군요.