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: prepend classes/JAR files to the installer CLASSPATH
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
‎Apr 21, 2009
03:21 PM
prepend classes/JAR files to the installer CLASSPATH
Is there a way to prepend classes/JAR files to the installer CLASSPATH at run-time?
I have an existing installer. I like to run it with the new custom codes and plug-ins. Currently, I have to rebuild the installer everytime I change the custom code or plug-in.
I have an existing installer. I like to run it with the new custom codes and plug-ins. Currently, I have to rebuild the installer everytime I change the custom code or plug-in.
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2009
05:04 PM
taile1 wrote:
Is there a way to prepend classes/JAR files to the installer CLASSPATH at run-time?
I have an existing installer. I like to run it with the new custom codes and plug-ins. Currently, I have to rebuild the installer everytime I change the custom code or plug-in.
AFAIK it is supposed to work that way: each time you modify something in the installer behavior, be that custom code and / or plugins, you need to rebuild it.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2009
05:53 PM
I am not change the custom code or plug-in behavior.
For example, I fix a NullPointerException in my custom code and rebuild the Java classes/JAR. What I like to do is use the new Java classes/JAR with the existing installer to test my fix.
For example, I fix a NullPointerException in my custom code and rebuild the Java classes/JAR. What I like to do is use the new Java classes/JAR with the existing installer to test my fix.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 22, 2009
01:59 AM
Fixing a NPE is a change, so you have to rebuilt it (how much does it take?)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 22, 2009
03:57 PM
Installer build can take awhile because it has a lot files to process. When you are doing development work, this can be a drag.
In InstallShield MultiPlatform, user can pass in "-cp:p" argument to the installer launcher. This argument prepends to the installer Java VM $CLASSPATH. I wonder if InstallAnywhere has this similar feature.
In InstallShield MultiPlatform, user can pass in "-cp:p
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 28, 2009
12:39 AM
It would be really gr8 if there is some feature like .. allowing to add a jar to classpath.
Any idea .. how to do this?
Any idea .. how to do this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 29, 2009
02:09 AM
I'm facing the same issue.
This is really a feature that should be in such a software!!
X.
This is really a feature that should be in such a software!!
X.