8 Commits

Author SHA1 Message Date
johnA1331
b113c42902 Update README.md 2022-02-23 19:19:46 +08:00
Maciej Główka
13a7a1d7eb BAEL-4234: example of JNI registerNatives() method (#11745)
* BAEL-4234: example of JNI registerNatives() method

* fixed formatting in the cpp file

* removed camelcase in test package name
2022-02-19 09:49:07 +05:30
sampadawagde
753434526a JAVA-5223: Fix formatting of POMs (Part 7) 2021-05-08 13:11:36 +05:30
Loredana Crusoveanu
e62e713393 fix string comparison 2020-12-03 14:18:15 +02:00
johnA1331
7e354390a3 Update README.md 2020-11-11 21:19:54 +08: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
johnA1331
b1cdcff9c1 Update README.md 2020-10-07 17:17:12 +08:00
psevestre
3dddb550b6 [BAEL-4204] JNA (#10113)
* [BAEL-4203] JNA

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