Re: Java source code



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
.



Relevant Pages

  • Java source code
    ... I know Java runs on Windows, Unix, mobile phones and other things. ... there are different versions to download depending on your operating ...
    (comp.lang.java.programmer)
  • Re: In the Shallow End
    ... Yes, with Apple finally getting in there, technology is finally moving along nicely again. ... What they like to do is use the Windows desktop as data gathering frontends to these operations. ... They had other plans for Java, ... They make computers for the elite. ...
    (comp.sys.mac.advocacy)
  • Re: IE6 javascript & active x not working
    ... > I'm trying to fix a problem on a Windows XP SP1 Compaq computer. ... Where to get the JAVA VM ... Sun also offers an automatic download and install of the 1.4 Java plug-in ... ActiveX problems in IE ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: IE6 cannot access secured sites after SP2 install
    ... I installed Windows script 5.6 ... >To download Java VM for XP: ... >Windows Update/Enable the Windows Update Catalog. ... >Sun also offers an automatic download and install of the ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: field validation (was Re: COBOL/DB2 Date edit question)
    ... regular Windows application, and certainly not by a mainframe application ... (or mainframe OS does not support Java). ... one or two subroutines written in Standard (Fujitsu NetCOBOL) COBOL, and C#, ...
    (comp.lang.cobol)

Loading