multiwii conf linux 17
multiwii conf linux 17
i have been trying to get MultiWiiConf/application.linux64 to work. Not having any luck . I'm hoping some one would have some pointers or a walk thought .
Re: multiwii conf linux 17
As multiwii conf does work on 64 bit Linux, would you please elaborate on what doesn't work, and tell us which distro, which JVM and any errors emitted when run from the command line. Then we may be able to assist.
Re: multiwii conf linux 17
im using linux mint 17 . I was able to get Oracle java installed and made it the default. im not sure how to get muliwiiconf to run, really im sure what commands to use in terminal. I'm a noob !
Re: multiwii conf linux 17
jimbeezy wrote:im using linux mint 17 . I was able to get Oracle java installed and made it the default. im not sure how to get muliwiiconf to run, really im sure what commands to use in terminal. I'm a noob !
Go the application.linux64 directory, there you will see a file MultiWiiConf. If necessary, make it executable.
Code: Select all
cd <path to>/application.linux64
chmod +x MultiWiiConf
Then you can run it
Code: Select all
./MultiWiiConf
Once you've done this, you can execute it by the full path, so create a wrapper script if you wish.