Check this out. Worked for me [ http://superuser.com/questions/459507/usb-drive-becomes-write-protected-after-inserting-it ]
Thursday, May 29, 2014
Saturday, May 17, 2014
Changing the Java version Netbeans runs on
I had to install Oracle JDK in my Crunchbang when I faced this. Found no GUI way for this Googled it. A Stackoverflow page shows this. [http://stackoverflow.com/questions/6950960/how-to-set-the-jdk-netbeans-runs-on]
The file where this is defined is located in
The file where this is defined is located in
/usr/local/netbeans-{version}/etc/netbeans.confThere locate the line that starts with
netbeans_jdkhome=And make it
netbeans_jdkhome="{where you've placed your java installation i.e. [/usr/lib/jvm/jdk1.8.0]}"
Subscribe to:
Posts (Atom)
Connect Rapoo MT750S with Linux (Tested on Manjaro)
I bought this obvious copy of MX Master 2S in hopes of having the device switching functionality along with a lightweight body because I ha...
-
I like coding a lot, keeps me glued to the PC for hours. For that reason it's a need to edit the Syntax Highlighter to suit my eyes for...
-
I bought this obvious copy of MX Master 2S in hopes of having the device switching functionality along with a lightweight body because I ha...
-
Install MinGW GCC Port on Windows. 1. Just go to this address [ http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/ ]...