Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )

后端 未结 13 1492
深忆病人
深忆病人 2020-11-30 07:34

I\'m trying to debug this problem but not sure where exactly i need to replace SWT jar file for Eclipse.

Current System Config:

Ecl         


        
13条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 08:07

    I just replaced the swt.jar in my package with the 64bit version and it worked straight away. No need to recompile the whole package, just replace the swt.jar file and make sure your application manifest includes it.

提交回复
热议问题