Hi,
Today I've updated all stuff about Java on my computer.
Remove all and reinstall the last version of Java and SDK (jdk-8u72-windows-x64 and installer_r23.0.2-windows)
I didn't do anything on B4A stuff.
The only different thing is the path where SDK has been installed.
It has been install in C:\Program Files (x86)\Business Objects\javasdk\bin\
(I've ran the install without changing anything)
Now, while compiling, I've got this error:
What to do with this ???
PS: My path are well set
Javac.exe:
C:\Program Files (x86)\Business Objects\javasdk\bin\javac.exe
android.jar:
C:\Users\Me\AppData\Local\Android\android-sdk\platforms\android-23\android.jar
Today I've updated all stuff about Java on my computer.
Remove all and reinstall the last version of Java and SDK (jdk-8u72-windows-x64 and installer_r23.0.2-windows)
I didn't do anything on B4A stuff.
The only different thing is the path where SDK has been installed.
It has been install in C:\Program Files (x86)\Business Objects\javasdk\bin\
(I've ran the install without changing anything)
Now, while compiling, I've got this error:
B4X:
B4A version: 5.50
Parsing code. (0.04s)
Compiling code. (0.21s)
Compiling layouts code. (0.05s)
Generating R file. (0.04s)
Compiling debugger engine code. Error
javac 1.5.0_12
shell\src\AN\V1\connexion.java:4: cannot access java.io.IOException
bad class file: C:\Users\Me\AppData\Local\Android\android-sdk\platforms\android-23\android.jar(java/io/IOException.class)
class file has wrong version 51.0, should be 49.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
import java.io.IOException;
^
1 error
What to do with this ???
PS: My path are well set
Javac.exe:
C:\Program Files (x86)\Business Objects\javasdk\bin\javac.exe
android.jar:
C:\Users\Me\AppData\Local\Android\android-sdk\platforms\android-23\android.jar