Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Thursday, 11 March 2021

Setting Java Home in Ubuntu 20

1.Open Terminal Using the command ctr+alt+T2.Type the Command 'sudo -H gedit /etc/profile' 3.Separate Window Opens up there add the followingJAVA_HOME=/opt/java/jre1.8.0_281/binPATH=$PATH:$HOME/bin:$JAVA_HOME/binexport JAVA_HOMEexport JRE_HOMEexport PATH4.In JAVA_HOME point it to the directory where you have...

Sunday, 16 August 2020

Unexpected token Error During Ant Build

Today I was facing the Strange Error, Which I have not Faced earlier. Error Log:$ ./cant create-ear./cant: line 2: $'\r': command not found./cant: line 4: $'\r': command not found create-ear./cant: line 32: syntax...

Sunday, 6 August 2017

Clearing Cache In Linux

Hi All,          Today, I was Facing error with Respect to the Memory , Though I have Enough Memory in my Machine, it's not Clearing out . ...