Tag Info

New answers tagged

0

There is a similar question on stackoverflow: How to automate download and instalation of Java JDK on Linux? The answer using wget is: wget --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" "http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz" The last argument is the url to download from. Different java version ...


0

Straightforward Solution Rather than downloading the .tar.gz package I recommend you download the .rpm package. Then run: sudo apt-get install alien dpkg-dev debhelper build-essential sudo alien --scripts jdk-7u-linux-.rpm where I believe the current <build> is 21 and the <version> depends on your system architecture. The first will ...


0

Here's a bash script that could help in setting up the java alternatives: #!/bin/bash BIN_HOME="/usr/bin" JVM_BIN_HOME="/usr/lib/jvm/jdk1.7.0_21/bin" UPDATE_CMD="update-alternatives" UPDATE_OPT="--install" UPDATE_DEFAULT_PRIORITY=10 echo "Installing alternatives for Oracle JDK." #echo "JAVA_BIN_HOME=$JAVA_BIN_HOME" #echo "BIN_HOM=$BIN_HOME" echo "All ...


0

I doubt this is going to be a very friendly installation even for a seasoned Ubuntu user. When searching for this the lack of topics about Oracle SES with Ubuntu tells it is not going to be easy. From the installation requirements it states this: Oracle SES Linux Certifications Oracle SES is certified to run on the following Linux operating ...


0

As an addition to izx answer, there is a chrome plugin you can use to export your cookies, so you do not have to use sqlite.



Top 50 recent answers are included