开发者

How do I setup and modify CLASSPATH on my mac (shell or eclipse)?

开发者 https://www.devze.com 2023-02-22 17:24 出处:网络
How can I setup and modify CLASSPATH on my mac (shell or eclipse)? I wrote a class about certain kind of function to simplified \"System.out.p开发者_如何转开发rint()\",and I want to import the class i

How can I setup and modify CLASSPATH on my mac (shell or eclipse)? I wrote a class about certain kind of function to simplified "System.out.p开发者_如何转开发rint()",and I want to import the class in other packages. To achieve the import, should I set up the CLASSPATH on my mac? (I use eclipse in mac OSX 10.6.6)


You can update your ~/.profile to set your CLASSPATH. Check out this post for more info...

0

精彩评论

暂无评论...
验证码 换一张
取 消