Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

Sponsored Links

Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs

Run the Java program without the JDK runtime? Yes you can! (4/20/99)

The JavaWorld experts answer your most pressing Java questions -- every week

  • Print
  • Feedback

Q Can I run Java programs without the JDK runtime environment?

A Yes. Just as you can make standalone executables from C/C++ programs, you can also make standalone executables from Java source code. All that is required in either case is that you have a compiler to convert the source code to binary machine code. For example, the IBM VisualAge Java application development product has a High Performance Java Compiler built in, which compiles Java to native code. Of course, the resulting binaries can only run on the platform for which they were compiled, so they lose the benefit of "platform independence" that has made Java so successful on the Internet and in distributed multiplatform environments.

About the author

Random Walk Computing is the largest Java/CORBA consulting boutique in New York, focusing on solutions for the financial enterprise. Known for their leading-edge Java expertise, Random Walk consultants publish and speak about Java in some of the most respected forums in the world.
  • Print
  • Feedback
What is Tech Briefcase?
TechBriefcase is a new, free service where IT Professionals can Search, Store and Share IT white papers and content like this. Learn more
Bookmark content
Speed up your research efforts with content across the web.
Search and Store
Find the white papers you need. Create folders for any topic.
View Anywhere
Open your briefcase on your iPhone, tablet or desktop. Share with colleagues.
Don't have an account yet?

Resources