So linkable laszlo code is searched in 2 places.
1. The current working directory of the JVM
2. LPS_HOME/lps/components
correct?
So the only difference to javac is that one can not add classpaths
beyond those 2.
In the light of this fact I have decided to compile my lzo libs under
LPS_HOME/lps/components
Then all projects that share the same LPS_HOME find the libraries there
easily.
But my only problem is that when I recompile a library it will also find
it's previous compilation there.
I wonder if it will confuse it. I have to test this.
One way to avoid the problem is to delete the library before starting a
library compilation.
- rami