Re: Using C++ to wrap Java
From: Roedy Green (see_at_mindprod.com.invalid)
Date: 04/29/04
- Next message: Roedy Green: "Re: Windows x64"
- Previous message: Steven J Sobol: "Re: Using C++ to wrap Java"
- In reply to: Steven J Sobol: "Re: Using C++ to wrap Java"
- Next in thread: Chris Uppal: "Re: Using C++ to wrap Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 02:23:53 GMT
On Wed, 28 Apr 2004 21:10:04 -0500, Steven J Sobol
<sjsobol@JustThe.net> wrote or quoted :
>For certain values of 'executable'. :) Executable, to me, means you
>launch a binary file containing machine code. Even with the way Windows
>handles file associations, essentially you still have to use the 'java'
>command passing the jar's path as an argument; being able to double-click on
>the jar in Windows Explorer only serves to hide that fact from a casual user.
If you think about it exe's are handled the same way. the command
interpreter looks up the extension and hands it off to a loader that
analyses the exe header, which loads the program and finally hands off
execution to it. The exe file format is data to the loader to
construct an in-ram program. It is full of stuff besides machine
code.
What a jar does is not much different, or even a *.doc for that
matter.
-- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming. See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
- Next message: Roedy Green: "Re: Windows x64"
- Previous message: Steven J Sobol: "Re: Using C++ to wrap Java"
- In reply to: Steven J Sobol: "Re: Using C++ to wrap Java"
- Next in thread: Chris Uppal: "Re: Using C++ to wrap Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|