This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

legal issues re compiling other java libs?


Trying to get my java app that uses freetts and axis
to compile with gcj, I find myself having to pull in
other java libraries:

axis:
   IBM's graphics.jar
   jimi from sun

freetts:
   IBM's graphics.jar

then, to build graphics.jar I'll probably have to pull in
other IBM or sun jars.

I haven't thought the legal issues when taking more generic
off the shelf jars, i.e. various apache or gnu jars and compiling
them down into shared libraries for the app.  But having to
reach into IBM's JDK and touch their jar's makes me wonder.

And I'm now wondering about even compiling gnu jars,
e.g. gnumail, and apache jars, e.g. blat-commons-blat.jar,
into a common app.

Without dragging in an IP lawyer, what is the common
thought on this?

Thanks,
Heitzso


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]