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

Java::JavaLang::UnsupportedClassVersionError: org/cyberneko/dtd/DTDConfiguration with latest master #811

Closed
patcheng opened this issue Dec 17, 2012 · 3 comments

Comments

@patcheng
Copy link

I am running on OSX Lion:

java -version
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)

@jvshahid
Copy link
Member

Found the problem, fix and explanation to follow.

@jvshahid
Copy link
Member

So this problem is caused by nekodtd, which I had to patch and build to fix #547. Unfortunately I didn't give much thought and compile it with Java 7 which explains the Version exception that you're getting since you're probably using an older version. I pushed a new version of the library that is compiled with Java 6. I'm assuming that no one out there uses Java 5, but please feel free to correct me if that's the case.

I'll close the bug, but feel free to reopen if the problem isn't fixed or if support for older versions of Java is needed.

@patcheng
Copy link
Author

confirmed. fixed the issue for me.

mbklein pushed a commit to mbklein/nokogiri that referenced this issue Dec 20, 2012
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

2 participants