kstyrc / embedded-redis

Redis embedded server for Java integration testing
854 stars 371 forks source link

osArch for Windows 7 64 running on 32bits JVM #20

Closed pdorgambide closed 9 years ago

pdorgambide commented 9 years ago

The osArch returns "x86" on 64 bits Windows 7 when running on 32bits JVM. Beware when detecting 32 and 64 bit OS's in Java

kstyrc commented 9 years ago

Oh, thanks! I'll adress that in the next release.