John Stark created NETBEANS-2175:
------------------------------------
Summary: java.lang.ClassCastException
Key: NETBEANS-2175
URL: https://issues.apache.org/jira/browse/NETBEANS-2175
Project: NetBeans
Issue Type: Bug
Affects Versions: 10.0
Environment: Windows 10 version 10.0 running on x86
Reporter: John Stark
Attachments: messages.log
I'm working on a JavaFX project. I imported
[pty4j|https://bintray.com/jetbrains/pty4j/org.jetbrains.pty4j%3Apty4j#files/org%2Fjetbrains%2Fpty4j%2Fpty4j%2F0.8.6]
library
([pty4j-0.8.6.jar|https://bintray.com/jetbrains/pty4j/download_file?file_path=org%2Fjetbrains%2Fpty4j%2Fpty4j%2F0.8.6%2Fpty4j-0.8.6.jar]).
When I try to open some _.class files_, they are opened. But when I try to
open {color:#14892c}_PtyProcessBuilder.class_{color} and
{color:#d04437}_WinPtyProcess.class_{color}, I get the bug notification and
these files are not opened. Then I decompiled jar file in another decompiler
application, those two files were opened.
And when I run my JavaFX application, I get following exception for above two
files:
{code:java}
Exception in thread "Thread-6" java.lang.NoClassDefFoundError
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists