Importing a class with an ambiguous name

2010-02-11 Thread igorrumiha
Hi, I'm exploring the jexcelapi library (http:// jexcelapi.sourceforge.net), and one of the classes there is jxl.write.Number. So, when I do: => (import 'jxl.write.Number) I get: Number already refers to: class java.lang.Number in namespace: user [Thrown class java.lang.IllegalStateException]

Re: Importing a class with an ambiguous name

2010-02-11 Thread Joop Kiefte
If I remember correctly it will work just fine if you don't import it and you refer to it like (jxl.write.Number... Please correct me if I'm wrong. Joop Kiefte 2010/2/11 igorrumiha > Hi, > > I'm exploring the jexcelapi library (http:// > jexcelapi.sourceforge.net), and one of the classes there

Re: Importing a class with an ambiguous name

2010-02-11 Thread igorrumiha
On Feb 11, 1:24 pm, Joop Kiefte wrote: > If I remember correctly it will work just fine if you don't import it and > you refer to it like (jxl.write.Number... > > Please correct me if I'm wrong. You are correct! Thanks! -- Igor Rumiha -- You received this message because you are subscribed to