Jump to content

Java without runtime?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
ASCENT

ASCENT

    Newbie

  • Members
  • Pip
  • 5 posts
Is it possible to just write a Java program without using the Runtime behind it?

I.E. compile it straight to Machine Code like you would a C++ program?

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
This thread belongs in the Java forum, not the C and C++ forum. Please post your threads in the right forums in the future.

Back to your question; check this link.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
GCC is supposed to have a java compiler, but I haven't played with it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
G_Morgan

G_Morgan

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 537 posts
GCJ is what you want. You won't necessarily get the entire class library via it but you will get the language.