On 05/24/2016 12:01 AM, Robert Clove wrote:
> Can u provide the pseudo code for the same
I think you'll be disappointed. What you want to do is a simple,
three-step affair in pseudocode:
download the jnlp file
launch javaws to run the jnlp file
delete jnlp file
That *is* the pseudo code in its
Can u provide the pseudo code for the same
On Fri, May 20, 2016 at 9:06 PM, Michael Torrie wrote:
> On 05/20/2016 01:30 AM, Robert Clove wrote:
> > Hi,
> >
> > Can someone give me pseudo code to download and JNLP file from a URL and
> > run it?
> >
> > Looks like a advance concept in python
>
>
On 05/20/2016 01:30 AM, Robert Clove wrote:
> Hi,
>
> Can someone give me pseudo code to download and JNLP file from a URL and
> run it?
>
> Looks like a advance concept in python
You could use the urllib module to download the file, then use the
subprocess module to spawn the javaws executable
Hi,
Can someone give me pseudo code to download and JNLP file from a URL and
run it?
Looks like a advance concept in python
Regards
--
https://mail.python.org/mailman/listinfo/python-list