gecko-dev/java/xpcom
idk%eng.sun.com b17f8f3bd0 ** not part of tbuild **
Updated README for linux build.
2000-07-18 00:03:47 +00:00
..
connect ** Not tbuild part ** 2000-07-15 06:18:54 +00:00
java ** not part of tbuild ** 2000-07-18 00:03:47 +00:00
old Moved old blackConnect implamentation into java/xpcom/old 2000-05-29 00:44:24 +00:00
xpcom ** Not tbuild part ** 2000-07-15 06:18:54 +00:00
Makefile Checked in new BlackConnect version 2000-05-29 01:26:46 +00:00
Makefile.in Checked in new BlackConnect version 2000-05-29 01:26:46 +00:00
makefile.win ** NOT PART OF TBOX BUILDS** 2000-07-13 03:41:24 +00:00
README ** not part of tbuild ** 2000-07-18 00:03:47 +00:00

Black Connect
================================

This directory contains the Black Connect

The sources is divided into three directories

   connect
      public headers. 
      ORB implementation.
      
   xpcom
      XPCOM stubs and proxy implementation
      
   java
      JAVA stubs and proxy implementation
      Java component loader

===============================================
Solaris directions  
===============================================

Requirements:

* current mozilla built tree

* JDK1.3 

* Perl 5 must be in your path

How To Build:

*  make sure the environment var JDKHOME is set to your jdk installation
   directory, ie export  JDKHOME=/usr/local/jdk1.3
   
* Add following directories to to your LD_LIBRARY_PATH:
   

$MOZILLA_FIVE_HOME:$JDKHOME/jre/lib/$HOSTTYPE/native_threads:$JDKHOME/jre/lib/$HOSTTYPE/classic:
$JDKHOME/jre/lib/$HOSTTYPE/:

* type "gmake"


==============================================
Linux directions  
===============================================

Requirements:

* mozilla m16 build tree

* JDK1.3 from IBM 

* Perl 5 must be in your path

How To Build:

*  make sure the environment var JDKHOME is set to your jdk installation
   directory, ie export  JDKHOME=/usr/local/jdk1.3
   
* Add following directories to to your LD_LIBRARY_PATH:
   
$MOZILLA_FIVE_HOME:$JDKHOME/jre/bin:$JDKHOME/jre/bin/classic:

* type "gmake"

==============================================
How to run test java component
===============================================
* cd java/test
* gmake
* add $MOZILLA_FIVE_HOME/dist/classes to your CLASSPATH
Test component would be placed in dist/bin/componets and loaded on mozilla
sturtup (or you can use regxpcom for testing)