:sign0104: alert
Hi,
I've been trying to follow this youtube video to build my library for B4A : Basic4android Tutorial - Creating a library - YouTube
And once I am done with Jar and xml building and try to use that in my B4A application, it has trouble finding my Java Class while it's there.
The error it throws, is:
01-25 19:26:58.437: I/B4A(698): java.lang.NoClassDefFoundError: com.firstlib.b4a.MyClass
The point to note is that in my Java code, I am referring a third party library too, but that should pretty much be like importing other jars as discussed in the video.
I also searched this forum and found two posts discussing this, but that also led to nowhere:
1) http://www.b4x.com/forum/libraries-developers-questions/19367-java-lang-noclassdeffounderror-one-more-time.html#post111580
2) http://www.b4x.com/forum/basic4android-updates-questions/24278-preparation-new-library-b4a-call-error-what-will-next-issue.html#post140499
I have corrected my CLASSPATH and JAVA_HOME variable, to no avail.
Sorry if I have been bad at searching and fixing it, but I promise I've given enough time on this.
Any help would be deeply appreciated!
Hi,
I've been trying to follow this youtube video to build my library for B4A : Basic4android Tutorial - Creating a library - YouTube
And once I am done with Jar and xml building and try to use that in my B4A application, it has trouble finding my Java Class while it's there.
The error it throws, is:
01-25 19:26:58.437: I/B4A(698): java.lang.NoClassDefFoundError: com.firstlib.b4a.MyClass
The point to note is that in my Java code, I am referring a third party library too, but that should pretty much be like importing other jars as discussed in the video.
I also searched this forum and found two posts discussing this, but that also led to nowhere:
1) http://www.b4x.com/forum/libraries-developers-questions/19367-java-lang-noclassdeffounderror-one-more-time.html#post111580
2) http://www.b4x.com/forum/basic4android-updates-questions/24278-preparation-new-library-b4a-call-error-what-will-next-issue.html#post140499
I have corrected my CLASSPATH and JAVA_HOME variable, to no avail.
Sorry if I have been bad at searching and fixing it, but I promise I've given enough time on this.
Any help would be deeply appreciated!