Tagged Questions
37
votes
16answers
7k views
What's the best way to distribute Java applications?
Java is one of my programming languages of choice. I always run into the problem though of distributing my application to end-users.
Giving a user a JAR is not always as user friendly as I would ...
20
votes
4answers
73k views
Java JRE 64-bit download for Windows?
I'm working on a web site project with a Java component and am currently testing for cross-browser compatibility. Most is fine but the Java part won't load on 64-bit browsers. Looks like I need a ...
14
votes
9answers
6k views
What are good InstallAnywhere replacements for installing a Java EE application?
Which (commercial or free) installer tool would you recommend to replace InstallAnywhere as the installer for a Java EE application? What do you specifically like about it, and what are its downsides?
...
11
votes
9answers
3k views
What is the best installation tool for java?
Depends on your experience could you recommend something?
I've use izpack, and it's very nice tool, is there any other, better tool?
10
votes
7answers
2k views
Java Application Installers
I'm not looking for java-web-start, I'm looking for a thick-client application installation toolkit. I've got a stand-alone application that consists of several files (jar files, data files, etc) and ...
8
votes
6answers
982 views
Installer generator written in Java?
I'm looking for a free cross-platform installer generator that is fully Java-driven (meaning workflow and plugins are written in Java). Ideally the installer should download the JRE on-demand instead ...
7
votes
5answers
505 views
Combination of Launch4J and Java Web Start?
I have a working JNLP application which I need to distribute to various non-technical end users.
If the user's machine has a recent JVM installed, everything is fine. They just double-click the JNLP ...
7
votes
3answers
549 views
Calling Java classes from IzPack
How do you invoke a method from a Java class from IzPack? Static methods are OK, and I need to be able to pass it parameters.
Thank you!
Background info:
I am trying to write an IzPack installer ...
7
votes
3answers
2k views
How do I find the physical memory size in Java?
I'm writing an installer that will tune the configuration of the product for the particular hardware on which it will be run. In particular, I want to determine how much physical RAM is installed in ...
6
votes
9answers
196 views
Java to EXE good or bad idea?
I have been wondering for a long time about converting Java projects to EXE.
The advantages relies in the faster deployment on Windows where the user simply double clicks the EXE and the application ...
6
votes
5answers
271 views
Advantages/disadvantages of building one huge jar as opposed to several smaller?
I have seen programs like http://one-jar.sourceforge.net/ and http://fjep.sourceforge.net/index.html promote rolling your application jar and any dependencies into a single, executable jar.
What are ...
6
votes
5answers
396 views
Installer for java application
I would like to know what packages are out there that can be used to create installers to distribute applications.
The target application is written in Java. The installer must be able to:
be ...
5
votes
3answers
280 views
How can i distribute my application jar with a JRE.
How can I distribute my application jar with JRE? I make my executable jar in exe by using launch4j.
My application is a desktop based swing application. I want to make it like an application that if ...
5
votes
4answers
3k views
How to create installers with Maven
I'm migrating a medium sized Java application's build from Ant to Maven. I could easily migrate the basic building stuff, but I would also like to create the installer packages from the Maven build. ...
5
votes
7answers
911 views
Protecting Java jar Files for Distribution
I'm working on an application that I will soon be publicly distributing. I would like to do anything in my power to make sure those who download my program do not reverse engineer it. I understand ...
5
votes
5answers
5k views
Auto startup for java desktop application?
I have created a desktop application in java using NETBeans IDE 6.1... and made a jar file of the application. Now I want to make its auto start up in such a way that its start up whenever client ...
4
votes
3answers
1k views
How to make .exe file for izpack installer .jar file
I make an installer with izpack. Its in .jar file. I want to make it in .exe file in order to distribute it. How can I do it in an easy way?
4
votes
1answer
609 views
Installing and Upgrading Java on Linux / CentOS without prompts
I have bellow scripts to download, install or update Java on Linux OS such as CentOS.
Is there anything better than that around. It is quite cumbersome script and I'd like more elegant solution. ...
4
votes
1answer
84 views
creating an installer for a java spring mvc app
any good tutorials on creating an installer that will install a spring mvc web application, namely setting up tomcat and postgresql on someones desktop?
4
votes
6answers
2k views
JAR installer that auto-detects if Java is there and autostarts the application
I need to build an installer that does the following:
1. Installs my jar on the client
2. Auto-detects if JRE is installed (in which case it does not re-install it), otherwise installs it without the ...
3
votes
1answer
77 views
Recompiling java.exe to a different .exe name
Are there licensing restrictions that permit recompiling the JVM's launcher code (java.c) into an EXE with a name of my choosing?
The standard JDK lays out source for the launcher but implies that it ...
3
votes
2answers
62 views
Java Application Deployment/Installer Options?
I'm looking for advice on good options to deploy Java applications on end user systems.
Our end users are not tech savvy experts but casual computer users who can't be expected to figure out ...
3
votes
4answers
64 views
making an installer and installing the libraries if not already installed
How can i make up am installer for my java application (jar file) . The same as that of windows installer which proceeds by clicking next and installs the application. What i want with my java app is, ...
3
votes
4answers
126 views
How to distribute my Java program so that it is runnable by double-clicking a single file?
I have a Java rich client desktop app. that I want to distribute on some computers at work, but I've never done something like this before. People aren't too computer-savy at my workplace and since it ...
3
votes
1answer
78 views
web application auto install
I need to have an autoinstall/update a web application running on JBoss 6.
I need at least to:
* stop the server
* copy the war in the deployment directory
* apply DB update scripts
* start the ...
3
votes
1answer
174 views
Package an application including java war file, Tomcat, DB
i have a java based web application, i have the source code as well as the war file, the application uses mySql and need some web server like tomcat all to be added to some package that can be ...
3
votes
1answer
369 views
Problem in Bundling JRE in JSmooth in Java
Friends, I am using JSMOOTH installer for creating .exe file and Bundled my Default JRE path in it..
If the user doesn't have Java Virtual Machine in his system it has to use the Bundled JRE in my ...
3
votes
3answers
200 views
Static URL for a JDK?
I'm building an NSIS installer to install my application under Windows, and it will check if a user has a JDK (>= 1.5) and download and launch the installer for it if they do not.
While I have seen ...
3
votes
2answers
704 views
Java: Replacing the coffee cup icon in the top-left corner of the Window
Java Swing applications by default have the Java coffee cup icon appear in the top left corner of the application.
I would like to replace this with my own image - what API is used?
Can this be done ...
3
votes
4answers
79 views
What are the standard options for creating install packages for your software application?
What are the standard options for creating install packages for your software application? I notice that most install packages on windows seem to look the same, which leads me to believe that there ...
3
votes
4answers
330 views
How to create an installer?
How to create an own installer using Java? I am not asking about any Java installer software. Anyone knows the logic or method please tell me. Is there any API available for these?
3
votes
6answers
1k views
Java application installer for linux
How can I create a linux installer for java desktop application? for an instance if we want to install netbeans on ubuntu there is a download which is named as "netbeans-6.8-ml-java-linux.sh" so how ...
3
votes
4answers
868 views
How to extract ONLY the contents of the JDK installer
I just downloaded the Java SDK/JDK versions 5 and 6, and I just need the development tools (and some libraries) contained in the installation packages, I don't need to perform an installation and ...
3
votes
2answers
1k views
How to get IzPack tocheck for an existing version of the software?
I have an application for which we use IzPack to create the installer. The installer is working fine in its current state, however, I need to add functionality that enables it to check whether an ...
3
votes
2answers
648 views
How to add a licensing functionality to a java program?
I have made an application in java. Now I want to deliver it to several clients. I want that each client must purchase a serial key to use that software. Without that key, the software shouldn't be ...
3
votes
4answers
4k views
How to make installer of java desktop application for multi-platform?
How could we made a jar file's installer, which can run on multi-platform, is there any simple way, because I don't know Java too well.
Balwant
3
votes
5answers
4k views
Create RPM package from ANT script under Windows
I need to create an RPM package from an ANT script that runs on a Windows computer. This package must contain the result classes from the build plus some other, additional resources.
I guess there ...
3
votes
2answers
316 views
Find all available JREs on Mac OS X from Java application installer
If Java application requires certain JRE version - how can I check its availability on Mac OS X during installation?
2
votes
1answer
34 views
Installer generator API or using command line app?
I'm developing java applications for Windows and I want to automate the installer generation.
Is there any cmd line utility or API to do that?
EDIT
The best alternative I've found is ...
2
votes
3answers
48 views
Distributing java web applications
We have a java application hosted on JBoss with a Posgres DB, and we've traditionally been selling it as an appliance (full server with application installed). Now, we need to allow clients to be able ...
2
votes
3answers
89 views
Java 64bit install throwing non compatible 64bit error in 64bit Windows 7
JRE and JDK 64bit install executable are throwing a non compatible win32 error:
jre_7u1_windows-x64bit.exe is not a valid Win32 application.
I thought this could be a system environment variable ...
2
votes
1answer
62 views
install4j: exclude uninstaller from control panel
is it possible to configure install4j so that it doesn't add the uninstall details to control panel? Ideally, a switch passed on the installer commandline would be best.
I'm wrapping an install4j ...
2
votes
1answer
54 views
embeed JVM in installer, sun license
I need to build an installer for our Java application, for Windows and Mac.
I'd like to embed the JVM in the installer,
because it is much easier for the user to install the application,
rather than ...
2
votes
1answer
75 views
platform independent paid installer
For my java project i need an installer which is professional like InstallSheild or advanced installer,
Please suggest me some installer which are professional and are paid.
2
votes
2answers
96 views
Java installer for Swing based project
I worked on a Java project in which web services are used, values are to be modified in registry and there are some DLLs to be register with system. there are some environment variables to set, at the ...
2
votes
2answers
109 views
How to prepare a Mac installer for my java swing application
Can anybody give me suggestions about preparing a custom Mac Installer for a Java swing application. I have tried Xcode but of no use. Any suggestions would be really helpful.
Thanks in advance...
2
votes
2answers
157 views
Linux java wrapper and installer
I have a java app that i want to release it for all of platforms. i tried most of installers and wrapper like install4j , launch4j , Excelsior JET and ...
I found best solution for windows and mac ...
2
votes
3answers
187 views
Create an installer in Java
I want to create an installer using Java that install at first MySQL. The user tape at first the password of root user. Then the installer copy jar file into program files and create shortcut on ...
2
votes
1answer
78 views
Which software installer plugin for Apache Maven do you recommend?
For Apache Maven I have found a izpack plugin and a NSIS plugin (for Win32).
Are there other Maven plugins available which allow to create software installers for Java applications, or are these the ...
2
votes
5answers
281 views
Creating a cross platform installer in Linux
How to create installer of say file which is swf and html and this html has to be created a short cut on the linux desktop . Is there any software that will solve my problem.
Thanks