RE: [Biojava-l] Error with VisualJ++

2001-12-10 Thread Wiepert, Mathieu
Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 7:55 AM To: 'Petri Pehkonen'; Thomas Down Cc: [EMAIL PROTECTED] Subject: RE: [Biojava-l] Error with VisualJ++ You're pretty much out of luck. You could try getting the backwards compatible collections stuff from t

Re: [Biojava-l] Error with VisualJ++

2001-12-10 Thread David Huen
On Mon, 10 Dec 2001, Petri Pehkonen wrote: > Hi, > > Thank's! Visual J++ didn't build the program you (Thomas) gave. It didn't > find Map and HashMap -classes so it supports Java 1.1. Now I wonder how to > make it support 1.2 or higher, suggestions? > IMHO,the effort to extend VJ++ would probab

RE: [Biojava-l] Error with VisualJ++

2001-12-10 Thread Dickson, Mike
> Cc: [EMAIL PROTECTED] > Subject: Re: [Biojava-l] Error with VisualJ++ > > > Hi, > > Thank's! Visual J++ didn't build the program you (Thomas) > gave. It didn't > find Map and HashMap -classes so it supports Java 1.1.

Re: [Biojava-l] Error with VisualJ++

2001-12-10 Thread Petri Pehkonen
Hi, Thank's! Visual J++ didn't build the program you (Thomas) gave. It didn't find Map and HashMap -classes so it supports Java 1.1. Now I wonder how to make it support 1.2 or higher, suggestions? -Petri Pehkonen- ___ Biojava-l mailing list - [EMAI

Re: [Biojava-l] Error with VisualJ++

2001-12-10 Thread Thomas Down
On Mon, Dec 10, 2001 at 11:38:25AM +0200, Petri Pehkonen wrote: > Hello, > > I've made a Blast report parser with Java. There is little problems with > executing the code with Microsoft Visual J++. The same code works well > when I execute it with JBuilder, but in Visual J++ I get a > NoClassDefF

Re: [Biojava-l] Error with VisualJ++

2001-12-10 Thread Petri Pehkonen
Hello, Thank you for the answer Mark. Only that our department has a license only for that Microsoft product, so I have to try to use that or order JBuilder license. I noticed the same things that you mentioned about the Visual J++ when I started to use it. It mixes as little as possible of Java

Re: [Biojava-l] Error with VisualJ++

2001-12-10 Thread Mark Schreiber
Hi - I must say that I am surprised that Visual J++ works at all. Visual J++ is not "pure java", more a kind of Java for windows. Code generated by visual J++ is not portable (I think), however that doesn't answer you question. My guess would be that the VM provided by J++ is not pure java eithe

[Biojava-l] Error with VisualJ++

2001-12-10 Thread Petri Pehkonen
Hello, I've made a Blast report parser with Java. There is little problems with executing the code with Microsoft Visual J++. The same code works well when I execute it with JBuilder, but in Visual J++ I get a NoClassDefFoundError -exception. So I've added needed jar-files to classpath (biojava,b