cancel
Showing results for 
Search instead for 
Did you mean: 

DBstudio JVM exit code -1

Former Member
0 Kudos

Hello,

I'm just installed dbstudio on Windows 2008 R2 server and when I execute it, i get this error:

I´ve installed java 7 update 51.

I´ve read several threads but I can't get a solution. Have I to install and jsdk version? Any suggestion?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

thorsten_zielke
Contributor
0 Kudos

Hi,

your screenshot shows that you are trying to start the 64 bit version of Database Studio with (likely) a 32 Java version, at least the java path points to "\Program Files (x86)\...". This is the default Microsoft directory for 32 bit appliactions.

However, Datbase studio 64 bit does need a 64 bit Java version, which either is not installed or could not be located:


If you do have a 64 bit Java installed and still cannot start Database Studio, try to start by specifying the path to Java 64 bit like e.g:

"dbstudio.exe  -vm "C:/Program Files/Java/jre7/bin"


Thorsten

Former Member
0 Kudos

Hello Thorsten,

I´ve executed the dbstudio with the path and I get the same error. After I´ve tried with this

dbstudio.exe -vm "C:\Program Files (x86)\Java\jre7\bin\javaw.exe"  then I don't the message error, but the application doesn't start....

I've installed the jre 64 bits and it works.

Thanks

Answers (0)