java程序设置类路径的问题

发布于 2024-11-09 04:00:31 字数 181 浏览 0 评论 0原文

我在终端中尝试设置我的类路径。我以前用一个没有包的程序做过这个。这个确实有一个包,当我尝试运行它时,我得到一个 noclassdeffound 错误的名称,然后是我的包名称 然后我以同样的方式运行它,但像这样 /d/g/j/l/myfile 这是我的包名称,然后它决定只给我一个通用的 noclassdeffound 。关于造成这种情况的任何想法?

I'm in the terminal trying to set my class path. I've done it before with a program that had no packages. This one does have a package and when i try to run it i get a noclassdeffound wrong name and then my package name
i then run it the same way but like this /d/g/j/l/myfile which is my package name and then it decides to just give me a generic noclassdeffound. any ideas on what is causing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我很坚强 2024-11-16 04:00:31

noclassdeffound 是指您尝试执行的实际类吗?
如果是这样,那么它根本就不在类路径上。

您知道可以指定的 -cp 命令行选项吗?

如果这些提示没有帮助,您能分享更多详细信息吗?

is the noclassdeffound referring to the actual class you try to execute?
If so, then it's simply not on the classpath.

Are you aware of the -cp command line option you can specify?

If these hints don't help, could you share more details please?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文