Has anyone out there had any luck with compiling version 50 class files. Ulf Dittmer. Welcome to JavaRanch. JODE is open source, so that it can be enhanced to produce better output, but it's not a fun or easy proposition. You may have better luck using a commercial offering , although the comparion on that site suggests that JODE is the best to begin with. Thank you. The SourceAgain commercial compiler kind of looks promising. I've got an email into their support link to see if it supports verion 50 class files.
By the description, though, it looks like it may not. I somehow missed Joda, though, and I'll give that a try as well.
Emmanuel Dupuy. It is a new free Java decompiler. It is currently under development, but maybe it can help you. Emmanuel, welcome to JavaRanch. This looks promising, as it's not based on jad or JODE, and more up-to-date than either. Of course, I gotta ask right away -since you mention the cross-platform nature of wxWidgets- might an OS X version be in the future? If that's beyond what you can or are willing to do, would you consider enabling someone else to provide a Mac port?
January 12, at pm. Pankaj says:. January 13, at am. Leave a Reply Cancel reply Your email address will not be published. Leave this field empty. Exact matches only. Search in title. Search in content. My question is how do I make them compatible?
I have updated the Java on my Mac to 1. It means your Java runtime version is 1. To simply solve it, just retreat the Java version from 1. Have got the same error as in header because of failed attempt to compile my project with java 8 and then reattempting to compile with java 6.
Some classes where compiled at the first attempt with 8 and did not recompile with 6. Mixed classes did not compile then. Cleaning project solved the problem. This answer is not strictly relevant to the question, but could be useful for someone. Java version numbers can be found in Java class file wiki page byte offset If you are using javac to compile, and you get this error, then remove all the. Generally this kind of error happens when you try run a. If the issue in IntelliJ then do this in terminal not in IntelliJ terminal - 1.
Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Class file has wrong version Asked 6 years, 11 months ago.
0コメント