Commit Graph

3 Commits

Author SHA1 Message Date
Loredana Crusoveanu e62e713393 fix string comparison 2020-12-03 14:18:15 +02:00
MeenaGawande 42276ed18a [BAEL-4556] How to Check if a Java Program Is Running in 64-Bit JVM or 32-Bit JVM (#10139)
* How to Check if a Java Program Is Running in 64-Bit JVM or 32-Bit JVM

How to Check if a Java Program Is Running in 64-Bit JVM or 32-Bit JVM

* baeldung-articlesBAEL-4556 How can I tell if I'm running in 64-bit JVM or 32-bit JVM

Changes as per review comments .
1.Package Name change
2.Variable change from static to instance
3.Test Method name change

* Update JVMBitVersionUnitTest.java

[BAEL-4556] How to Check if a Java Program Is Running in 64-Bit JVM or 32-Bit JVM

* [BAEL-4556]Added code and Junits for JVMBitVersion

* [BAEL-4556]Removed code and Junits for os.arch property to check JVMBitVersion

Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com>
2020-11-07 09:18:40 -06:00
psevestre 3dddb550b6 [BAEL-4204] JNA (#10113)
* [BAEL-4203] JNA

* [BAEL-4203] JNA
2020-10-01 13:13:15 -07:00