本文介绍了错误:不包含Thread.class的源 - 类文件编辑器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首次发帖,长时间观察。不能等待我的同学阅读(他们也使用该网站)



我正在使用Eclipse Juno w / Java SE 1.7



我有一个日食问题。它不会一直发生,通常只在文件IO中。我在Eclipse中使用我的调试器透视图来尝试解决一些问题(它真的是一个简单的程序)。



更新:显然新用户不允许上传屏幕镜头。如果您可以花点时间点击链接来证明我的问题,我将不胜感激。
屏幕截图链接(不是java代码):



imgur.com/5IxI3.png



你可以看到我有一个奇怪的thread.class问题。我甚至重新安装了java。可以这样吗?



感谢任何提供输入或帮助的人。我有一个星期之前,这样做,我不只是寻找免费的答案,只是沮丧。谢谢!

解决方案

如果我正确理解您的问题,则需要附加源,因为Thread是API类。



从Oracle下载Java源代码(不是二进制文件)

阅读这个了解更多信息。 p>

First time post, long time watcher. Can't wait for my classmates to read this (they use the site too)

I am using Eclipse Juno w/ Java SE 1.7

I am having an eclipse problem. It doesn't happen all the time, typically only during File IO. I'm using my debugger perspective in Eclipse to try and trouble shoot some problems (its really a simple program).

UPDATE: Apparently new users are not allowed to upload screen shots. If you could take the time to click on the link to witness my problem I would appreciate it.Screen Shot Link (not java code):

imgur.com/5IxI3.png

As you can see I am getting an odd thread.class problem. I have even reinstalled java. Could it be something with my code as well then?

Thanks for anyone who offers input or helps in anyway. I do have about a week before this is do so I'm not just looking for free answers, just frustrated. Thanks!

解决方案

If I understand your question correctly, you need to attach source because Thread is API class.

Download Java source (not binary exe file) from Oracle

Read this tutorial for more info.

这篇关于错误:不包含Thread.class的源 - 类文件编辑器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 20:56