From: Egon T. <ego...@ut...> - 2004-10-26 18:33:03
|
Hi Darrell! Did you add mdr01.jar (see java-environment/lib/) to your CLASSPATH? The OCL parser uses this Metadata Repository (based on JMI) to build a model that conforms to a OCL metamodel. :-) Egon Darrell Schiebel wrote: > 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > ccmtools-users mailing list > ccm...@li... > https://lists.sourceforge.net/lists/listinfo/ccmtools-users > > |