Discussion:
Error: Could not initialize JavaVM!
(too old to reply)
unknown
2008-07-01 11:52:21 UTC
Permalink
I use PowerDesigner 12.5 Enterprise Evaluation.
- PowerDesigner Studio 12.5.0.2169 Enterprise Evaluation
- as Standalone
- Windows XP Prof.
- Java jdk 1.6

I want connect to mysql via jdbc.
I get the error: Could not Initialize JavaVM!
I have corrct settings under: Tools > General Options... >
Variables (JAR, JAVA, JAVAC, JAVADOC).
The values of this variables are correct.
M***@gmail.com
2008-07-09 06:43:25 UTC
Permalink
Post by unknown
I use PowerDesigner 12.5 Enterprise Evaluation.
- PowerDesigner Studio 12.5.0.2169 Enterprise Evaluation
- as Standalone
- Windows XP Prof.
- Java jdk 1.6
I want connect to mysql via jdbc.
I get the error: Could not Initialize JavaVM!
I have corrct settings under: Tools > General Options... >
Variables (JAR, JAVA, JAVAC, JAVADOC).
The values of this variables are correct.
I have the exactly same problem as you,and i query the whole web and
could not find any proper solution.
Richard Pokorny
2008-07-09 11:25:38 UTC
Permalink
Hello,
I found that in Path Variable must be also path to jvm.dll file - e.g
C:\sybase\_jvm\bin\client
I hope this helps.
Richard Pokorny
Post by unknown
I use PowerDesigner 12.5 Enterprise Evaluation.
- PowerDesigner Studio 12.5.0.2169 Enterprise Evaluation
- as Standalone
- Windows XP Prof.
- Java jdk 1.6
I want connect to mysql via jdbc.
I get the error: Could not Initialize JavaVM!
I have corrct settings under: Tools > General Options... >
Variables (JAR, JAVA, JAVAC, JAVADOC).
The values of this variables are correct.
I have the exactly same problem as you,and i query the whole web and
could not find any proper solution.
o***@gmail.com
2012-03-17 17:05:41 UTC
Permalink
Post by Richard Pokorny
Hello,
I found that in Path Variable must be also path to jvm.dll file - e.g
C:\sybase\_jvm\bin\client
I hope this helps.
Richard Pokorny
Post by unknown
I use PowerDesigner 12.5 Enterprise Evaluation.
- PowerDesigner Studio 12.5.0.2169 Enterprise Evaluation
- as Standalone
- Windows XP Prof.
- Java jdk 1.6
I want connect to mysql via jdbc.
I get the error: Could not Initialize JavaVM!
I have corrct settings under: Tools > General Options... >
Variables (JAR, JAVA, JAVAC, JAVADOC).
The values of this variables are correct.
I have the exactly same problem as you,and i query the whole web and
could not find any proper solution.
i dont know where to configure that
unknown
2009-09-05 13:37:48 UTC
Permalink
Post by unknown
I use PowerDesigner 12.5 Enterprise Evaluation.
- PowerDesigner Studio 12.5.0.2169 Enterprise Evaluation
- as Standalone
- Windows XP Prof.
- Java jdk 1.6
I want connect to mysql via jdbc.
I get the error: Could not Initialize JavaVM!
I have corrct settings under: Tools > General Options... >
Variables (JAR, JAVA, JAVAC, JAVADOC).
The values of this variables are correct.
unknown
2010-01-13 06:33:11 UTC
Permalink
Post by unknown
I use PowerDesigner 12.5 Enterprise Evaluation.
- PowerDesigner Studio 12.5.0.2169 Enterprise Evaluation
- as Standalone
- Windows XP Prof.
- Java jdk 1.6
I want connect to mysql via jdbc.
I get the error: Could not Initialize JavaVM!
I have corrct settings under: Tools > General Options... >
Variables (JAR, JAVA, JAVAC, JAVADOC).
The values of this variables are correct.
l***@gmail.com
2012-06-28 13:21:00 UTC
Permalink
Post by unknown
I use PowerDesigner 12.5 Enterprise Evaluation.
- PowerDesigner Studio 12.5.0.2169 Enterprise Evaluation
- as Standalone
- Windows XP Prof.
- Java jdk 1.6
I want connect to mysql via jdbc.
I get the error: Could not Initialize JavaVM!
I have corrct settings under: Tools > General Options... >
Variables (JAR, JAVA, JAVAC, JAVADOC).
The values of this variables are correct.
I have the same problem, can you sent the solution?

Thanks
Abbas Gussenov
2012-07-28 11:05:38 UTC
Permalink
Post by unknown
I use PowerDesigner 12.5 Enterprise Evaluation.
- PowerDesigner Studio 12.5.0.2169 Enterprise Evaluation
- as Standalone
- Windows XP Prof.
- Java jdk 1.6
I want connect to mysql via jdbc.
I get the error: Could not Initialize JavaVM!
I have corrct settings under: Tools > General Options... >
Variables (JAR, JAVA, JAVAC, JAVADOC).
The values of this variables are correct.
I have the exact same problem with:
- PowerDesigner 16.0.0.3488.
- Microsoft Windows 7
- jdk1.6.0_25
Any solution?
h***@gmail.com
2012-11-02 12:40:26 UTC
Permalink
Recently I had problem with running database reverse engineering via
JDBC. PowerDesigner reported "Could not initialize JavaVM!" problem.
OS: Windows7 64bit
PowerDesigner version: 12.5, 15.3

Solution: It appears that PowerDesigner requires 32bit JRE!!!
1) In menu Tools > General Options > Variables set variable JAVA to location of your java.exe (e.g. c:\java\jre6\bin\java.exe)
2) Add path to file jvm.dll to you PATH system variable (e.g. c:\java
\jre6\bin\client)
3) Create system variable CLASSPATH (if not exists) and add JDBC driver
for your database with full path into it (e.g. c:\drivers\jdbc\ojdbc14.jar)
Loading...