Crash of windows compiles of java engines

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
beachknight
Posts: 3533
Joined: Tue Jan 09, 2007 8:33 pm
Location: Antalya, Turkey

Crash of windows compiles of java engines

Post by beachknight »

I have been getting following message after crash
when I try to run a windows compile of a java engine.

Code: Select all

JET Usage List, v 3.15
java/nio/charset/Charset$3.run()Ljava/lang/Object; 00000000000000100000000100000000
.default_classloader application
.locale_detected Cp1254
I have installed Excelsior Jet Compiler Eval Version.
Problems are still there.

What to do in this case?

OSs I have been using: XP Pro x64, Vista Ultimate x64,
W7 Ultimate Pro x64 (eval version)

TIA,
hi, merhaba, hallo HT
Volker Pittlik
Posts: 627
Joined: Wed Mar 08, 2006 9:10 pm
Location: Murten / Morat, Switzerland
Full name: Volker Pittlik

Re: Crash of windows compiles of java engines

Post by Volker Pittlik »

beachknight wrote:...

What to do in this case?

...
Did you notice a difference in speed when running the compilation instead of the java thing itself? I never did here so I simply save the disk space. :-)


vp
User avatar
Dr.Wael Deeb
Posts: 9773
Joined: Wed Mar 08, 2006 8:44 pm
Location: Amman,Jordan

Re: Crash of windows compiles of java engines

Post by Dr.Wael Deeb »

Volker Pittlik wrote:
beachknight wrote:...

What to do in this case?

...
Did you notice a difference in speed when running the compilation instead of the java thing itself? I never did here so I simply save the disk space. :-)


vp
Good one Volker :wink:
Dr.D
_No one can hit as hard as life.But it ain’t about how hard you can hit.It’s about how hard you can get hit and keep moving forward.How much you can take and keep moving forward….
User avatar
beachknight
Posts: 3533
Joined: Tue Jan 09, 2007 8:33 pm
Location: Antalya, Turkey

Re: Crash of windows compiles of java engines

Post by beachknight »

Volker Pittlik wrote:
beachknight wrote:...

What to do in this case?

...
Did you notice a difference in speed when running the compilation instead of the java thing itself? I never did here so I simply save the disk space. :-)


vp
Arguement or hypothesis was:

Windows compiles are much more faster than original java ones.

If I find an engine that I get both versions working on Arena 201,
I will try to compare the speed performance.

:(
hi, merhaba, hallo HT
Volker Pittlik
Posts: 627
Joined: Wed Mar 08, 2006 9:10 pm
Location: Murten / Morat, Switzerland
Full name: Volker Pittlik

Re: Crash of windows compiles of java engines

Post by Volker Pittlik »

beachknight wrote:...
Arguement or hypothesis was:

Windows compiles are much more faster than original java ones.

If I find an engine that I get both versions working on Arena 201,
I will try to compare the speed performance.

:(
I tried that. I didn't find anything. It may have been an issue with elder java versions.

vp
tmokonen
Posts: 1361
Joined: Sun Mar 12, 2006 6:46 pm
Location: Kelowna
Full name: Tony Mokonen

Re: Crash of windows compiles of java engines

Post by tmokonen »

beachknight wrote: Arguement or hypothesis was:

Windows compiles are much more faster than original java ones.

If I find an engine that I get both versions working on Arena 201,
I will try to compare the speed performance.

:(
The author of CuckooChess has stated that the JA compile of his program is faster than the native .jar file under Windows, but that under Linux the .jar file runs faster than the JA compile under Windows.

http://groups.google.ca/group/rec.games ... 7282fe85df
shiv
Posts: 351
Joined: Sat Apr 01, 2006 2:03 am

Re: Crash of windows compiles of java engines

Post by shiv »

It should be pointed out that Excelsior JET can create "native" compiles for linux as well, not only windows.

Regarding the error message, contact the support people at Excelsior JET. I contacted them before with problems on a different app and they found out the problem and asked me to upgrade the JET version and retry, which worked for me. Turned out there was a bug with an older JET version.
User avatar
beachknight
Posts: 3533
Joined: Tue Jan 09, 2007 8:33 pm
Location: Antalya, Turkey

Re: Crash of windows compiles of java engines

Post by beachknight »

shiv wrote:It should be pointed out that Excelsior JET can create "native" compiles for linux as well, not only windows.

Regarding the error message, contact the support people at Excelsior JET. I contacted them before with problems on a different app and they found out the problem and asked me to upgrade the JET version and retry, which worked for me. Turned out there was a bug with an older JET version.
Thanks.

My problem now is that I could not get them working, because they crash.

As I have downloaded the latest version (eval) of the compiler,
making windows execs will be the next thing I'll try. I'll report further,
if I make progress on this matter.
hi, merhaba, hallo HT
shiv
Posts: 351
Joined: Sat Apr 01, 2006 2:03 am

Re: Crash of windows compiles of java engines

Post by shiv »

Try to compile a simple hello world program and see if it works. I believe JET first compiles the JDK into "native code". If that worked fine, then a hello world program should compile fine as well.