Penguin

Differences between version 13 and predecessor to the previous major change of Java.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 13 Last edited on Wednesday, October 29, 2003 9:36:53 pm by SamJansen Revert
Older page: version 12 Last edited on Sunday, October 26, 2003 7:54:23 am by AristotlePagaltzis Revert
@@ -32,11 +32,11 @@
 The popular JREs start a new virtual machine for each java program, rather than sharing one amongst all programs. This combined with the large memory overhead can make it impractical on machines more than a few years old. (AddToMe - is this still true these days?) 
  
 The lack of a Free JRE (along with JRE size and speed issues) is probably one of the biggest obstacles to wide-spread adoption of Java on Linux. However, most of the issues mentioned above are implementation issues so could in theory be overcome. For example, the [GCC] project is part-way through a java compiler that would (of course) be licensed under the [GPL]. 
  
-See JavaNotes 
+See JavaNotes, [JavaAndC++]  
  
 ''Lots to be refactored here. AddToMe.'' 
  
 ---- 
  
 CategoryProgrammingLanguages, CategoryImperativeProgrammingLanguages, CategoryObjectOrientedProgrammingLanguages