mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-01 04:07:15 +00:00
9 lines
168 B
Java
9 lines
168 B
Java
class CMakeCheckJavaPath
|
|
{
|
|
public static void main(String args[])
|
|
{
|
|
System.out.println(System.getProperty("sun.boot.class.path", "(none)"));
|
|
}
|
|
}
|
|
|