Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
One of the following packages is needed:
 1- java-1.4.2-gcj-compat-devel-1.4.2.0-40.103.1mdv2007.0.i586 : JPackage development scriptsforGCJ (to install)
 2- kaffe-devel-1.1.8-0.20060723.1mdv2007.0.i586 : Developmentpackagewithstaticlibs and headersforkaffe (to install)
 What is your choice? (1-2)

...

Code Block
One of the following packages is needed: 
1- xml-commons-resolver10-1.3.03-5.1mdv2007.0.i586 : XmlResolver 1.0 utility from xml-commons (to install) 
2- xml-commons-resolver11-1.3.03-5.1mdv2007.0.i586 : XmlResolver 1.1 utility from xml-commons (to install) 
3- xml-commons-resolver12-1.3.03-5.1mdv2007.0.i586 : XmlResolver 1.2 from xml-commons (to install) 
What is your choice? (1-3)

...

Code Block
One of the following packages is needed: 
1- eclipse-ecj-3.2.0-12.3mdv2007.0.i586 : EclipseCompilerforJava (to install) 
2- ecj-bootstrap-3.2.0-2mdv2007.0.i586 : EclipseCompilerforJava (to install) 
What is your choice? (1-2)

...

Code Block
To satisfy dependencies, the following packages are going to be installed: 
antlr-2.7.6-4.1mdv2007.0.i586 
bouncycastle-1.33-3mdv2007.0.i586 
bouncycastle-jdk1.4-1.33-3mdv2007.0.i586 
classpath-0.92-3mdv2007.0.i586 
classpathx-jaf-1.1.1-1mdv2007.0.i586 
classpathx-mail-1.1.1-3mdv2007.0.i586 
classpathx-mail-monolithic-1.1.1-3mdv2007.0.i586 
eclipse-ecj-3.2.0-12.3mdv2007.0.i586 
gcc-java-4.1.1-3mdk.i586 
gcj-tools-4.1.1-3mdk.i586 
gjdoc-0.7.7-10mdv2007.0.i586 
jamvm-1.4.3-3mdv2007.0.i586 
java-1.4.2-gcj-compat-1.4.2.0-40.103.1mdv2007.0.i586 
java-1.4.2-gcj-compat-devel-1.4.2.0-40.103.1mdv2007.0.i586 
jpackage-utils-1.7.0-1.4mdv2007.0.noarch 
libgcj7-4.1.1-3mdk.i586 libgcj7-base-4.1.1-3mdk.i586 
libgcj7-devel-4.1.1-3mdk.i586 
xalan-j2-2.7.0-2.1mdv2007.0.i586 
xerces-j2-2.8.0-1mdv2007.0.i586 
xml-commons-1.3.03-5.1mdv2007.0.i586 
xml-commons-resolver12-1.3.03-5.1mdv2007.0.i586 
Proceed with the installation of the 22 packages? (115 MB) (Y/n)

...

and replace all java-related program in /usr/bin with the ones from Sun Java. You can do this by moving these files: jar, jarsigner, java, javac, javadoc, javah, javap, java-rmi.cgi, javaws, from /usr/bin/ to another directory, and put symbolic links to Sun Java programs in /usr/bin.

Code Block
cd /usr/bin 
mv jar /another/directory/ 
mv jarsigner /another/directory/ 
mv java /another/directory/ 
.. and so on. 
ln \-s /usr/java/jdk1.5.0_07/bin/jar 
ln \-s /usr/java/jdk1.5.0_07/bin/jarsigner 
ln \-s /usr/java/jdk1.5.0_07/bin/java 
.. and so on.

Install Other Prerequisites Available as Mandriva RPMs

...

Code Block
urpmi postgresql 
urpmi postgresql-server 
urpmi ant 
urpmi xml-commons-apis 
urpmi tomcat5

After the last line (urpmi tomcat5), the console will show the following lines:

Code Block
To satisfy dependencies, the following packages are going to be installed: 
axis-1.2.1-2.2.1mdv2007.0.i586 
bcel-5.1-6.1mdv2007.0.i586 
jakarta-commons-beanutils-1.7.0-4.2mdv2007.0.i586 
jakarta-commons-collections-3.2-1.1mdv2007.0.i586 
jakarta-commons-daemon-1.0.1-4.1mdv2007.0.i586 
jakarta-commons-dbcp-1.2.1-5.1mdv2007.0.i586 
jakarta-commons-digester-1.7-4.1mdv2007.0.i586 
jakarta-commons-discovery-0.3-2.1mdv2007.0.i586 
jakarta-commons-el-1.0-6.2mdv2007.0.i586 
jakarta-commons-fileupload-1.0-5.1mdv2007.0.i586 
jakarta-commons-httpclient-3.0.1-1mdv2007.0.i586 
jakarta-commons-launcher-1.1-1.1mdv2007.0.i586 
jakarta-commons-logging-1.1-3.2mdv2007.0.i586 
jakarta-commons-modeler-1.1-7.1mdv2007.0.i586 
jakarta-commons-pool-1.3-2.1mdv2007.0.i586 
log4j-1.2.13-2.1mdv2007.0.i586 
mx4j-3.0.1-4.1mdv2007.0.i586 
regexp-1.4-1.2mdv2007.0.i586 
tomcat5-5.5.17-3.1.2mdv2007.0.i586 
tomcat5-common-lib-5.5.17-3.1.2mdv2007.0.i586 
tomcat5-jasper-5.5.17-3.1.2mdv2007.0.i586 
tomcat5-jsp-2.0-api-5.5.17-3.1.2mdv2007.0.i586 
tomcat5-server-lib-5.5.17-3.1.2mdv2007.0.i586 
tomcat5-servlet-2.4-api-5.5.17-3.1.2mdv2007.0.i586 
wsdl4j-1.5.2-3.1mdv2007.0.i586 
Proceed with the installation of the 25 packages? (36 MB) (Y/n)

...