-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yash edited this page Mar 26, 2026
·
1 revision
Welcome to the api-request-logging wiki!
:: Check OS Architecture, OS Name and System Type
C:\Yashwanth\WorkSetup\API_Request_Logging>wmic os get osarchitecture
OSArchitecture
64-bit
C:\Yashwanth\WorkSetup\API_Request_Logging>systeminfo | findstr /B /C:"OS Name" /B /C:"System Type"
OS Name: Microsoft Windows 11 Home
System Type: x64-based PC
C:\Softwares>echo %PROCESSOR_ARCHITECTURE%
AMD64
:: Check Maven and Java version
C:\Yashwanth\WorkSetup\API_Request_Logging>java -version
java version "1.8.0_271"
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
C:\Yashwanth\WorkSetup\API_Request_Logging>echo %JAVA_HOME%
C:\Softwares\openlogic-openjdk-8u482-b08-windows-x64