Java source code

B

bbulsara23

Hi, excuse this silly question.

I know Java runs on Windows, Unix, mobile phones and other things. But
there are different versions to download depending on your operating
system. For example, in Windows for full java you get java.exe and
javac.exe (and lots of others). These are Windows specific executables.
These won't run on linux 32 or 64. Where is the source code to the
specific o/s (I want to see what language it is written in)? Ideally I
would like a hyperlink, directory substructure, or filename to search
on.
Thank you

Barry
 
R

Roedy Green

I know Java runs on Windows, Unix, mobile phones and other things. But
there are different versions to download depending on your operating
system. For example, in Windows for full java you get java.exe and
javac.exe (and lots of others). These are Windows specific executables.
These won't run on linux 32 or 64. Where is the source code to the
specific o/s (I want to see what language it is written in)? Ideally I
would like a hyperlink, directory substructure, or filename to search
on.

To prepare code for a cellphone, you would use the same compiler
javac.exe as you use for any other Java work on windows.

You would use a cell phone simulator program to debug your code. This
would be provided by the cell phone maker. It would come with a Java
class library of phone-specific classes. The cell phone maker would
also implement a JVM (but not a Javac or a class library) for his
particular cell phone. Basically he recompiles the C core of the JVM
for his microprocessor and implements some hardware specific native
classes.

Finally, there would be a way to download your program into the phone
for final testing. Advanced phones would have a bluetooth connection
for fast loading rather than sending the program in over the air as if
it were an odd phone conversation, consuming airtime minutes.

To get started on the this exploding area, see
http://mindprod.com/jgloss/midp.html

and start chasing links and googling for magic technology words you
find.

Handhelds work much the same way, except you usually have a serial
link of some sort for upload, e.g. USB, infrared, wireless Ethernet...

--
Bush crime family lost/embezzled $3 trillion from Pentagon.
Complicit Bush-friendly media keeps mum. Rumsfeld confesses on video.
http://www.infowars.com/articles/us/mckinney_grills_rumsfeld.htm

Canadian Mind Products, Roedy Green.
See http://mindprod.com/iraq.html photos of Bush's war crimes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top