My Environment is as follows:
oepe-12.1.3.1-luna-maf-distro-linux-gtk-x86_64
adt-bundle-linux-x86_64-20140702
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
I'm trying to run the HelloWorld MAF example application.
Obviously the build has an error in build-android.xml on line 145. I debugged into this -
in /home/stefan/workspaceOracleMAF/HelloWorld/.main.android/bin/js/cordova-plugins-android.js and function processCordovaPlugins there is an exception: "InternalError: Can't find method java.nio.file.Paths.get(java.lang.String). (<Unknown source>#24(eval)#10(eval)#39)"
Any ideas what's going wrong there?