26 Oct 2012 sness   » (Journeyer)

how to change java path for maven - Stack Overflow

how to change java path for maven - Stack Overflow: "
1
down vote
You will need both Java JDK and JRE.

${java.home} specifies the path to the current JRE_HOME environment use with relative paths to get for example: ${java.home}../bin/java.exe

And with a JDK for example in c:\jdk the maven ${java.home} is pointing to c:\jdk\jre"

'via Blog this'

Syndicated 2012-10-26 18:20:00 from sness

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!