zelixkiller icon indicating copy to clipboard operation
zelixkiller copied to clipboard

I got the project working but it won't work.

Open Levelheader opened this issue 7 years ago • 1 comments

If I do anything, it errors similar to this

Exception in thread "main" java.lang.Error: Unresolved compilation problems: instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field The type Analyzer is not generic; it cannot be parameterized with arguments <ConstantTracker.ConstantValue> The type Analyzer is not generic; it cannot be parameterized with arguments <> The type Frame is not generic; it cannot be parameterized with arguments <ConstantTracker.ConstantValue> instructions cannot be resolved or is not a field The type Frame is not generic; it cannot be parameterized with arguments <ConstantTracker.ConstantValue> instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field instructions cannot be resolved or is not a field

    at me.nov.zelixkiller.transformer.zkm11.ControlFlowT11.<init>(ControlFlowT11.java:34)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at me.nov.zelixkiller.ZelixKiller.main(ZelixKiller.java:94)

Levelheader avatar Sep 29 '18 12:09 Levelheader

Are you sure you are using the right libraries?

GraxCode avatar Sep 29 '18 18:09 GraxCode