- extract the setup files (version 101202) downloaded from otn.
- right click the install\setup.exe property, set compatibility to Windows XP SP2
- edit the virtual memory size to custom size from 1024m to 8000m, restart it
- run the install\setup.exe
Showing posts with label 64bit. Show all posts
Showing posts with label 64bit. Show all posts
Wednesday, January 05, 2011
Install Oracle Developer Suite 10g on Windows 7 (64bit)
Recently, I got a task to install Oracle Developer Suite on Windows 7(64bit), but there seems lots of hassles to achieve this goal. There is a thread on Oracle forum on that topic. Here I log what I did to get it installed on my Windows 7(64bit) with 8G RAM.
Monday, January 14, 2008
Creating platform specific apps for .Net development
Creating platform specific apps
Most of the language compilers (like C#) now offer a /platform switch. By using this switch, developers can create binaries targeted for a specific platform type or binaries that are platform agnostic. There are four types of binaries that are emitted
· anycpu – platform agnostic
· x86 – 32-bit platform specific
· x64 – x64 platform specific
Please refer to Moving from 32-bit to 64-bit application development on .NET Framework.
How to view the corflags(ILONLY, 32BitRequired etc.) of a PE image?
corflags.exe Core32.dll
Subscribe to:
Posts (Atom)
Full Guide for using Bitnami Prometheus Operator Helm Chart with Additional Scrape Configuration
"The Prometheus Operator for Kubernetes provides easy monitoring definitions for Kubernetes services and deployment and management of...
-
After some digging, finally I got android market working on Android emulator 2.2 running on Windows Vista. Here is the steps,: Start SDK Set...
-
Thingsboard is a fantastic open source IoT data gathering and visualization platform. I was trying to setup the local development mode for ...
-
Even though there are documentations on how to setup and use JMeter JMS publisher sampler, it seems all of them are either inaccurate or out...