gecko-dev/java/xpcom
edburns%acm.org 4932a8c19e bug: 119680
Changes to make webclient compile and minimally run with
Netscape 6.2.1.
2002-01-14 18:04:48 +00:00
..
connect *not part of the build* 2001-09-26 01:52:11 +00:00
java bug: 119680 2002-01-14 18:04:48 +00:00
old on some windows configurations, the build has been messed up for at least a couple of weeks because some microsoft header file defines 'interface', which conflicts with the member variable in xpt_struct.h. rename the member variable from interface to iface. workaround suggested by alecf@netscape.com. r=jband@netscape.com, a=waterson@mozilla.org 2000-07-28 04:03:50 +00:00
test Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
urp/src Bugzilla Bug 107823 change nsIFile 2001-11-26 08:05:05 +00:00
wrappers *not part of the build* 2001-08-09 09:22:19 +00:00
xpcom *not part of the build* 2001-08-25 01:32:15 +00:00
Makefile.in *not part of the build* 2001-06-03 23:25:29 +00:00
README ** NOT PART OF TBOX BUILDS ** 2000-09-12 08:54:13 +00:00
env.bat (not part of TBOX builds) 2001-02-21 09:09:55 +00:00
makefile.win *not part of the build* 2001-06-03 23:25:29 +00:00

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 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:

* remove jni* jri* from MOZILLA_FIVE_HOME/dist/include

* 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)