Parsing class filesConstructing compilerLoading remapped typesCompiling class files (1)Compiling class files (2)System.InvalidOperationException: Type must be declared abstract if any of its methods are abstract. at System.Reflection.Emit.TypeBuilder.CreateType() at JavaTypeImpl.Finish() at DynamicTypeWrapper.Finish() at ClassLoaderWrapper.FinishAll() at JVM.Compile(String path, String assembly, String mainClass, PEFileKinds target, Byte[][] classes, String[] references) at Compiler.Compile(String fileName, String assemblyName, String mainClass, PEFileKinds target, Byte[][] classes, String[] references)
Any suggestions? I can email you the jar files if that would help (although I'm probably not allowed to send the sources).
If I can get this program to (a) compile and (b) actually work, I can save everyone in my department the hassle of having to download and install java...
Parsing class files
Constructing compiler
Loading remapped types
Compiling class files (1)
Compiling class files (2)
System.InvalidOperationException: Type must be declared abstract if any of its methods are abstract.
at System.Reflection.Emit.TypeBuilder.CreateType()
at JavaTypeImpl.Finish()
at DynamicTypeWrapper.Finish()
at ClassLoaderWrapper.FinishAll()
at JVM.Compile(String path, String assembly, String mainClass, PEFileKinds target, Byte[][] classes, String[] references)
at Compiler.Compile(String fileName, String assemblyName, String mainClass, PEFileKinds target, Byte[][] classes, String[] references)
Hopefully that one will be a little more readable...
Remember Me
I apologize for the lameness of this, but the comment spam was driving me nuts. In order to be able to post a comment, you need to answer a simple question. Hopefully this question is easy enough not to annoy serious commenters, but hard enough to keep the spammers away.
Anti-Spam Question: What method on java.lang.System returns an object's original hashcode (i.e. the one that would be returned by java.lang.Object.hashCode() if it wasn't overridden)? (case is significant)
Powered by: newtelligence dasBlog 2.3.12105.0
© Copyright 2021, Jeroen Frijters
E-mail