aspose file tools
The moose likes Java in General and the fly likes 64bit and 32 bit Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "64bit and 32 bit" Watch "64bit and 32 bit" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: 64bit and 32 bit
 
Similar Threads
WSAD and VSS Compatibility
IntelliJ and VSS
Not able to Configure VSS from Eclipse 3.3.1
Eclipse 3.0.1+ VSS PlugIn options
WSAD to VSS mapping: 80020009 :Invalid DOS Path