Developing Teamcenter RAC with eclipse

Source: Internet
Author: User

Outsourcing of the RAC program is always error, resulting in the test can not go down. Bug fix response is too slow, using JAD to see the code is not very complicated, decided to debug themselves. The development of Teamcenter RAC in an eclipse environment is typically done with eclipse, with some configuration on the line, and a note for backup.

    1. Download and install the Java x64, and configure the Java_home path.
    2. Download and unzip the eclipse EE x86_64.
    3. Configure the Eclipse target platform: Preference-Plug-in development-->target Platform-ADD, set the installation path for Teamcenter in Locations tab, such as "C:\Siemens\Teamcenter9\portal".
    4. Configure Eclipse Run Configuration: Add an item under Debug configurations-->eclipse application.
    5. Sets the startup batch file. Some settings are the same in a run configuration and are set in a batch file, and are easier to write in batch processing. The contents of the batch file are as follows:
SetTc_root=c:\siemens\Teamcenter9Setfms_home=%tc_root%\TCCsSettpr=%tc_root%\PortalSetClasspath=%tpr%Set PATH=%fms_home%\bin;%fms_home%\lib;%tpr%;%PATH%Setjava_home=d:\java\jdk1.7.0_25SetJre_home=d:\java\jre7Start"TAO ImR"/mincmd/C "C:\Siemens\Teamcenter9\iiopservers\start_imr.bat"D:\PROGRAMS\ECLIPSE\ECLIPSE.EXE-VM%JAVA_HOME%\BIN\JAVAW

At this point, you can debug the RAC program in Eclipse, in fact, and the general Java program is not much different, mainly to set some environment variables and target platform information.

Developing Teamcenter RAC with eclipse

Related Article

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.