t***y 发帖数: 22 | 1 I download a package, it is said that when execute the program I must do
following:
java -Djava.library.path=/src/bin/ hello
it is a burden to use -D everytime, any suggestions?
Also, where can I execute my java program? anywhere or a specific place?
I have setup the classpath. | f********h 发帖数: 149 | 2 just put the whole command into a script then u don't need to type it
every time.
【在 t***y 的大作中提到】 : I download a package, it is said that when execute the program I must do : following: : java -Djava.library.path=/src/bin/ hello : it is a burden to use -D everytime, any suggestions? : Also, where can I execute my java program? anywhere or a specific place? : I have setup the classpath.
|
|