PowerDesigner Reverse engineering could not Initialize Javavm!__java

Source: Internet
Author: User
Tags powerdesigner

The original project of a large number of tables, using PowerDesigner for reverse engineering. Tip Could not Initialize javavm!


Find the reason on the Internet, PowerDesigner can not use 64-bit JDK environment.


There is a way to not modify an environment variable

In the PowerDesigner directory, create a startup batch, such as: Startup.bat, where Java_home and CLASSPATH are configured, as shown in the following example:

Set Java_home=c:\program files (x86) \java\jdk1.8.0_31
Set CLASSPATH = C:\Program files (x86) \sybase\powerdesigner 16\mysql-connector-java-5.1.25.jar
Pdshell16.exe
Note: The advantage is that there is no need to change the system environment variable in the control Panel, the disadvantage is that it needs to be started in the PowerDesigner directory.


Start Startup.bat, and the following command box appears


Again test conection, the following content appears

Setup was successful.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.