|
Hi:
This question is about 64-bit Java apps in general, although I came upon it because of working with Netbeans/Eclipse. I'm using a 64-bit processor with a 64-bit OS (Windows 7). I wanted to run Netbeans/Eclipse with more than 4GB of heap memory (i....
Started by red.october on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
However, I think the main reason why you can't find a 64 bit netbeans is that it is 100% pure java... .
I am not up to date with what you can get for Windows so I will let someone else answer that .
Yes, you will need a 64 bit JVM to utilize all your memory .
|
|
I was searching for a free 64-bit antivirus, since I read somewhere here on SU that its much better for 64-bit systems than the 32-bit version, I have only found 32-bit versions with 64-bit OS support.
Could you point me a free 64-bit antivirus for Windows...
Started by Jader Dias on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
As for anti viruse.
Word on the street is that the 64-bit edition of Photoshop is 8-12% faster.
You can see some numbers if you scroll to the bottom here .
Photoshop performs better in a 64-bit system.
|
|
Is there a version of 64-bit Boost library for VS2008 ? Or do I have to compile one myself? if, so, does anyone have experience with it?
Started by ra170 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As I recall, there were a couple of minor issues from Boost Jam getting answer, here are my build notes for having VS... .
I've built the normal Boost distribution with the Microsoft 64-bit compiler.
There's no special version for 64-bit code.
|
Ask your Facebook Friends
|
We run the 32-bit Sun Java 5 JVM on 64-bit Linux 2.6 servers, but apparently this limits our maximum memory per process to 2GB. So it's been proposed that we upgrade to the 64-bit JVM's to remove the restriction. We currently run multiple JVM's (Tomcat...
Started by jcrossley3 on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
We use a 64-bit JVM.
Out; my guess is worst case GC latency will be longer with the larger heap sizes .
I expected there would be some issues with running the 64-bit JVM But really there have not been.
|
|
Every time i run windows 7 set up i get the following compatibility report:
The following issues are preventing Windows from upgrading. Cancel the upgrade, complete each task, and then restart the upgrade to continue.
You can’t upgrade 64-bit Windows ...
Started by alex on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Windows_7_ultimate_x86_dvd_x15-65921.iso Also, there is a 700Meg difference in size, 64-bit is 3,075.30MB where.
|
|
I have a US Robotics v.Everything modem that I occasionally used for fax and Internet dial-in backup access. However, that modem connected to my previous PC using a plain RS-232 9-pin serial port. My new computer doesn't have such a vintage serial port...
Started by Chris W. Rea on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
We used something that works like this , just not that particular model... .
At my previous job we often had to deal with console ports on networking equipment, meaning we had to have access to a serial port even though our current laptops didn't have one .
|
|
I currently use the following function to register a dll that handles context menu calls.
function RegisterLibrary(szLibrary: String): Integer; var hLib: THandle; drs: TDllRegisterServer; begin // Attempt to load the library hLib := LoadLibrary(PChar(...
Started by smartins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You will have to use a 64 bit process to perform the registration, as the 32 bit Delphi program can't load a 64 bit DLL... .
You would have to go with calling a 64 bits process that registers the dll for you .
No, a 32 bits process can not load a 64 bit dll .
|
|
I'm running windows server 2008 64, but all open-source stuff (mysql, ruby, python, R) is either not that well-tested or has problems. And of course, if you have to compile packages, you are on your own.
I guess it's obvious that FOSS will run better ...
Answer Snippets (Read the full thread at serverfault):
Spend....
Use the tool that works best for the task at hand .
Overall answer: Each OS + Hardware platform has its strengths and weaknesses .
We might need a tag "religious war" hehehe
Do you just need access to the RAM? A PAE kernel might fit the bill (Linux) .
|
|
I'm struggling with a problem of how to determine the location of 64-bit Program Files directory on 64-bit Windows Vista from a 32-bit application.
Calls to SHGetKnownFolderPath( FOLDERID_ProgramFilesX64 ) do not return anything. MSDN website also states...
Started by Karen Gabrielyan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can.
This is because Wow64 emulation is in effect.
Application will not work on a 64-bit operating system.
|
|
Hi, I'm wondering if I can still develop 32-bit apps using a 64-bit machine (64-bit Windows Vista with Visual Studio 2008 SP1)? Because I am planning to buy a laptop with 64-bit Vista. Im asking just to make sure. Thanks!
Started by jerbersoft on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Unless you specify you wish you use Studio uses the 32-bit cross compiler... .
64-bit Windows runs 32-bit Visual Studio just fine.
64-bit vista will run 32-bit executables, so if you have a 32-bit compiler, it will still work or 64 bit.
|