那你如果要增加一个*.jar文件么办?

解决方案 »

  1.   

    如果你的包名是:package com.XXX.TestClass
    那么你就必需在工程的src目录下建:
                   ...\src\com\XXX\TestClass目录TestClass文件夹放你用的java文件。
     以此类推。
      

  2.   

    通过JBuilder的属性设置就可以
      

  3.   

    紧急插播:http://www.csdn.net/expert/topic/548/548676.xml
      

  4.   

    当我用Swing控件中的Data控件设置完成以后,测试连接时,出现下面的警告信息:“com.borland.dx.dataset.DataSetException: The driver: oracle.jdbc.driver.OracleDriver could not be loaded.  This could be a problem with the driver itself, or that the driver is not found on the classpath.”,如何设置Classpath,才能使其正常工作?