B4LinuxInstall
B4LinuxInstall copied to clipboard
A bash script for installing B4X RAD tools in Linux systems
Insert this in the register after b4j installation: ``` [HKEY_CLASSES_ROOT\.fxml] @="fxmlfile" "Content Type"="application/xml" [HKEY_CLASSES_ROOT\fxmlfile] [HKEY_CLASSES_ROOT\fxmlfile\Shell] [HKEY_CLASSES_ROOT\fxmlfile\Shell\Open] [HKEY_CLASSES_ROOT\fxmlfile\Shell\Open\command] @="winebrowser \"%1\"" ``` [source](http://www.b4x.com/android/forum/threads/b4linuxinstall-script-to-use-b4x-tools-in-linux.45092/page-2#post-315454)
[Based on this instructions](http://basic4ppc.com/android/forum/threads/b4linuxinstall-script-to-use-b4x-tools-in-linux.45092/#post-294687)
JAVA - > http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html using ppa (y +) - https://jerrylu.name/2014/08/23/installing-jdk-8-on-debian-wheezy/ using tgz and java-package - https://packages.debian.org/search?keywords=java-package WINE - https://packages.debian.org/search?keywords=wine (jessie & sid are using versions 1.6.2 . Should test wheezy...
- Add a text of the need to be oracle's java - Make an automatic uninstaller of open-jdk - Give the option of updating java, changing version
Right now there is a single path of action, and only asks y/n for each step. There should be a menu where you can choose which tool to install, and...