0

I am trying to install Oracle SOA suite. http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html

So, now when I go to my location where I have my JDK and run the following command http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html I get the following error: enter image description here

It says could not create java virtual machine and then gives the following error

"Error occurred during initialization of VM Could not reserve enough space for object heap"

I am new to this software. Please help

Somu
  • 601
  • 11
  • 22

1 Answers1

2

Seems that your JDK is under a path that includes a space (Program Files). Move the JDK to be in a path that doesn't have spaces and try again.

Shay Shmeltzer
  • 3,693
  • 1
  • 13
  • 9
  • Thanks Shay. I however figured out it was taking in JDK for 32 bit rather than then 64 bits. So changing that solved the problem. – Somu Mar 09 '15 at 01:11