Android Tutorial GUI SDK Manager for newer versions of Android tools

Status
Not open for further replies.

anaylor01

Well-Known Member
Licensed User
Longtime User
I am getting these errors:
Error: org.apache.commons.exec.executeexception:The stop timeout of 500 ms was exceeded (exit value: -559038737)
java.ioexception:C:\tools\lib is not a folder

I am using Windows 10 Build 16299
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Is the code still the same with B4A 8.30, please ? (new working icon excluded, of course) Thanks
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
FindJava was updated:
B4X:
Private Sub FindJava As String
   If JavaPath <> "" Then Return JavaPath
   JavaPath = GetSystemProperty("java.home", "")
   Log($"Java Path: ${JavaPath}"$)
   Dim s As String = GetSystemProperty("java.version", "")
   If s.StartsWith("9") Or s.StartsWith("10") Then
       AdditionalJavaOpts = " --add-modules java.se.ee"
   End If
   Return JavaPath
End Sub

There might be some other small changes.
Tip: you can use this tool to quickly compare the codes: http://winmerge.org/
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Thanks Erel. I have asked because I couldn't see if the code in the first post was updated and got error 1252 with the manager from B4A and not with the previous version of that one. Would create a new post if required.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…