I2CPort not supported with TiniOS 1.12?

"Joel Rowley" <[email protected]> Wed, 19 May 2004 17:17:34 -0400
Newsgroups gmane.comp.hardware.microcontrollers.tini
Message-ID <200405191706818.SM03688@jrowl611>
Hello List,

I am in the process of upgrading my Tini program from TiniOS 1.02e to TiniOS
1.12.  My problem (I think) is that they moved the I2CPort.class file to the
${tinisdk}/bin/Modules.jar file instead of where it used to be in the
tiniclasses.jar file.  I put the ${tinisdk}/bin/Modules.jar file in my javac
classpath and it compiles my .java file to classes.  My problem comes in
when I try to run TINIConvertor.  This is the line that I use when I run
TINIConvertor:

C:\j2sdk1.4.2_04\bin\java.exe -classpath D:\TINI\SDK\tini1.12\bin\tini.jar;
TINIConvertor -i -f .\bin -o Hvac.tini -d D:\TINI\SDK\tini1.12\bin\tini.db

When I run that line, this is what I get:

TINIConvertor (KLA)
Version 1.31 for TINI 1.1
Built on or around August 27, 2003
Copyright (C) 1996 - 2003 Dallas Semiconductor Corporation.
Could not find the class com/dalsemi/system/I2CPort
Could not finish loading: java.lang.ClassNotFoundException: Could not find
the class com/dalsemi/system/I2CPort
Exception caught: java.lang.RuntimeException: Could not finish loading:
java.lang.ClassNotFoundException: Could not find the class
com/dalsemi/system/I2CPort
java.lang.RuntimeException: Could not finish loading:
java.lang.ClassNotFoundException: Could not find the class
com/dalsemi/system/I2CPort
        at
com.dalsemi.system.classloader.TINIClassLoader.beginLoading(TINIClassLoader.
java:142)
        at com.dalsemi.TINIConvertor.go(TINIConvertor.java:725)
        at com.dalsemi.TINIConvertor.main(TINIConvertor.java:324)
        at TINIConvertor.main(TINIConvertor.java:16)
Exception in thread "main" java.lang.RuntimeException: Could not finish
loading: java.lang.ClassNotFoundException: Could not find the class
com/dalsemi/system/I2CPort
        at
com.dalsemi.system.classloader.TINIClassLoader.beginLoading(TINIClassLoader.
java:142)
        at com.dalsemi.TINIConvertor.go(TINIConvertor.java:725)
        at com.dalsemi.TINIConvertor.main(TINIConvertor.java:324)
        at TINIConvertor.main(TINIConvertor.java:16)

Is there something that I am forgetting?  I don't know for sure, but I think
they forgot to add I2CPort support into the tini.db file.  If anyone has any
idea what the problem is, could you please reply back?

Thanks so much!
Joel Rowley

_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini