[Tcl Java] Re: [Tcl Java] RE: [Tcl Java] defineclass vs new problems

2000-01-25 Thread Mo DeJong
: > I'm only running on WinNT, and so far only with jdk1.2.2. This is with the > latest tcljava sources from cvs too. > > Vince. > > -Original Message- > From: Scott Redman > To: [EMAIL PROTECTED] > Sent: 1/22/00 4:09 PM > Subject: [Tcl Java] Re: [Tc

[Tcl Java] RE: [Tcl Java] Re: [Tcl Java] RE: [Tcl Java] defineclass vs new problems

2000-01-24 Thread Vince Darley
Title: RE: [Tcl Java] Re: [Tcl Java] RE: [Tcl Java] defineclass vs new problems Yes, the tests run perfectly (including the JavaDefineClass test).  The problem seems to be that some classes load fine, and others do not, even when the classes under question don't reference any other clas

[Tcl Java] Re: [Tcl Java] RE: [Tcl Java] defineclass vs new problems

2000-01-22 Thread Scott Redman
Do the TclBlend and Jacl test suites run fine? -- Scott > Vince Darley wrote: > > I'm only running on WinNT, and so far only with jdk1.2.2. This is with the latest >tcljava sources from cvs too. > > Vince. > The TclJava mailin

[Tcl Java] RE: [Tcl Java] defineclass vs new problems

2000-01-22 Thread Vince Darley
Title: RE: [Tcl Java] defineclass vs new problems I'm only running on WinNT, and so far only with jdk1.2.2.  This is with the latest tcljava sources from cvs too. Vince. -Original Message- From: Scott Redman To: [EMAIL PROTECTED] Sent: 1/22/00 4:09 PM Subject: [Tcl Java] Re:

[Tcl Java] Re: [Tcl Java] defineclass vs new problems

2000-01-22 Thread Scott Redman
defineclass is known to be broken with JDK 1.2.x on Solaris only, the bug in question does not occur with JDK 1.1.x on any platform or on JDK 1.2.x on any platform other than Solaris. Which JDK are you using and on which platform? -- Scott > Vince Darley wrote: > > I'm still running into pro

[Tcl Java] defineclass vs new problems

2000-01-22 Thread Vince Darley
Title: defineclass vs new problems I'm still running into problems trying to use 'java::defineclass $data' vs just using java::new.  I have a very simple class which just fails to be loaded with defineclass, but is very happy with new.  I've been unable to track down exactly why it fails: seem