Skip to content
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

Fix NoClassDefFoundError: com/goide/jps/model/JpsGoSdkType #1172

Closed
wants to merge 2 commits into from
Closed

Conversation

Sorien
Copy link

@Sorien Sorien commented Jan 13, 2015

fixes #1169 for 1.0.0-alpha

@dlsniper
Copy link
Member

I can't reproduce the issue using f2af14c

@Sorien
Copy link
Author

Sorien commented Jan 14, 2015

without this i can't even select sdk dir, it throw errors like java.lang.NoClassDefFoundError: com/goide/jps/model/JpsGoSdkType

its something with java-deps.xml and line <compileServer.plugin classpath="go-jps-plugin.jar"/>
i tryed to change it to jps-plugin.jar but it was not working then i renamed jps-plugin module to go-jsp-plugin (inspired by some another idea plugin) recompiled and not errors so far ... but there are still some problems with sdk selection :)

@zolotov
Copy link
Contributor

zolotov commented Jan 14, 2015

Hi Sorien,

Thank you for investigation. The caf7ee7 introduce the wrong name for jps artifact. If you don't mind, could you instead of renaming module, just rename artifact in 'Project Structure | Artifacts'?

@Sorien
Copy link
Author

Sorien commented Jan 14, 2015

i tried to rename Artifact Go.zip \lib\jps\jps-plugin.jar -> go-jps-plugin.jar but its not working for me, same error(s). .. its not something critical I just wanted to test this plugin version

PS: when i run or debug plugin there is no such error, i see that error only when i open new idea instance with registered plugin and i try to select Go SDK.

@zolotov
Copy link
Contributor

zolotov commented Jan 14, 2015

i tried to rename Artifact Go.zip \lib\jps\jps-plugin.jar -> go-jps-plugin.jar but its not working for me, same errors

That's not exactly that I meant. I've pushed some changes, could you please check whether it works now?

PS: when i run or debug plugin there is no such error, i see that error only when i open new idea instance with registered plugin and i try to select Go SDK.

I understand it, that's why we didn't experience such problems.

@ignatov ignatov closed this Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants