package does not exist

Tadder

Member
Licensed User
Longtime User
when i try to compile only, I'm getting this error...

Compiling generated Java code. Error
javac 1.6.0_39
src\tme\ctronics2\main.java:232: package anywheresoftware.b4a.samples.mysql does not exist
public anywheresoftware.b4a.samples.mysql.httputils2service _httputils2service = null;

pretty new to all this so let me know what info is needed to help solve?

:sign0104:
 

Tadder

Member
Licensed User
Longtime User
nevermind i figured it out. i had stored the HttpJob and HttpUtils2Service (bas) files into the library folder and checked them on the Lib tab on the right... these files were taken from the MySQL sample in the tutorial so that's what they were trying to go after when I included them.

told you i was a noob, but hey, at least i figured it out on my own!

:sign0060:
 
Upvote 0
Top