Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » RCPTT : ECL command to get the product install path(RCPTT : ECL command to get the product install path)
RCPTT : ECL command to get the product install path [message #1823011] Wed, 18 March 2020 06:43 Go to next message
karthik krishnamoorthy is currently offline karthik krishnamoorthyFriend
Messages: 17
Registered: May 2016
Junior Member

There is a use case in my application that some file will downloaded in the product installed path . I need to check those files are downloaded from the remote . so i need to get the product install path (not workspace)

I need to get Platform.getInstallLocation().getURL().getPath()
Re: RCPTT : ECL command to get the product install path [message #1824133 is a reply to message #1823011] Wed, 08 April 2020 12:01 Go to previous message
Hic Lab is currently offline Hic LabFriend
Messages: 4
Registered: April 2020
Junior Member
Since RCPTT does not provide a standard ECL command to return the AUT location, you will need to create your own custom ECL command. This command will invoke Platform.getInstallLocation().getURL() and return the corresponding uri as a string.
Previous Topic:RCPTT runner runs out of SWT handles and GC overhead limit is exceeded
Next Topic:Core Exception Failed to process
Goto Forum:
  


Current Time: Sat May 04 04:08:02 GMT 2024

Powered by FUDForum. Page generated in 0.03406 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top