|
From: Darrell S. <dr...@nr...> - 2004-10-26 18:13:51
|
Hello,
I'm trying to build the current (well close to the current)
version of ccmtools from CVS. However, I get an error message
about javax.jmi missing:
[javac] Compiling 59 source files to /opt/local/dports/devel/ccmtools/work/ccmtools-0.3.3/ccmtools/build/classes
[javac] Compiling 24 source files to /opt/local/dports/devel/ccmtools/work/ccmtools-0.3.3/ccmtools/build/classes
[javac] Compiling 6 source files to /opt/local/dports/devel/ccmtools/work/ccmtools-0.3.3/ccmtools/build/classes
[javac] /opt/local/dports/devel/ccmtools/work/ccmtools-0.3.3/ccmtools/src/ccmtools/Ocl/parser/OclParser.java:211: cannot access javax.jmi.reflect.RefObject
[javac] file javax/jmi/reflect/RefObject.class not found
[javac] creator_.add(p_pkg,p_ctxt);
[javac] ^
[javac] 1 error
Does anyone know where I can find javax.jmi? I found a
reference implementation which was created by unisys,
but somehow I suspect that it may not be what I need.
Thanks for any help,
Darrell
|