-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.2 does not work with Netbeans 11 running with JDK 8 #75
Comments
What version of the plugin are you using?
…On Thu, May 23, 2019 at 5:07 PM Eduardo Quintanilla < ***@***.***> wrote:
Running Netbeans 11 with JDK 8 does not show radar in the Project and the
options Tabs is empty.
ide.log <https://github.com/hmvictor/radar-netbeans/files/3214288/ide.log>
ALL [null]: value = qubexplorer.ui.PopupAction from Actions/Build/qubexplorer-ui-SonarQube.instance
WARNING [org.openide.util.Utilities]: Unrecognized object of class java.lang.Object found in actions path Projects/org-netbeans-modules-maven/Actions
INFO [org.netbeans.core.startup.layers.BinaryFS]: value = qubexplorer.ui.SonarQubeOptionsPanelController from OptionsDialog/Advanced/qubexplorer-ui-SonarQubeOptionsPanelController.instance
java.lang.UnsupportedClassVersionError: qubexplorer/ui/SonarQubeOptionsPanelController has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:286)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#75?email_source=notifications&email_token=ACX2NLYKWNN4KDULPQ7NNTDPW4IS7A5CNFSM4HPKVK32YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GVSKRKQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACX2NL3NSH6AVZ3CA3U7DYTPW4IS7ANCNFSM4HPKVK3Q>
.
|
3,2 downloaded from http://plugins.netbeans.org/download/plugin/10044 |
The problem is that the main fix of 3.2 release is support for Java modules
(available from Java 9).
If you use an older JDK, I recommend to make a manual installation of 3.1
in Netbeans 11.
…On Thu, May 23, 2019 at 5:10 PM Eduardo Quintanilla < ***@***.***> wrote:
3,2, download from http://plugins.netbeans.org/download/plugin/10044
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#75?email_source=notifications&email_token=ACX2NL4LTG6RBPSXFY2IN4LPW4I5PA5CNFSM4HPKVK32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWDUCHY#issuecomment-495403295>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACX2NL4MQZB7DS3I26G3WDDPW4I5PANCNFSM4HPKVK3Q>
.
|
Thanks for the response. In the Plugins Center there is not information about JDK compatibility. That would be a nice addition. I will try to use to older version but the last time i tested the plugin it was not working due to the SonarQube API changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running Netbeans 11 with JDK 8 does not show radar in the Project and the options Tabs is empty.
radar-netbeans: 3.2
ide.log
The text was updated successfully, but these errors were encountered: