On Mon, Oct 31, 2005 at 01:57:57AM +0100, Marcin D??bicki wrote: > Package: eclipse-base > Severity: important > > I don't really know why eclipse-base depends only on gij while it can > work with Sun Java as well. package should depend on > java-virtual-machine, java-compiler, java2-compiler or any package > providing java compiler and runtime environment. I don't see many > advantages of installing two or more virtual machines for java
This is a part-time solution. We need a script which generates the master db file for the native jars of eclipse. This script is included in eclipse-base. a better script for this will be included in gcc-4.0 or java-gcj-compat soon. Then we can just call it from our postinst/postrm scripts in eclipse. Until this is done we need it in eclipse. The script needs a tool called gcj-dbtool. This tool is included in gij package. That is why eclipse-base depends on it for now. This will be removed soon. Cheers, Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ _______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

