from where i can get package which includes java, mysql and apache for windows xp? how we can install a package of java, mysql and apache on ms-windows xp on single click?
|
feedback
|
|
No such package exists to my knowledge. You'd have to whip something up yourself if you want this. Java isn't as popular as PHP in packages like this. I think the NetBeans IDE bundles Apache Tomcat and Java, but it is not single-click and does not contain MySQL. My suggestion would be to download all 3 installers and see how they are packaged. Most installers have a switch for silent installation such as For Java runtime, e.g.: jre-6u22-windows-i586-s.exe /s /v /qn ADDLOCAL=ALL IEXPLORER=1 JAVAUPDATE=0 My only concern with 1-click installers is the cruft it is putting on your machine in the background. I like selectively picking what options I want in the installer, while a 1-click mechanism takes away those options (so what is it selecting in the background?!?!). | |||
|
feedback
|
|
I think XAMPP is the closest thing available -
In my experience, it installs very quickly, and every component functions/integrates correctly. | ||||
|
feedback
|