-
Notifications
You must be signed in to change notification settings - Fork 10
Compiler doesn't recognise classpath jars #1
Comments
First of all, the version of nb-javac was built with To get this javac working with your project, you have to generate a minimal JDK with only the classes from android.jar and then use it with this nb-javac-android. You can use Apart from this, this nb-javac has names of classes from AndroidIDE hardcoded in it. For example, it uses the |
This is clearly not a bug. It is just how this |
No issues, i didn't knew that earlier as it was published on maven. |
Thanks! It's working now after creating the com.itsaky.androidide.utils.Environment file with a static field containing the system modules path. However, I think It'd be more convenient to set up if the class path is not hardcoded/is changeable |
You can now configure See |
This will be available in release |
Upon running it on a test app, the nb-javac-android compiler complains of no classpath containing java.lang.* class files even tho it is present whereas nb-javac from CodeAssist (again with the same arguments) works fine. This seems like an issue with scanning jar files?
The text was updated successfully, but these errors were encountered: