<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Jlink application failed on Creo upgrade in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/152966#M1723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;I solved my problem by replacing the Jar file with the class files. Also went to m180 which also did not run the synchronous jar app but did with the class files. All my environment variables still point to m170 which does not exist now and app still works. I hoping this will not be a problem when I do an Asynchronous jlink app because I think this requires a jar file.&lt;/P&gt;&lt;P&gt;Not using PRO_JAVA_COMMAND in any environment. I am using Netbeans and Java 1.6.0.45.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your idea of a jlink to write environment variables sounds good.&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 13:49:03 GMT</pubDate>
    <dc:creator>pgalens</dc:creator>
    <dc:date>2015-09-25T13:49:03Z</dc:date>
    <item>
      <title>Jlink application failed on Creo upgrade</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/152964#M1721</link>
      <description>I am getting this error message when starting a&amp;nbsp; Jlink&amp;nbsp; application.‘Startup of application “gwl_rev_change” failed.’It was working on Creo2 m090 build but fails on creo2m170 buildThe jar file compiled with the m170 pfc.jar works with the m090 buildThis is the creotk.dat filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Thu, 03 May 2018 01:31:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/152964#M1721</guid>
      <dc:creator>pgalens</dc:creator>
      <dc:date>2018-05-03T01:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Jlink application failed on Creo upgrade</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/152965#M1722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When one of my JLink applications fails to start, it's usually a problem with the Java classpath. Do you have your CLASSPATH environment variable correctly defined on M170? Also, did you define PRO_JAVA_COMMAND differently in either environment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this reason, I found it very helpful to have a small JLink (or Toolkit) application to read all environment variables and write them to a file. My end users also have this program deployed, and we catch a lot of configuration issues with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The jar file compiled with the m170 pfc.jar works with the m090 build&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would expect the compiled Java code to be the same on either build, unless you're using a different Java compiler in each environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;|+|&amp;nbsp; M a r k&amp;nbsp; |+|&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 13:22:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/152965#M1722</guid>
      <dc:creator>MarkStallard</dc:creator>
      <dc:date>2015-09-25T13:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Jlink application failed on Creo upgrade</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/152966#M1723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;I solved my problem by replacing the Jar file with the class files. Also went to m180 which also did not run the synchronous jar app but did with the class files. All my environment variables still point to m170 which does not exist now and app still works. I hoping this will not be a problem when I do an Asynchronous jlink app because I think this requires a jar file.&lt;/P&gt;&lt;P&gt;Not using PRO_JAVA_COMMAND in any environment. I am using Netbeans and Java 1.6.0.45.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your idea of a jlink to write environment variables sounds good.&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 13:49:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/152966#M1723</guid>
      <dc:creator>pgalens</dc:creator>
      <dc:date>2015-09-25T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Jlink application failed on Creo upgrade</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/488484#M1724</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the same problem: the j-link application waors well on Creo Elements 5.0 but Creo 3.0 fails to run the same app while the jar-file is compiled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was not a problem so far I started using the third-party libs. In the Creo Elements 5.0 in works like a charm and all libs doing their job. But the Creo 3.0 doesn't load these jars at all. I've tried different ways to add the CLASSPATH (system variables, config.pro, protk.dat) with no success.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think the unzippig all the class-files from third-party jars is a correct solution. Is there another way to use axilary jar lib in creo 3?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 19:27:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/488484#M1724</guid>
      <dc:creator>nazar_ko</dc:creator>
      <dc:date>2017-10-25T19:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Jlink application failed on Creo upgrade</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/544103#M1725</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My problem was solved.&lt;/P&gt;
&lt;P&gt;The issue was the hard classpath to pfc.jar of the CreoElements 5.0. While the application runs over the pro5 environment - it goes so far so good.&lt;/P&gt;
&lt;P&gt;But under the Creo 3.0 there was a conflict: two different pfc.jar: the old one under hard classpath and other new one as automatically loaded by Creo3 itself.&lt;/P&gt;
&lt;P&gt;I removed the hard classpath to pfc.jar of the CreoE5.0 and all works well/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 11:39:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Jlink-application-failed-on-Creo-upgrade/m-p/544103#M1725</guid>
      <dc:creator>nazar_ko</dc:creator>
      <dc:date>2018-04-09T11:39:23Z</dc:date>
    </item>
  </channel>
</rss>

