Ramblings of a Coder's Mind

Got Tech? Will Hack.

K

Tag: environment-setup

Posts tagged with environment-setup

Set Java Home to a specific version on Mac

Installing Oracle’s version of Java on your machine does (for most machines I’ve encountered) add a Java Home system variable. Rarely however it doesn’t work on some machines. Such folks are recommended to add the path themselves. On a Mac, you can do this by using the following export JAVA_HOME=$(/usr/libexec/java_home)...

Read on →

Reloading Unix/Linux Profiles

Here’s something small but interesting and useful I learnt today. Often times, I update my linux profile so that I can have aliases to work with on my server. Problem is that the profile is only loaded when you login so, in normal circumstances, you would have to relogin to...

Read on →