Tagged: Java

How to set the JAVA_HOME variable in Mac OS X – Snow Leopard (via Decoding the Web)

Duke, the Java Mascot, in the waving pose. Duk...
Image via Wikipedia

Nice instructions. Most people probably won’t have to do this, but often developers use Java.

Recently I had to setup a Java app on my Mac, which was running from the Terminal, and needed the JAVA_HOME variable set. Here’s what had to be done: – Start the Terminal app. – Create/Edit ~/.bash_profile file. Note: I first tried creating and using the ~/.bashrc file, but that didn’t work (Mac OS 10.6.2), while ~/.bash_profile worked as expected. Therefore, $ vi ~/.bash_profile … and paste the following (make it a single line): export JAVA_HO … Read More

via Decoding the Web

Share

Texter Helps you Type Faster (via Teknophilia)

This could be a huge time saver. I think writers/copy editors don’t always appreciate how much text expansion helps them be more productive.

Most people write the same things over and over again. Think of an email: Dear Person,… you may even have a whole paragraph that you always use. I’ve recently had to increase the amount of time I spend programming. Like other code monkeys may know, a lot of the stuff we write is repetitious. For example, in Java, I often write: System.out.println(“Some Text Here”); So what … Read More

via Teknophilia

Share