This content has been marked as final.
Show 3 replies
-
1. Re: JBoss Memory Profiler w/64-bit Sun JVM on Windows
clebert.suconic May 9, 2007 10:45 AM (in response to rheim)You will have to recompile it for Windows... At the documentation there are instructions for how to compile it:
http://labs.jboss.com/jbossprofiler/doc/compiling.html -
2. Re: JBoss Memory Profiler w/64-bit Sun JVM on Windows
evanschnell May 9, 2007 7:01 PM (in response to rheim)I attempted to do this and it created a DLL which generated the same error.
I then added-m64
to the compile.sh file. This resulted in the error.../native-src/jbossAgent.cpp:1: sorry, unimplemented: 64-bit mode not compiled in
The gcc documentation at http://gcc.gnu.org/install/specific.html#x86-64-x-x seems to state that it does not support Windows(64-bit) -
3. Re: JBoss Memory Profiler w/64-bit Sun JVM on Windows
clebert.suconic May 9, 2007 7:08 PM (in response to rheim)I believe you or someone else would have to create a script using Visual C++ or SDK. I don't have access to a 64BIT windows now.
I'm not sure how this works on Windows.. but on Solaris for instance, I could still have a JVM 32 bit. Can you use a 32 Bit JVM as a test?
Or maybe you will have to look for another way to do it.