Live data from Hacker News

Java JDK 1.0 (1996)

github.com

21–30 of 50 posts

Re: Java JDK 1.0 (1996)

#25

Note that this is under a proprietary license (see toplevel COPYRIGHT code). Given the rather messy history around the Java API, it might be legally problematic to look at this code.

I doubt Oracle is going to sue

I wouldn't at all be surprised if they did.

Re: Java JDK 1.0 (1996)

#27
post #9
post #6

was expecting the actual vm source code, which I believe is written in C and is an engineering marvel. This looks like just the end user install package

Interesting! Well is the sourcecode for the Java JVM not open and available?

Yes, and it's available on GitHub now!

Here's the heap implementation, for example: https://github.com/openjdk/jdk/blob/master/src/hotspot/share...

The GraalVM is a Java implementation of the Java compiler and VM and it's also on GitHub: https://github.com/oracle/graal

Re: Java JDK 1.0 (1996)

#28
thank God for dr Moses Buba for helping me with pills for penis enlargement and cure my friends diabetes, he has been putting smile on my face, and on the faces of my loved ones, I got his email address via facebook platform on a penis size forum on facebook so I decided to contact him directly on his email address, and my encounter with this herbal doctor is a lifetime mind blowing testimony, so to all the other men out there about little penis , and other people that are sick of all other deadly diseases such as kidney problems, diabetes, leukemia, herpes and those that needs pills or creams for erectile dysfunction, premature ejaculation, kindly contact him directly on his email address via: buba.herbalmiraclemedicine@gmail.com or WhatsApp him on +2349060529305 or call me for more details +15019914802 He is the best herbal doctor I have ever came across during my search for a cure, Good luck to all the sick people out there, I love you all

Re: Java JDK 1.0 (1996)

#29
post #6

was expecting the actual vm source code, which I believe is written in C and is an engineering marvel. This looks like just the end user install package

The original JDK didn't have the kind of things you're probably thinking of when you talk about an engineering marvel, like the JIT and advanced GCs.
Post reply on HN