0

I'm using SWT jar in the application and launching my application using JNLP, the problem here is I need to load SWT jar dynamically based on JRE bits(32 or 64 bit).

Is there any way to load jars based on JRE bits.

Tried this solution but it didn't solve my problem

Thanks in advance. :)

Mahipal Reddy
  • 389
  • 6
  • 20
  • Possible duplicate of [How to distinguish 32 bit from 64 bit java version in jnlp files](https://stackoverflow.com/questions/14643992/how-to-distinguish-32-bit-from-64-bit-java-version-in-jnlp-files) – Turtle Aug 09 '17 at 14:19
  • Thanks for the response. I had tried that solution, but that didn't solve my problem. I need JRE bits not OS bit version. – Mahipal Reddy Aug 09 '17 at 14:27
  • Very well, that's why it was a "possible duplicate" ^^ You should add the difference in your quesiton I think. – Turtle Aug 09 '17 at 14:33

0 Answers0