mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06: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)"));
|
|
}
|
|
}
|
|
|