| 206 |
|
System.out.println("DownPath: " + Paths.getDownloadPath()); |
| 207 |
|
System.out.println("TempPath: " + Paths.getTempPath()); |
| 208 |
|
System.out.println("ValidPath: " + Installer.verifyRunningDirectory()); |
| 209 |
< |
System.out.println("Platform: " + PlatformInformation.getPlatform()); |
| 209 |
> |
System.out.println("Platform: " + System.getProperty("os.name") + |
| 210 |
> |
" detected as " + PlatformInformation.getPlatform().toString()); |
| 211 |
|
System.out.println("Architect: " |
| 212 |
|
+ PlatformInformation.getArchitecture()); |
| 213 |
|
System.out.println(".NET: " + DotNet.isInstalled()); |