Re: Java source code
- From: Roedy Green <look-on@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 02 Aug 2005 22:20:39 GMT
On 2 Aug 2005 10:22:16 -0700, bbulsara23@xxxxxxxxxxx wrote or quoted :
>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
.
- References:
- Java source code
- From: bbulsara23
- Java source code
- Prev by Date: Re: Properties.clone() ?
- Next by Date: Re: Sockets, writing data and shutdownOutput
- Previous by thread: Re: Java source code
- Next by thread: MSN/ICQ agent.
- Index(es):
Relevant Pages
|
Loading