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. :)