Cevelop / Issues

The official issue tracker for Cevelop.
9 stars 1 forks source link

cevelop does not start #84

Open StefanWoe opened 5 years ago

StefanWoe commented 5 years ago

I downloaded cevelop today ist does not start. Windows 10 x64, java installed and updated recently.

D:_INOUT\RECEIVE\cevelop-1.10.1>java -version java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) Client VM (build 25.121-b13, mixed mode)

cevelop.exe cevelop-fails

What is the problem here?

PeterSommerlad commented 5 years ago

Our people will be back in the office Monday 7th. But a wild guess is your Java version is too old or too new or there is a mismatch 32/64 bit.

Could it be that your jvm is 32 bit ?

tcorbat commented 5 years ago

Cevelop is compatible with Java 8, therefore you have a suitable version. However, as Peter already said the "bitness" of the versions must match. Have you checked that all components have the same? Windows <-> JVM <-> Cevelop? Most likely all have to be 64bit.

Stautob commented 5 years ago

The latest release of Eclipse 4.10 (2018-12), removes support for 32-bit platforms. See [https://bugs.eclipse.org/bugs/show_bug.cgi?id=536766]() for details.