ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
(Generate patch)

Comparing java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java (file contents):
Revision 1025 by alloc, Sat May 30 13:22:00 2015 UTC vs.
Revision 1032 by alloc, Tue Mar 15 15:47:02 2016 UTC

# Line 206 | Line 206 | public class AEInstaller2 {
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());

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)