Hi Guys I Am Getting This Error When I Compile My Extension
Started Compiling Project Mysql
Buildfile: /compiler/androidX/build.xml
javac:
[mkdir] Created dir: /compiler/androidX/build/Wkcmu/classes
[javac] Compiling 1 source file to /compiler/androidX/build/Wkcmu/classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] Note: Wrote file file:/compiler/androidX/build/Wkcmu/classes/simple_components.json
[javac] Note: Wrote file file:/compiler/androidX/build/Wkcmu/classes/simple_components.txt
[javac] Note: Wrote file file:/compiler/androidX/build/Wkcmu/classes/simple_components_build_info.json
[javac] Note: Wrote file file:/compiler/androidX/build/Wkcmu/classes/AutogeneratedOdeMessages.java
[javac] Note: Wrote file file:/compiler/androidX/build/Wkcmu/classes/ComponentsTranslation.java
[javac] /compiler/androidX/src/Wkcmu/com/mysql/creative/Mysql.java:40: error: bad operand type String for unary operator '+++'
[javac] URLGenerated(+ "INSERT INTO `" +Tablename + "`(`Dealer_Name`, `PDF`, `OrderId`, `Location`, `Month`) VALUES (' " + Dealername +"','"+ PDF +"','"+ OrderID +"','"+ Location +"','"+ Date + "')");
[javac] ^
[javac] 1 error
Can You How To Fix This