File: PrintJavaHome.java

package info (click to toggle)
libtritonus-java 20070428-14
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,004 kB
  • sloc: ansic: 53,816; java: 45,226; sh: 3,017; makefile: 1,174; xml: 823; cpp: 147
file content (7 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
public class PrintJavaHome
{
	public static void main(String[] args)
	{
		System.out.print(System.getProperty("java.home"));
	}
}