Results 1 to 7 of 7

Thread: [RESOLVED] How a application is run without an installation - based on Java

  1. #1

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Resolved [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

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  3. #3

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    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

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  5. #5

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    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

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    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.

  7. #7

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    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
  •  



Click Here to Expand Forum to Full Width