import 2 different org package

2003-02-13 Thread Ginger Cheng
Hello, Can anyone help me with this: I have the apache's org package (in jar files) imported. But now I need to import another org package from biojava, the files are in package: org.biojava. I have it mounted in netbeans-3.4's file system, (in classpath then). But it just refuse to

Re: import 2 different org package

2003-02-13 Thread Nicolas De Loof
They're is no conflict since apache packages are in java org.apache.* namespace and biojava in org.biojava.*. The same way you could have org.anything.* packages added. You only have conflicts if two jars have sames classes with different versions, and then the first jar in classpath order is

Re: import 2 different org package

2003-02-13 Thread Pani Ramasami
I have had this problem sometimes. All I did was UNMOUNT all the files from NetBeans FileSystem and then MOUNT everything back. Once, I did this, then NetBeans was able to pick the files from the JAR. Also, make sure you Mount your source separately. -Pani. -- On Thu, 13 Feb 2003 17:02:57