Skip to content

Commit

Permalink
Ambiente ya tiene java
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0st23 committed Jul 9, 2019
1 parent 82d6586 commit 493e8e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 1 addition & 7 deletions prueba-java/step1-setup.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/bin/sh

mkdir java
cd java
wget -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz
tar -xf jdk-8u131-linux-x64.tar.gz

export JAVA_HOME="/home/scrapbook/tutorial/java/jdk1.8.0_131"
export PATH="$PATH:$JAVA_HOME/bin/"
git clone https://bitbucket.org/Tinet/java-test-001
2 changes: 1 addition & 1 deletion prueba-java/step1-verify.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

[ -d /home/scrapbook/tutorial/java/jdk1.8.0_131/bin ] && echo "done"
# [ -d /home/scrapbook/tutorial/java/jdk1.8.0_131/bin ] && echo "done"
2 changes: 2 additions & 0 deletions prueba-java/step2.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Con el codigo fuente en el ambiente local, realizar la correccion para la aplicación compile.

en el archivo: java-test-001/src/main/java/cl/tinet/test/JavaTest001.java

0 comments on commit 493e8e0

Please sign in to comment.