Hi Community,
need some Help with the exernal JAudioTagger Lib:
I get a java.lang.RuntimeExeption: Method: checkFileExists not matched
So i think the second Parameter is wrong!?
Whats my mistake here?
thanks
patent
need some Help with the exernal JAudioTagger Lib:
B4X:
#Region
#AdditionalJar: jaudiotagger-2.2.5
#EndRegion
Sub xx
Dim jo As JavaObject
jo.InitializeStatic("org.jaudiotagger.audio.AudioFileIO")
Dim dir As String ="C:\Work"
Dim Name As String=Music.mp3"
Dim jo2 As JavaObject=jo.RunMethod("checkFileExists, Array(File.Combine(dir,Name)))
End Sub
I get a java.lang.RuntimeExeption: Method: checkFileExists not matched
So i think the second Parameter is wrong!?
Whats my mistake here?
thanks
patent