Re: Java or C/C++

2002-01-12 Thread Matthias Pfisterer
Hi, in your case, the question of C++ vs Java becomes the minor one. There are at least (rough estimate) 5 such projects. The real question is: why another one? Matthias [EMAIL PROTECTED] wrote: The project is a free, modular text editor which could work with plugins. It would be

Re: Java or C/C++

2002-01-12 Thread Matthias Pfisterer
Hi, in your case, the question of C++ vs Java becomes the minor one. There are at least (rough estimate) 5 such projects. The real question is: why another one? Matthias [EMAIL PROTECTED] wrote: The project is a free, modular text editor which could work with plugins. It would be released

Re: Java or C/C++

2002-01-12 Thread Robert Bihlmeyer
[EMAIL PROTECTED] writes: Could software created using Java be released under the GPL? Sure. To be truly free, IMO, it should be buildable without non-free software (e.g. with the Java compiler included with GCC). -- Robbe signature.ng Description: PGP signature

Re: Re: Java or C/C++

2002-01-12 Thread Colin Watson
On Fri, Jan 11, 2002 at 01:50:04PM -0800, [EMAIL PROTECTED] wrote: Could software created using Java be released under the GPL? Yes. See http://www.gnu.org/software/java/java.html. -- Colin Watson [EMAIL PROTECTED]

AccessControlException

2002-01-12 Thread franck routier
Hi all, I have a problem that I don't know how to track. I use a ant task from NetBeans. The exact same code (from a cvs repository) on the following environments compile perfectly fine : - Debian GNU/Linux PowerPC + Blackdown JDK 1.3.0 (no deb package) - Mac OSX 10.1.2 + Apple JDK 1.3.1 But