Time isn't Money, Money is Time.
The man who works looses his time ( spanish proverb )
Time isn't Money, Money is Time.
The man who works looses his time ( spanish proverb )
Wolfgang Tintemann wrote:1. Is the JVM a program written in C ?
( because I see a jvm.dll file under bin/client )
Wolfgang Tintemann wrote:2. Is the JVM a Windows Application program ?
Wolfgang Tintemann wrote:3. Are my Java GUI commands translated into
Microsoft Windows API calls or does the JVM
somehow build the GUI with its own bytecode (?)
commands ?
Wolfgang Tintemann wrote:4. E. g., how are threads, timers or file/device IO
realized by the JVM : call of Microsoft API functions ?
How are the OS commands represented in the bytecode.
( until now I only found simple examples which dealt
with the stack programming )
Time isn't Money, Money is Time.
The man who works looses his time ( spanish proverb )
Wolfgang Tintemann wrote:
Do I understand right that in my case "native" means the call of
a C-function of the Microsoft API ?
Wolfgang Tintemann wrote:
Is there an example available how such a "native" invocation
looks like in the bytecode ? Can I analyze a .class file simply
with an editor ?
Time isn't Money, Money is Time.
The man who works looses his time ( spanish proverb )
Wolfgang Tintemann wrote:Is there a software tool which shows the contents of a .class file in the readable way I found in books or saw in videos ?
John Jai wrote:
Wolfgang Tintemann wrote:Is there a software tool which shows the contents of a .class file in the readable way I found in books or saw in videos ?
Search for java decompilers
Joanne
Legend has it that if you rub the right tiny ad, a genie comes out.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|