Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] What package contains TCF agent?

Hi J.R.,

The agent binaries are not bundled with Eclipse plugins.
The easiest way to get the binaries is to build from the source code.
After building the agent, you can either start it manually or add it into org.eclipse.tcf.debug plugin as "agent/GNU/Linux/amd64/agent".
You can also build RPM (make rpm) and use it to install the agent as a service.

> I installed all of the TCF packages I found ...

For debugging, you only need to install TCF Debugger feature.

Regards,
Eugene

-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of J.R. Heisey
Sent: Thursday, January 18, 2018 1:57 PM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] What package contains TCF agent?

Where does the plugin expect to find the executable file for auto launch?

Running on CentOS Linux and Neon.3.
* I installed all of the TCF packages I found which went into my home folder.
* When I choose to automatically launch the local TCF agent it says it
cannot find the executable file.
* I searched the plugin folder and is not there.

Cannot start local TCF agent.
Cannot run program "agent/GNU/Linux/amd64/agent": error=2, No such
file or directory

* I downloaded the agent source and built it
* It runs from the command line and I can connect to it from eclipse
and debug my app fine.


Thanks,
J.R.
_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tcf-dev


Back to the top