Shared Libraries Forte Developer 6 update2

Hi!

I'm in the process of migrating an application developed in Forte Developer 6 u 2 to a new system. We are keeping the old system as a development and test environment.

I understand that I do not need a full developer license for the production system, and that I only need to copy the shared libraries.

Can anybody who has an experience similar to this one point out any possible caveats or things to keep in mind?

Anybody has a list of all the paths that can be copied to the new system without infringing my license? Or the paths that "have" to be copied in order for the application to work properly?

Thanks in advance!

[664 byte] By [carlos_sotelo] at [2007-11-26 6:45:25]
# 1

If you browse through

http://developers.sun.com/prodtech/cc/reference/index.jsp

then you'll find documents on what can be redistributed (at least for Studio 9 and onwards - I imagine that this all applies to older versions as well).

Note that it's not the paths that you have to copy, but the libraries (and links as well). For the paths, you need to set them when you compile the app (with -R) unless you have no control over the destination directory (in which case you'll probably need a startup script that sets LD_LIBRARY_PATH).

Paul

Paul_Floyd at 2007-7-6 15:05:31 > top of Java-index,Development Tools,Solaris and Linux Development Tools...