Thank you.
Indeed I did a search but couldn't find a right approach.
Jython! Yes.. It supports to call jar file.
As you said... Application support team has to modify few things on
application side where object creation should be public rather protected
On 31 Jan 2018 7:12 am, "Steven D'Aprano"
On Tue, 30 Jan 2018 16:00:43 +0530, Prahallad Achar wrote:
> Luckily application supports headless automation now question is how to
> invoke those jar using python.
I can see two approaches:
(1) Calling the jar directly from Python.
I don't think you can do that from CPython, but you might be
Luckily application supports headless automation now question is how to
> invoke those jar using python.
On 29 Jan 2018 10:45 pm, "Prahallad Achar" wrote:
Thanks for the kind response.
Sure.. Definitely I shall ask development team for the same.
Regards
Prahallad
On 29 Jan 2018 7:48 pm, "Steve
Thanks for the kind response.
Sure.. Definitely I shall ask development team for the same.
Regards
Prahallad
On 29 Jan 2018 7:48 pm, "Steven D'Aprano" <
steve+comp.lang.pyt...@pearwood.info> wrote:
> On Mon, 29 Jan 2018 17:50:46 +0530, Prahallad Achar wrote:
>
> > No.. Not at all.
> >
> > Its CT
On Mon, 29 Jan 2018 17:50:46 +0530, Prahallad Achar wrote:
> No.. Not at all.
>
> Its CTP application.. Which is basically transport planner for networks
If you want to know whether CTP can be run headless, you should ask the
CTP support team or software maintainer, not Python forums.
Do you h
No.. Not at all.
Its CTP application.. Which is basically transport planner for networks
On 29 Jan 2018 5:38 pm, "Steven D'Aprano" <
steve+comp.lang.pyt...@pearwood.info> wrote:
> On Mon, 29 Jan 2018 16:23:23 +0530, Prahallad Achar wrote:
>
> > Hello friends,
> >
> > There is an desktop applicat
On Mon, 29 Jan 2018 16:23:23 +0530, Prahallad Achar wrote:
> Hello friends,
>
> There is an desktop application which runs on Windows and written in
> java
[...]
> Is there a way to run this automation without launching the application
> (headless)
Is the name of the application a secret?
--