java - Switching JVM in Netbeans IDE -


i trying load video in jpanel using java swing framework. getting error .
cannot load 32-bit swt libraries on 64-bit jvm
tried finding 64-bit swt jars of links expired , not working.

some people said should install 32-bit jvm purpose. want know
" possible can switch jvm 32-bit ? , later can revert ?".

it save lot of time if possible. using windows 7, 64-bit , using 64-bit jvm.

you have 2 options

1) use 64 bit swt libraries.

2) use 32 bit jvm.

of course can switch 64 bit jvm 32 bit jvm out modifying java code .

java bytecode platform independent, assuming use platform independent libraries. 32

vs64 bit shouldn't matter.

but swt library have interact native system function ,so library platform dependent.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -