Board index » jbuilder » distribution of jbcl.jar in open-source programm
Pascal
![]() JBuilder Developer |
Pascal
![]() JBuilder Developer |
distribution of jbcl.jar in open-source programm2005-09-03 12:00:11 AM jbuilder23 hello, I published a non-commercial open-source (GPL) java programm for linux, which uses the library jbcl.jar (for XY-Layout). I would like to know under which license this library has been released, and if I am allowed to distribute this jar-file whithin my package. thanx, pascal |
Paul Furbacher [TeamB]
![]() Java Developer |
2005-09-03 12:47:54 AM
Re:distribution of jbcl.jar in open-source programm
Pascal wrote:
QuoteI published a non-commercial open-source (GPL) java programm for attention to here. Essentially, you may redistribute only those JARs found in the JBuilder/redist folder. -- Paul Furbacher (TeamB) Save time, search the archives: info.borland.com/newsgroups/ngsearch.html Is it in Joi Ellis's Faq-O-Matic? www.visi.com/~gyles19/fom-serve/cache/1.html Finally, please send responses to the newsgroup only. That means, do not send email directly to me. Thank you. |
Kevin Dean [TeamB]
![]() Java Developer |
2005-09-03 02:50:49 AM
Re:distribution of jbcl.jar in open-source programm
Pascal wrote:
QuoteI published a non-commercial open-source (GPL) java programm for linux, expecting others to take it and possibly modify it. Some of those others will not have JBuilder installed and will be required to include JBCL in their build process as they modify the code. As I can't be bothered to read the whole license document on a Friday before a long weekend, I would guess that Borland's license terms don't extend to allowing others to rebuild applications with their code. In other words, I expect that redistribution of Borland code is limited to runtime use only. So no, you probably can't redistribute jbcl.jar under the conditions you specify. 2) XYLayout is a nice layout to use for prototyping but it really doesn't work well in deployment because of the multitude of operating systems, display resolutions, and display settings that users have. Take some time to learn about other layouts (in particular GridBagLayout) and remove your dependency on JBCL completely. That way, you don't have to worry about licensing. -- Kevin Dean [TeamB] Dolphin Data Development Ltd. www.datadevelopment.com/ NEW WHITEPAPERS Team Development with JBuilder and Borland Enterprise Server Securing Borland Enterprise Server www.datadevelopment.com/papers/index.html Please see Borland's newsgroup guidelines at info.borland.com/newsgroups/guide.html {smallsort} |