How do I make BDK work?
Hello,
I have Sun's jdk1.3 installed (along with Forte 4 java).
Then I downloaded BDK1.1 for Windows and it doesn't work having the following problem:
When I interconnect two beans by pointing one to invoke a method from in response to an event in another, BDK doesn't generate an "adaptor class" and here's what I see in DOS console:
C:\BDK1.1\beanbox>java sun.beanbox.BeanBoxFrame
WARNING: Could not Runtime.exec(String) "javac" in the standard way: java.io.IOE
xception: CreateProcess: javac -classpath classes;..\lib\methodtracer.jar;..\inf
obus.jar;C:\BDK1.1\jars\buttons.jar;C:\BDK1.1\jars\eventmonitor.jar;C:\BDK1.1\ja
rs\jelly.jar;C:\BDK1.1\jars\juggler.jar;C:\BDK1.1\jars\misc.jar;C:\BDK1.1\jars\m
olecule.jar;C:\BDK1.1\jars\quote.jar;C:\BDK1.1\jars\select.jar;C:\BDK1.1\jars\so
rt.jar;C:\BDK1.1\jars\test.jar;C:\BDK1.1\jars\transitional.jar -nowarn tmp\sunw\
beanbox\Hookup_1738007d9e.java error=0
Check that the version of "javac" that you are running
is the one supplied with Sun's JDK1.x (which includes the
compiler classes) and not some other version of "java"
or JRE shipped with some other product.
Could not create event adaptor.
***************************************************
I also tried to run platform independent BDK 1.1. and it's got the exact same problem.
Then I downloaded and reinstalled everything but - no use.
I'd really appreciate if somebody helps me. Thanks guys .

