gecko-dev/java/xpcom
idk%eng.sun.com 32932f519c ** NOT PART OF TBOX BUILDS**
Upgraded blackConnect for M16.
Added make files for win
2000-07-13 03:36:02 +00:00
..
connect ** NOT PART OF TBOX BUILDS** 2000-07-13 03:36:02 +00:00
java ** NOT PART OF TBOX BUILDS** 2000-07-13 03:36:02 +00:00
old
xpcom ** NOT PART OF TBOX BUILDS** 2000-07-13 03:36:02 +00:00
Makefile
Makefile.in
README

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 perl.exe 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/:

* Set CONNECT_SRC environment variable to connect directoty, 
  ie  /ws/mozilla/mozilla/java/xpcom/connect 

* type "gmake"

===============================================
How to run test java component
===============================================
* cd java/test
* gmake

Test component would be placed in dist/bin/componets and loaded on mozilla
sturtup