代码搜索:Codebase
找到约 2,188 项符合「Codebase」的源代码
代码结果 2,188
www.eeworm.com/read/467977/1494259
303cfaa16efa001c187a96d076d31f00
Pushbutton Applet
Here is some text before the applet.
www.eeworm.com/read/451254/1663772
run-setup
#!/bin/csh
### run this to set up FractionServer with rmid
set adir = ~/public_html/applet
setenv CLASSPATH .:$adir
cd ../..
### run Setup
java -Djava.rmi.server.codebase=http://rooster.loc
www.eeworm.com/read/192297/5157570
policy mynet_multi.policy
/* AUTOMATICALLY GENERATED ON Sun Dec 22 15:01:53 CST 2002*/
/* DO NOT EDIT */
grant codeBase "http://127.0.0.1/-" {
permission java.io.FilePermission "c:\\j2sdk1.4.0\\*", "read";
};
grant
www.eeworm.com/read/167911/5450604
policy java.policy
// my add temporarily
grant codeBase "file:/c:/java/ch8/-" {
permission java.io.FilePermission "c:\\autoexec.bat", "read";
};
// Standard extensions get all permissions by default
grant c
www.eeworm.com/read/339783/3295615
txt a.txt
java -classpath . -Djava.security.policy=file:///c:/java/whiteboard/classes/rmi.policy -Djava.rmi.server.codebase=file:///c:/java/whiteboard/classes/ whiteboard.eboardServer localhost:2000
www.eeworm.com/read/277414/4155535
firstpolicy
/* AUTOMATICALLY GENERATED ON Mon Oct 15 09:58:48 CST 2001*/
/* DO NOT EDIT */
grant codeBase "file:/F:/book/1/example/security" {
permission java.io.FilePermission "test.txt", "write";
};
www.eeworm.com/read/426331/1991858
bat startdaemon_all_options.bat
@if "%4"=="" goto withoutPort
@if not "%4"=="" goto withPort
:withPort
@%JAVA_HOME%/bin/java -Xms%1 -Xmx%2 -Djava.rmi.server.codebase=http://%3:%4/ -Djava.security.policy=DThreadPolicy