uDig GIS: A First Look (Linux Journal)
Posted Oct 14, 2008 13:16 UTC (Tue) by
anselm (subscriber, #2796)
In reply to:
uDig GIS: A First Look (Linux Journal) by frankie
Parent article:
uDig GIS: A First Look (Linux Journal)
This may have to do with one of the mantras of the Java community, »write
once, debug everywhere«. There isn't much point in writing your code in a
nominally very portable language based on a virtual machine if your code
requires random unbundled libraries written in C or C++ to actually do
anything useful. Hence you write something from scratch that will at
least crawl, rather than not run at all because of library dependencies.
(
Log in to post comments)