Link to home
Start Free TrialLog in
Avatar of powerade
powerade

asked on

Java vs. Memory

Hi there,

  I was wondering if there was a way to force Java to compile into machine code (ie. 1's and 0's) rather than byte code?  I know it wasn't meant to, but I'd like to know if it can be done.

  We've got a consistent office environment here (ie. all the PC's are exactly the same.  All have a lousy 64Mb of RAM), and I'm trying to cut back on the amount of RAM that the Java programs use on the clients.  Any ideas?  Thanks in advance!!
ASKER CERTIFIED SOLUTION
Avatar of heyhey_
heyhey_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of XAN
XAN

Another possibility to get machine code is to use MS Visual Studio.
VisualCafe ships with a native win32/x86 compiler/linker.
Avatar of powerade

ASKER

Thanks.  This'll work!!