On 7/21/07, srikanth kshatriy <srikanth.kshatriy at gmail.com> wrote: > Hi All, > > > My project is in .jar file. And am executing it through the command "java > -jar proj.jar". > I want to create a install wrapper for it. > > Can anybody help me?? >
See http://www.java-source.net/open-source/installer-generators Do you intend to package your app for Linux/Solaris desktops ? Then reading up on packaging for Gnome, KDE, XFCE etc might help. I think you'd have to focus on setting up desktop shortcuts (and I'm not a guru at that). Alternatively, simply provide some shellscript/batch file. See the Tomcat startup scripts at http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/bin/ for more information. > > Thanks, > Srikanth. > _______________________________________________ > ug-bosug mailing list > List-Unsubscribe: > mailto:ug-bosug-unsubscribe at opensolaris.org > List-Owner: mailto:ug-bosug-owner at opensolaris.org > List-Archives: > http://www.opensolaris.org/jive/forum.jspa?forumID=54 >