mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-25 15:15:42 -04: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)"));
|
|
}
|
|
}
|
|
|