New to terminal in linux mint need help with commands to install jdk7.Anyone care to assist me in this endeavor ?
Sent from my N9510 using xda app-developers app
Sent from my N9510 using xda app-developers app
Last edited:
You can likely use the scripts I've writen with a little modificationNew to terminal in linux mint need help with commands to install jdk7.Anyone care to assist me in this endeavor ?
Sent from my N9510 using xda app-developers app
OK well if it is something like permission denied when trying to extract the source file then a "chmod" command might help. I'll see about finding some guides to the command line and post them in this post..I am having problem with linux mint about permission s,and I think I mention that linux is total new for me.Wish I have started earlier.
Sent from my N9510 using Tapatalk
man <some-program>
<some-program> --help
Glad I can helpThank you very much! I am new to the command line,been using Windows seem like forever but already like linux mint and the terminal.I want to develop my own android app and download it on my phone understand that using terminal or at lease knowing how is a big + .
Sent from my N9510 using xda app-developers app
Do you mean the open JDK? If so I've had some Java dependent software not able to use the apt-get('ble) versions of Java and for software that can use it; there is a speed difference that causes me to still prefer installing from source.There's a app-get to that
Enviado desde mi GT-I9300 mediante Tapatalk
Ah indeed; I remember running across this when it was Java 7u21, thanks for reposting because it looks like it's up to date with current Java 7u51. Though when I last tried it I received download errors (bad cookie header in wget command) but since then I and likely they too have fixed this bug with the new cookie header.No. I think it's Oracle's. As soon as I get near my computer I will post the link. This is the java I am using both for Eclipse an AS.
Enviado desde mi GT-N8013 mediante Tapatalk
---------- Post added at 07:33 PM ---------- Previous post was at 07:22 PM ----------
This is the page I used to install the JDK via apt: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html. It worked like a charm