Results 1 to 8 of 8
- 11-06-2012, 06:52 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 22
- Rep Power
- 0
Open a link in an External Application using Java
Hi
I have one Third party application .exe file, I need to open and there is a link which i need to open and read the contents from that link..
Link means its not a URL, when we click that link it will open a window which tells status of those particulars
Pls revrt me
- 11-06-2012, 08:44 PM #2
Re: Open a link in an External Application using Java
I don't understand your question - it is a link or it isn't? A link implies that it is a URL, in which case this would all be in the browser?
Could you define what you mean by 'link'?
- 11-07-2012, 07:16 AM #3
Member
- Join Date
- Feb 2011
- Posts
- 22
- Rep Power
- 0
Re: Open a link in an External Application using Java
actually its not a link, its a application, the programme has to go to that application and i have to click on to the search button ( which is located down in that application)
- 11-07-2012, 03:42 PM #4
Re: Open a link in an External Application using Java
So you can launch apps with java using native commands, and you can even click buttons using the Robot class, but unless the app spits out some kind of file you can read, or has a public API for interfacing with it, you will be hard pressed to actually get the results of any actions it takes into java.
- 11-21-2012, 11:48 AM #5
Member
- Join Date
- Feb 2011
- Posts
- 22
- Rep Power
- 0
Re: Open a link in an External Application using Java
Thanks for the support... helped me a lot..
Just a small query.--i have copied using Control C using robot class and It has to pasted into one string-
How shall i do paste into a string (using Ctrl+v)
- 11-21-2012, 02:18 PM #6
Re: Open a link in an External Application using Java
Java: get pure text from clipboard - Stack Overflow
That might help!
- 11-24-2012, 06:39 PM #7
Member
- Join Date
- Feb 2011
- Posts
- 22
- Rep Power
- 0
Re: Open a link in an External Application using Java
i have tried but doesnt succeed pls support !!
- 11-24-2012, 07:05 PM #8
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,421
- Blog Entries
- 7
- Rep Power
- 17
Re: Open a link in an External Application using Java
When people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
how to open class(jpanel) from external jar?
By skadron_alfa in forum New To JavaReplies: 3Last Post: 01-15-2012, 05:41 AM -
Open external file with external program
By Wietse de Vries in forum New To JavaReplies: 1Last Post: 12-31-2011, 04:52 PM -
how to open a link using java
By mahdy_m_s in forum AWT / SwingReplies: 1Last Post: 11-17-2010, 04:27 PM -
Java application to inlude a link
By dbashby in forum New To JavaReplies: 18Last Post: 04-28-2009, 02:08 PM -
Link an external compiler to the eclipse environment throw the console in eclispe
By adolf111 in forum EclipseReplies: 1Last Post: 12-13-2008, 01:24 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks