Java Question Error Parsing Libraries

madSac

Active Member
Licensed User
Longtime User
Hi,
I am trying to make a library for to detect DTMF codes.its nearly finished but when i try to add it in b4a it gives error.Eclipse has that project opened if there is any problem in java structure or any code mistake ?
 

Attachments

  • err.jpg
    err.jpg
    45.6 KB · Views: 316

MLDev

Active Member
Licensed User
Longtime User
Sounds like you're missing the XML file for the library. Did you generate it?
 

madSac

Active Member
Licensed User
Longtime User
Ah..i found it it was because i hadn't made any static function in that class.
 
Top