Have I possibility to define which data field i can to include in the <name> and <description> fields of the <placemark> tag during kml export?
Currently, in the <name> tag contains the autogenerated FID field by OpenJUMP of the datatable and missing the <description> tag.
It is not favored if someone wants to import this kml file for Google Maps for example...</description></name></placemark></description></name>
a quick check in
https://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/KmlDriver/trunk/src/com/isa/jump/plugin/KMLWriter.java#l323
suggests it's currently hardcoded in there.
so unfortunately no. your welcome to proveide a patch though! ..ede