java.lang.ClassNotFoundException: gnu.trove.THashSet
hi,
there seems to be a vital problem with the most recent IDEA CE 10 plugin development and this exception:
java.lang.ClassNotFoundException: gnu.trove.THashSet
google reveals these threads also:
http://devnet.jetbrains.net/thread/294021;jsessionid=BA35CC1A76A815D99086C76D9AC79DB9?decorator=print&displayFullThread=true
http://youtrack.jetbrains.net/issue/WI-5400
http://youtrack.jetbrains.net/issue/RUBY-7884
http://devnet.jetbrains.net/message/5291991#5291991
any clues where this comes from and how it can be fixed?
thanks, -sciss-
请先登录再写评论。
I see this all the time as well when running the IDE to test my plugin
(just to say : this thread http://devnet.jetbrains.net/message/5291991#5291991 has been resolved, the problem being other than the THashSet exceptions )
I see this with 10.0.2 as well, I didn't see it with 10.0.0.
I have this problem, too, when I try to use gnu.trove.THashSet in my plugin in IDEA 10.0.2.
Any news on this?
The problem with ClassNotFoundException thrown after starting a plugin run configuration should be fixed in the IDEA 10.5 EAP build.
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Will this be fixed in a 10.0 point release?
It is fixed in upcoming Idea 10.0.3 (you can check EAP version), btw the
exception is harmless.
On 30.03.2011 13:32, Colin Fleming wrote:
>
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Great, thanks Maxim.