I got this error while executing this line
C:\Users\m1017764\Downloads\LAMEOnJ_1.2.1\bin\win32x86>java -DJNIEASY_LICENSE_DIR=.. -jar ..\LAMEOnJ
.jar ../testcase.wav ../testcase_res
LAME Version: 3.98
Home page: http://www.mp3dev.org/
LAME Version: 3.98
Home page: http://www.mp3dev.org/
LAME Version: 3.98.2
Home page: http://www.mp3dev.org/
Exception in thread "main" com.innowhere.jnieasy.core.JNIEasyWin32Exception: Error executing native
tion code: c0000005
at com.innowhere.jnieasy.core.impl.jni.MethodNative.callVoid(Native Method)
at com.innowhere.jnieasy.core.impl.rt.signat.NativeBehaviorSignatureRuntimeImpl.b(SourceFile
)
at com.innowhere.jnieasy.core.impl.rt.natobjimpl.method.CMethodImpl.callVoid(SourceFile:35)
at lame.std.Lame.lame_mp3_tags_fid(Lame.java)
at test.lameonj.encoder.TestEncoderStdAPI.testPlainAPI(TestEncoderStdAPI.java:153)
at test.lameonj.encoder.TestEncoder.main(TestEncoder.java:63)
please help
sorry , this is the correct error message...
C:\Users\m1017764\Downloads\LAMEOnJ_1.2.1\bin\win32x86>java -DJNIEASY_LICENSE_DIR=.. -jar ..\LAMEOnJTest
.jar ../testcase.wav ../testcase_res
LAME Version: 3.98
Home page: http://www.mp3dev.org/
LAME Version: 3.98
Home page: http://www.mp3dev.org/
LAME Version: 3.98.2
Home page: http://www.mp3dev.org/
Exception in thread "main" com.innowhere.jnieasy.core.JNIEasyWin32Exception: Error executing native func
tion code: c0000005
at com.innowhere.jnieasy.core.impl.jni.MethodNative.callVoid(Native Method)
at com.innowhere.jnieasy.core.impl.rt.signat.NativeBehaviorSignatureRuntimeImpl.b(SourceFile:411
)
at com.innowhere.jnieasy.core.impl.rt.natobjimpl.method.CMethodImpl.callVoid(SourceFile:35)
at lame.std.Lame.lame_mp3_tags_fid(Lame.java)
at test.lameonj.encoder.TestEncoderStdAPI.testPlainAPI(TestEncoderStdAPI.java:153)
at test.lameonj.encoder.TestEncoder.main(TestEncoder.java:63)
Thanks..