javarmpath
동적 Java 클래스 경로에서 항목 제거
설명
javarmpath(
은 현재 동적 클래스 경로에서 하나 이상의 파일 또는 폴더를 제거합니다.dpath1,...,dpathN
)
예제
동적 경로에서 폴더 제거
먼저 폴더를 경로에 추가한 후 이러한 폴더 중 하나를 제거하여 시스템의 동적 경로 상태를 유지합니다.
MATLAB® examples 폴더를 가리키는 변수를 만듭니다. 이 경로는 MATLAB 설치 폴더를 반영합니다.
expath = fullfile(matlabroot,'extern','examples')
expath = C:\Program Files\MATLAB\R2012b\extern\examples
다음의 폴더 두 개를 경로에 추가합니다. 출력값은 기존 경로에 이들 새 폴더를 표시합니다.
javaclasspath({... expath,... 'http://www.example.com'}) javaclasspath('-dynamic')
DYNAMIC JAVA PATH C:\Program Files\MATLAB\R2012b\extern\examples http://www.example.com
폴더 하나를 제거합니다. 경로에 더 이상 extern\examples
폴더가 없습니다.
javarmpath(expath)
javaclasspath('-dynamic')
DYNAMIC JAVA PATH http://www.example.com
입력 인수
dpath1,...,dpathN
— 폴더 또는 JAR 파일
string형 | 문자형 벡터
경로에서 제거할 폴더 또는 JAR 파일로, string형 또는 문자형 벡터로 지정됩니다.
데이터형: char
팁
javarmpath
는 동적 클래스 경로에 있는 파일에 의해 정의된 모든 Java® 클래스의 정의를 지웁니다.
버전 내역
R2006a 이전에 개발됨
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)