This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Why native launchers are needed???
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 07, 2008
10:42 AM
Why native launchers are needed???
Why does IA provide specific build targets(Linux, Solaris, AIX, HPUX) when Generic Unix launcher option is available.Can't Generic Unix launcher serve the purpose on all Unix platforms.
The one difference I observe that with native(Linux, Solaris, AIX, HPUX) launcher we can bundle JVM whereas we cannot do it with Generic Unix launcher.
Please can someone answer this?
The one difference I observe that with native(Linux, Solaris, AIX, HPUX) launcher we can bundle JVM whereas we cannot do it with Generic Unix launcher.
Please can someone answer this?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2008
03:17 AM
I never used the Generic Launcher but I suspect this to be a jar file. In order to launch your application then one has to invoke java with the jar file and the main class as parameter right? Well, the great advantage of having native LaunchAnywheres is that it provides a handy shortcut for that, seeing the classpath for you, the additional parameters, and invoking the command line (which often can be huge). Isn't simpler on Windows to have a shortcut to an .exe that launches your application? Or even better, having registered your application extension (assuming that you have a proprietary data format) that when you click on the file it automatically opens it using your software?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 16, 2008
12:30 PM
I use the Generic Launcher to create install for SGI Irix systems. I am not sure about IA but in ISMP it created a .sh file for execution. I am hoping that it creates the same type of file in IA.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 19, 2008
11:51 AM
Both IA and ISMP build an sh file.
I believe the difference is that the native installers are executables where the generic unix is a script file.
I think this is a preference. If you are only building fro solaris and windows then why use a generic unix installer? What if you are installing on a unix/linux platform that doesn't have a binary launcher. It us up to you what you want
I believe the difference is that the native installers are executables where the generic unix is a script file.
I think this is a preference. If you are only building fro solaris and windows then why use a generic unix installer? What if you are installing on a unix/linux platform that doesn't have a binary launcher. It us up to you what you want