On 11.06.2013 11:52, Rahkonen Jukka wrote:
> Hi,
> 
> I was willing to understand what goes wrong with your script, therefore "echo 
> on".
> 
> This is the console message but I thing you have seen it already:
> 
> C:\ohjelmat\OJ_163\OpenJUMP-20130610-r3587-PLUS\bin>oj_windows
> Warning: No java interpreter found in path.
> Retry using Wow64 filesystem [32bit environment] redirection.
> Using 'java' found in 'c:\Windows\System32\'
> java version "1.7.0_21"; Java(TM) SE Runtime Environment (build 
> 1.7.0_21-b11); Java HotSpot(TM) Clie
> nt VM (build 23.21-b01 mixed mode sharing)

SNIP

> ---Detect maximum memory limit---
> set Xmx to 1024M (32 bit jre maximum)
> ---Start OJ---
> Error occurred during initialization of VM
> Could not reserve enough space for object heap
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> 
> The script assumes it has found java from windows\system32 
>       "Using 'java' found in 'c:\Windows\System32\'"
> However, there is no java in that directory.
> 

ok. first please answer inline or below. that makes quoting so much easier.
http://en.wikipedia.org/wiki/Posting_style#Choosing_the_proper_posting_style

wrt. to the "wrong" java binary. there is, but only using as the script says 
above Wow64.
http://en.wikipedia.org/wiki/WoW64

32bit dll's on win64 are despite the name located in C:\Windows\SysWOW64, while 
64bit dlls reside in C:\Windows\System32 . ok, right system files in general, 
not only libraries.

because these folders are always in the execute PATH newer java installers 
place binaries in these folders which in turn find their counterpart under 
Programs\ and run that.

ergo, the java is correct. the error says 

"
> Error occurred during initialization of VM
> Could not reserve enough space for object heap
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
"

so, as asked before ;) 
A. how much memory have you built-in and free.
B. does that also happen when the system is started afresh?

..ede

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to