| Author |
64bit and 32 bit
|
Wendy Gibbons
Bartender
Joined: Oct 21, 2008
Posts: 1098
|
|
sorry I didn't know where to put this:
I am writing an eclipse plugin to talk to vss. I have been told that because VSS (VIA COM not webservices) is 32 bit, I will have to write it as an eclipse 32 bit plugin.
Is this true?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
Unless you have to use native code you don't have to worry about 32-bit or 64-bit. Java code doesn't care about this. If you need to use native code then yes, you need to compile your native code to a 32-bit library if you want to use it with 32-bit JVMs,a dn compile it to a 64-bit library if you want to use it with 64-bit JVMs.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: 64bit and 32 bit
|
|
|