mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: add some java code to try and find the system path
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class CMakeCheckJavaPath
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
System.out.println(System.getProperty("sun.boot.class.path", "(none)"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user