• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Program to install and uninstall an application in a remote machine

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

Did anybody have an idea regarding how to install and uninstall an application/exe from a java program?

Installation may be done in a local or remote machine?


Thanks in Advance
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
as far as I know installation in windows consists putting application file in some paths,
putting some shortcuts on the desktop,etc and
writing some entries in the registry.
I think you'll have problems only in the 3rd part , maybe you should use a native method
 
udhaya kanagaraj
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Thanks for your reply.

I want to know any package is available in java used for installation process ....


I have to do installation process in linux machine. so through SSH command we can done. But i dont know the cleaqr idea.

Can anyone help me on this.

Thanks.
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by udhaya kanagaraj:

I have to do installation process in linux machine. so through SSH command we can done. But i dont know the cleaqr idea.



If you are working within well known linux environment (let's say within particular distribution) it would be the best to use it's packaging system.

If you are working with RPM related system you can use ant for building RPMs (you are still dependent on a software thou).

This way you will keep your system tidy - by using packages.

Hope this helps
 
passwords must contain 14 characters, a number, punctuation, a small bird, a bit of cheese and a tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic