mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -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)"));
|
|
}
|
|
}
|
|
|