mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-01 20:27:24 +00:00
ENH: add some java code to try and find the system path
This commit is contained in:
8
Tests/Java/CMakeCheckJavaPath.java
Normal file
8
Tests/Java/CMakeCheckJavaPath.java
Normal file
@@ -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