Java or C/C++

2002-01-11 Thread tim_
I am having trouble choosing a language to develop for: Java or C/C++. I have made applications in both languages, and I must say that Java was certainly easier. However, Debian's policies regarding the use of Java seem almost anti-java, which I can understand since Java is such a proprietary

Re: Java or C/C++

2002-01-11 Thread R . Pac
Any opinions? Could you tell us a bit more about the project you plan to develop ? Pac -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

RE: [summary] Re: policy proposition for javadoc installation

2002-01-11 Thread GOMEZ Henri
What's the final decision on javadoc installation ? /usr/share/javadoc/ or just /usr/share/doc/ ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A

Re: Java or C/C++

2002-01-11 Thread Robert Bihlmeyer
[EMAIL PROTECTED] writes: I am having trouble choosing a language to develop for: Java or C/C++. I have made applications in both languages, and I must say that Java was certainly easier. To make your choice even harder (or maybe easier), you could try a few higher-level languages as well,

Re: Re: Java or C/C++

2002-01-11 Thread tim_
The project is a free, modular text editor which could work with plugins. It would be released under the GPL. It would not require any network interaction. It is only a client-side package. Could software created using Java be released under the GPL? // timothy -- To UNSUBSCRIBE, email to

Re: Java or C/C++

2002-01-11 Thread R . Pac
Any opinions? Could you tell us a bit more about the project you plan to develop ? Pac

RE: [summary] Re: policy proposition for javadoc installation

2002-01-11 Thread GOMEZ Henri
What's the final decision on javadoc installation ? /usr/share/javadoc/ or just /usr/share/doc/ ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F

Re: java version

2002-01-11 Thread Arnaud Vandyck
[EMAIL PROTECTED] wrote: I want to install NetBeans IDE; it requires java 2 to run. Since I'm running debian/potato, what packages should I install to satisfy the IDE's requirement? #Add this line to /etc/apt/source.list deb ftp://ftp.easynet.be/blackdown/debian potato non-free #Or choose

Re: Java or C/C++

2002-01-11 Thread Robert Bihlmeyer
[EMAIL PROTECTED] writes: I am having trouble choosing a language to develop for: Java or C/C++. I have made applications in both languages, and I must say that Java was certainly easier. To make your choice even harder (or maybe easier), you could try a few higher-level languages as well,

Re: Re: Java or C/C++

2002-01-11 Thread tim_
The project is a free, modular text editor which could work with plugins. It would be released under the GPL. It would not require any network interaction. It is only a client-side package. Could software created using Java be released under the GPL? // timothy

Re: Re: Java or C/C++

2002-01-11 Thread Fabian Moerchen
hi there's several free java text editors with a plugin architecture out there, take a look at: http://www.linuxprogramming.com/news/news_story.php3?ltsn=2000-09-13-001-03-DT i'm sure there's tons of free C++ text editors, too. just a thought. if nothing out there pleases me, i write it