I'm using HDroidGUI to develop android aplications, and have problem when compile it on Manjaro, since Manjaro using JDK 8 and HDroidGUI is still not compatible with it, but I found the solution by adding simple parameters to compiler as below:
-source 1.7 -target 1.7
so before the commandline was :
javac -d obj -cp $ANDROID_JAR:$HDROIDGUI/hdroidgui.jar -sourcepath src src/$PACKAGE_PATH/*.java
now it become:
javac -source 1.7 -target 1.7 -d obj -cp $ANDROID_JAR:$HDROIDGUI/hdroidgui.jar -sourcepath src src/$PACKAGE_PATH/*.java
Now I can compile my HdroidGUI again.
:)
.
Subscribe to:
Post Comments (Atom)
Setting DeepCool AK400 Digital CPU fan di Manjaro Linux
Baru rakit PC dan pakai AK400 Digital untuk CPU fannya, setelah install linux ternyata tulisan digitalnya gak tampil, cari-cari di interne...

-
Saya kemana-mana biasanya sambil nyambi mengenalkan Linux, bahkan kaos pun banyak yang bertuliskan soal Linux, sampai si prof sini tanya ...
-
I'm using Harbour MiniGUI Extended Edition to develop some applications, previously using HMG 19, and now trying to update to HMG 20.04....
-
Penampilan Something Wrong Band di acara Care to Dare di cafe Arcaf semalam
No comments:
Post a Comment