|
|
Log in / Subscribe / Register

Developing GNOME Applications with Java (Linux Journal)

Developing GNOME Applications with Java (Linux Journal)

Posted May 28, 2005 22:13 UTC (Sat) by ibukanov (subscriber, #3942)
In reply to: Developing GNOME Applications with Java (Linux Journal) by bluefoxicy
Parent article: Developing GNOME Applications with Java (Linux Journal)

You mistaken Java as a language with its JVM-with-JIT implementation used in Sun's JDK and other products. The article, on other hand, talks about developing Gnome application in Java with GCJ, which typically compiles Java applications directly to native executables.

So with GCJ you can apply all protections you described above and have solid protection offered by the language itself like automatic memory management. That along prevents heap corruption which can be exploited even if one uses all of the described prevention measures.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds