|
-
Oct 24th, 2007, 04:29 AM
#1
Thread Starter
PowerPoster
[RESOLVED] How a application is run without an installation - based on Java
Hi all,
One of my friend download an application from the web, actually an *.exe file and few folders there in that package. He runs the *.exe the program just start to work, I mean view the interface and ready to work. But there is no installation.
Check the what are inside the folder, found large number of jar files. I know that jar include set of Java classes. My question how those files are execute through the *.exe file.
The most important thing I found is that, no need to install Java either on the machine. No need any related application to install either.
So, how it works. Should exe virtually connect those jar files or anything else is happened there?
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Oct 24th, 2007, 06:28 AM
#2
Re: How a application is run without an installation - based on Java
.exe = Machine code executable
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Oct 24th, 2007, 06:38 AM
#3
Thread Starter
PowerPoster
Re: How a application is run without an installation - based on Java
You mean that exe link all the class files included inside jar files and execute without any installation, just it is not important the working environment at all.
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Oct 24th, 2007, 06:51 AM
#4
Re: How a application is run without an installation - based on Java
I don't know about the one your friend downloaded, this executable might just be a launcher to start the java app. Or it might be a platform dependent executable
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Oct 24th, 2007, 06:54 AM
#5
Thread Starter
PowerPoster
Re: How a application is run without an installation - based on Java
Thats the major issue, even I don't know from where he download it.
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
-
Nov 15th, 2007, 12:28 PM
#6
I wonder how many charact
Re: How a application is run without an installation - based on Java
The 'download' has its own private version of the JRE and the EXE you're launchg is using that JRE to execute. Therefore, no installation would be necessary - it just needs to be available somewhere for loading.
-
Nov 15th, 2007, 09:56 PM
#7
Thread Starter
PowerPoster
Re: How a application is run without an installation - based on Java
Actually it is a Java app, as ComputerJy says I found it.
“victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|