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

Fails under OS X / IntelliJ13 #10

Closed
hlship opened this issue Mar 2, 2014 · 11 comments
Closed

Fails under OS X / IntelliJ13 #10

hlship opened this issue Mar 2, 2014 · 11 comments

Comments

@hlship
Copy link

hlship commented Mar 2, 2014

ide_fatal_errors

@bkuberek
Copy link

Fails for me as well with a different message:

cannot create class "vietj.intellij.asciidoc.AsciiDocAction" [Plugin: org.asciidoctor.intellij.asciidoc]

Intellij IDEA Ultimate version 13.1.2, Build #IU 136-690
Intellij AsciiDoc Plugin version 0.1

@indigo423
Copy link

cannot create class "vietj.intellij.asciidoc.AsciiDocAction" [Plugin: org.asciidoctor.intellij.asciidoc]

Do you have a UnsupportedVersion in your detail message? Check what version Intellij IDEA is using. I got a similar error running IDEA with an old Java Version 1.6. With Java 7 and Java 8 I haven't seen this error.

@gilles
Copy link

gilles commented Jun 10, 2014

Yup
Caused by: java.lang.UnsupportedClassVersionError: vietj/intellij/asciidoc/AsciiDocAction : Unsupported major.minor version 51.0

It works if I use Java 7 but then the fonts are messed up (IDEA 13.1.3 - 135.909)

@neversleepz
Copy link

Upping IDEA to use 1.7+ JDK on OS X occasionally crashes (nothing to do with this plugin)
However compiling the plugin with an IntelliJ SDK with JDK 1.6 works around this.
Worked with Idea 14 138.1696.2
I'd suggest compiling with 1.6 when providing the next release. Thanks!

@bobwenx
Copy link

bobwenx commented Sep 29, 2014

i have same problems too, if you want to use the idea-asciidoc on os x, the working JRE must be apple jdk 6. and if you use oracle jdk 1.7+, during to the bugs of intelliJ, it may crash immediately: https://youtrack.jetbrains.com/issue/IDEA-129878

so could idea-asciidoc project use jdk 1.6 to compile the project and give users more choice?

@musketyr
Copy link

👍

@rlovtangen
Copy link

+1 for releasing a version of the plugin that is compiled with JDK 1.6.
Java 6 is still the recommended version to run IntelliJ on OS X, ref https://intellij-support.jetbrains.com/entries/27854363-IDE-doesn-t-start-after-updating-to-Mac-OS-Yosemite-or-Mavericks

@bodiam
Copy link
Contributor

bodiam commented Nov 21, 2014

I think this should be working, the plugin is now compiled using JDK 1.6. If no-one objects, I'll close this issue.

@neher
Copy link
Contributor

neher commented Nov 22, 2014

I can confirm it is working with java6 and intellij14.
Just tried it out on my machine.

@mojavelinux
Copy link
Member

\o/

@bodiam
Copy link
Contributor

bodiam commented Nov 22, 2014

Thanks for the feedback!! Will close this one!

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

No branches or pull requests