Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aperi-dev] building the SAN Simulator

Hi Ron,

Are you using Sun JDK 1.5 and DB2 UDB 8.2 or higher
(  http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Blob.html  )  ?
You also need to put the DB2 JDBC driver zip/jar files later in your
classpath to run.

regards,
Ramani R. Routray
IBM Almaden Research Center
Tel: (408)-927-3559, Email : routrayr@xxxxxxxxxx


                                                                           
             "Ron Thielen"                                                 
             <rthielen@uchicag                                             
             o.edu>                                                     To 
             Sent by:                  <aperi-dev@xxxxxxxxxxx>             
             aperi-dev-bounces                                          cc 
             @eclipse.org                                                  
                                                                   Subject 
                                       [aperi-dev] building the SAN        
             10/31/2007 09:51          Simulator                           
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
             Aperi Development                                             
             <aperi-dev@eclips                                             
                  e.org>                                                   
                                                                           
                                                                           




I’m trying to build the SAN simulator.  I want to demonstrate Aperi here,
but don’t want to do so on our production SAN.  By adding the wbemservices
jar files to the build path and creating a lib folder with
sblimCIMClient.jar in it, I have resolved all but 4 build errors.  I get
two errors from the two instances of CIMDataBLOB.java:

The type CIMDataBLOB must implement the inherited abstract method Blob.free
()
   and
The type CIMDataBLOB must implement the inherited abstract method
Blob.getBinaryStream(long, long)

Somehow I think that stubbing these out is not the way to go.  Any advice?

Thanks,
Ron
(Embedded image moved to file: pic29732.jpg)
cid:image001.jpg@01C81B1A.A3F82F30
 (See attached file: Ronald J  Thielen.vcf)
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev

Attachment: pic29732.jpg
Description: JPEG image

Attachment: Ronald J Thielen.vcf
Description: Binary data


Back to the top