Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,
I like to write a .class file that I can execute (as an expression) in the workflow.
I am using NetBeans to write the java class.
I need to import the wt.method.RemoteMethodServer class but can't find the jar lib file containing this.
Does Windchill out of the box commes with all librairies or must I get it from somewhere else ?
Best regards,
Bernard
Hi Bernard,
everythng you need come's with windchill installation. You should try application like Java Class Finder it will make programming easier. wt.method.RemoteMethodServer can be found in:
No.1
In file: C:\ptc\Windchill_9.1\Windchill\codebase\contentFCS.jar
Class name: wt/method/RemoteMethodServer.class
No.2
In file: C:\ptc\Windchill_9.1\Windchill\codebase\ptcCoreFCS.jar
Class name: wt/method/RemoteMethodServer.class
No.3
In file: C:\ptc\Windchill_9.1\Windchill\codebase\wt\method\RemoteMethodServer.class
Class name: C:\ptc\Windchill_9.1\Windchill\codebase\wt\method\RemoteMethodServer.class
No.4
In file: C:\ptc\Windchill_9.1\Windchill\codebase\wtBootInstFCS.jar
Class name: wt/method/RemoteMethodServer.class
No.5
In file: C:\ptc\Windchill_9.1\Windchill\codebase\wtMemMonitor.jar
Class name: wt/method/RemoteMethodServer.class
No.6
In file: C:\ptc\Windchill_9.1\Windchill\srclib\wnc\Foundation.jar
Class name: wt/method/RemoteMethodServer.class
Best regards,
Nenad
In Reply to Bernard Wielfaert:
Hi,
I like to write a .class file that I can execute (as an expression) in the workflow.
I am using NetBeans to write the java class.
I need to import the wt.method.RemoteMethodServer class but can't find the jar lib file containing this.
Does Windchill out of the box commes with all librairies or must I get it from somewhere else ?Best regards,
Bernard