Android Question Source Option 6 no longer supported use 7 or later

Status
Not open for further replies.

Backalife

Member
Hello everyone happy to be a newcomer to the B4X Community.
I just installed B4A for the very first time on a Windows 10 x64 computer and trying to debug my little Hello World app but run into a problem preventing it to compile using the bridge to my device, it is probably related to the jdk saying:
Source Option 6 no longer supported use 7 or later
the same issue could have been encountered in the past in this older thread
the thread says to use Java 8 or 11, but I am using Java 8 and jdk 14 as shown in the attachment.

Thank you.
 

Attachments

  • jdk14_error_b4a.png
    jdk14_error_b4a.png
    10.4 KB · Views: 447

Backalife

Member
Hurray!! worked like a charm.
That also sorted out the other problem of SDK Manager window that opens now.
Thank you DonManfred, your help is much appreciated.
 
Upvote 0

Jakes72

Active Member
Licensed User
Longtime User
Hi Guys,

I still get this error:
'Source Option 6 no longer supported use 7 or later'
Screenshot 2023-12-02 100407.png


Even though I have downloaded the java here:

I then made a folder for it in 'c:\program files\java' and pointed my B4i paths configuration 'javac.exe' to:
C:\Program Files\Java\jdk-14.0.1\bin\javac.exe
Screenshot 2023-12-02 101232.png


I am running Windows 11 Pro.
Any ideas help please?

Many thanks,
Jacques.
 
Upvote 0
Status
Not open for further replies.
Top