[jbosstools-issues] [JBoss JIRA] (JBIDE-17272) Compilation error in org.jboss.tools.common.jdt.debug

Snjezana Peco (JIRA) issues at jboss.org
Thu May 22 15:46:57 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969870#comment-12969870 ] 

Snjezana Peco commented on JBIDE-17272:
---------------------------------------

I have reproduced the issue on Windows (Oracle JDK).
com.sun.jdi.connect.Connector isn't a JDK class. It is placed in org.eclipse.jdt.debug.
I have fixed it by explicitly adding the depedency.

> Compilation error in org.jboss.tools.common.jdt.debug
> -----------------------------------------------------
>
>                 Key: JBIDE-17272
>                 URL: https://issues.jboss.org/browse/JBIDE-17272
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common/jst/core
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Andre Dietisheim
>            Assignee: Snjezana Peco
>             Fix For: 4.2.0.Beta3
>
>         Attachments: DebugLaunchConfigurationListener.png, RemoteDebugActivator.png
>
>
> I have compilation errors in org.jboss.tools.common.jdt.debug.DebugLaunchConfigurationListener
> {code}
> The type com.sun.jdi.connect.Connector$Argument cannot be resolved. It is indirectly referenced from required .class files
> {code}
> !DebugLaunchConfigurationListener.png!
> !RemoteDebugActivator.png!
> DebugLaunchConfigurationListener is apparently referencing internal jdk classes which are not available in linux jdk (?)



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list