Topic: 自己创建的包是不是只能打包成jar才可以在别的类中使用 |
Print this page |
1.自己创建的包是不是只能打包成jar才可以在别的类中使用 | Copy to clipboard |
Posted by: Pink Posted on: 2006-04-20 12:37 我试了下,放在正确的目录结构中,在包之外的类中import那个包会出错,把包打包成jar文件就可以了,是不是这样的啊,谢谢 |
2.Re:自己创建的包是不是只能打包成jar才可以在别的类中使用 [Re: Pink] | Copy to clipboard |
Posted by: roastduck Posted on: 2006-04-20 15:46 classpath有那个类就可以import |
3.Re:自己创建的包是不是只能打包成jar才可以在别的类中使用 [Re: Pink] | Copy to clipboard |
Posted by: Pink Posted on: 2006-04-22 22:47 我试了,import里不能用*,必须加完整的类名 |
4.Re:自己创建的包是不是只能打包成jar才可以在别的类中使用 [Re: Pink] | Copy to clipboard |
Posted by: Pink Posted on: 2006-04-23 11:10 晕,把包的“.java”源文件删除就可以了,编译器把.java文件当.class文件了 |
5.Re:自己创建的包是不是只能打包成jar才可以在别的类中使用 [Re: Pink] | Copy to clipboard |
Posted by: cxp108 Posted on: 2006-05-23 13:46 在classpath变量中,只能是.jar和.zip文件,不然就必须是类的完整路径和文件名 |
6.Re:自己创建的包是不是只能打包成jar才可以在别的类中使用 [Re: Pink] | Copy to clipboard |
Posted by: 随风之幻 Posted on: 2006-05-25 11:27 学习了。嘿嘿 |
7.Re:自己创建的包是不是只能打包成jar才可以在别的类中使用 [Re: Pink] | Copy to clipboard |
Posted by: 燃烧吧脂肪 Posted on: 2006-05-26 21:44 首先 比如你的classpath里头有c:\j2sdk\bli 的话 那你建立个 c:\j2sdk\bli\com\steven\tool 目录,其中steven为自己的喜好英文名字 把你的自建类放在里头 然后引用的时候用 import com.steven.tool.*; |
8.Re:自己创建的包是不是只能打包成jar才可以在别的类中使用 [Re: Pink] | Copy to clipboard |
Posted by: lhawk Posted on: 2006-05-27 16:13 又学习了,这个问题平时真的是没关注到 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |