J jarda Member Licensed User Longtime User Oct 19, 2012 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Oct 19, 2012 #2 I moved this question to the questions forum. Have you copied the native jar as described in the library instructions? Upvote 0
I moved this question to the questions forum. Have you copied the native jar as described in the library instructions?
J jarda Member Licensed User Longtime User Oct 19, 2012 #3 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
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
Erel B4X founder Staff member Licensed User Longtime User Oct 21, 2012 #4 It compiles fine here. Which version of Basic4android are you using? Upvote 0