NJDude Expert Licensed User Longtime User Jul 17, 2011 #1 I have installed the new upgrade (also, I did a clean install (SDK and B4A)) and when I compile I get this error: B4X: javac 1.6.0_24 Fatal Error: Unable to find package java.lang in classpath or bootclasspath Should I copy those files to another folder (I think it was Platform-tools) like I did on 1.5 or should I wait for a fix? EDIT: I could not find 'java.lang' anywhere, I have installed the latest SDK. Last edited: Jul 17, 2011
I have installed the new upgrade (also, I did a clean install (SDK and B4A)) and when I compile I get this error: B4X: javac 1.6.0_24 Fatal Error: Unable to find package java.lang in classpath or bootclasspath Should I copy those files to another folder (I think it was Platform-tools) like I did on 1.5 or should I wait for a fix? EDIT: I could not find 'java.lang' anywhere, I have installed the latest SDK.
Erel B4X founder Staff member Licensed User Longtime User Jul 17, 2011 #2 It seems like it cannot find android.jar. Try to reconfigure the paths (Tools - Configure Paths).
NJDude Expert Licensed User Longtime User Jul 17, 2011 #3 Well, I checked the path and it was correct, I copy paste and it worked...very weird. Thanks Erel.