libraries created by other members

jarda

Member
Licensed User
Longtime User
Hello


I Adding library MSSQL from example "LibraryMsSQLSample" but after compiled (F5) with following


Compiling code. 0.01
Compiling layouts code. 0.00
Generating R file. 0.23
Compiling generated Java code. Error
javac 1.7.0_05
src\test\abc\com\demo.java:228: error: package com.tomlost.MSSQL does not exist
public static com.tomlost.MSSQL.MSSQL _a = null;
^
1 error


thsis same for other library

Thank for help

Jarda
 

jarda

Member
Licensed User
Longtime User
Yes


I copy file to Program file\Anywhere Software\Basic4androidFull\Libraries

1. MSSQL.xml
2. MSSQL.jar
3. jtds-1.2.5.jar


In B4A -> Referenced Libraries chceck MSSQL


and (F5)......


but error
 
Upvote 0
Top