2008-08-05 17:16:25 UTC
Hi
I have tried running the test.bat on windows using lame 3.97 and I am getting the following error on the 3rd conversion
C:\Eclipse Rioja\LAMEOnJ_1.1\bin\win32x86>java -DJNIEASY_LICENSE_DIR=.. -jar ..\LAMEOnJTest.jar ../testcase.wav ../testc
ase_res
LAME Version: 3.97
Home page:
http://www.mp3dev.org/
LAME Version: 3.97
Home page:
http://www.mp3dev.org/
Exception in thread "main" com.innowhere.jnieasy.core.JNIEasyException: Not found method: get_lame_version, native library: lame_enc.dll
at com.innowhere.jnieasy.core.impl.dll.b.addDLLBehavior(SourceFile:195)
at com.innowhere.jnieasy.core.impl.dll.b.addDLLMethod(SourceFile:235)
at com.innowhere.jnieasy.core.impl.rt.classdesc.l.d(SourceFile:60)
at com.innowhere.jnieasy.core.impl.rt.classdesc.aa.getNativeBehavior(SourceFile:120)
at com.innowhere.jnieasy.core.impl.rt.classdesc.s.b(SourceFile:339)
at com.innowhere.jnieasy.core.impl.enhancer.rt.NativeMultipleFieldContainerEnhancerImpl.getNativeBehavior(SourceFile:122)
at com.innowhere.lame.std.Lame.get_lame_version(Lame.java)
at test.com.innowhere.lameonj.TestStdAPI.testPlainAPI(TestStdAPI.java:58)
at test.com.innowhere.lameonj.Test.main(Test.java:67)
Any ideas what mught be causing this?