Re: Highlighted text detection

2005-05-27 Thread nmeyers
On Fri, May 27, 2005 at 09:47:51AM -0600, Mike Adolf wrote: > If this is the wrong list for this post, let me know. > > I have a form having a mix of JTables, JTextAreas, and JTextFields. I want > to > know when a user highlightes/selectes text in any of them (to enable copy > button). To sel

Re: JDK 1.4.2 fonts issue

2004-07-12 Thread nmeyers
On Mon, Jul 12, 2004 at 08:57:20AM -0500, Amit Kirdatt wrote: > We have a web application which generates RTFs dynamically (uses jFor). One > of the RTFs contains the following symbol ? (symbol for section). Now this > symbol displays correctly if we start our JBoss server from the command > line,

Re: Using JNI to run root-priviledged tasks

2004-06-21 Thread nmeyers
On Mon, Jun 21, 2004 at 11:46:39AM +0530, John Varghese wrote: > Hello all > I am using Linux 7.2 and j2sdk1.4.1 > > I would like to use JNI to perform some root-priviledged tasks > say like adding users to system, restarting some daemons, Hello John, What exactly are you trying to do? Perf

Re: Max number of threads with NPTL

2004-02-04 Thread nmeyers
On Wed, Feb 04, 2004 at 07:06:24PM +0100, Vincent Touquet wrote: > On Wed, Feb 04, 2004 at 09:56:57AM -0800, Hui Huang wrote: > >Default stack size is 512k. You need 3500 * 512k = 1750M address space > >for 3500 threads. Try -Xss96k. Also check your limit on max #processes > >(ulimit -u), you can't

Re: How do you get to process list ?(ps auwwx in Java)

2000-11-21 Thread nmeyers
Peter Pilgrim wrote: > Hi > > I am considering writing a JNI to the process list. > How do you do this in Linux/Unix? Most such things are done on Linux using information available from the /proc filesystem - you should be able to write a very thorough ps, just by reading from that filesystem

Re: How big a server is required to deploy JServ?

1999-10-01 Thread nmeyers
On 1 Oct, Tim Reilly wrote: > Can anyone confirm this? Honestly, this scares the hell out of me. Marc's warning is a wise one, but Solaris is not the last or most perfect word in good deployment options. The Volano benchmarks report on the performance of Java server environments (http://www.vol

Re: Working with many .java files jikes Compiler

1999-07-30 Thread nmeyers
Michael Emmel wrote: > > > > We use make to great advantage. Our system has ~1000 java files and > > make reduces compile time dramatically. ( We use jikes, too, so that > > helps. ) Using production rules, make will only compile a java file > > when the timestamp on the .java file is later tha

Re: Problem with fonts (Font specified in font.properties not found )

1999-05-22 Thread nmeyers
This is discussed in the mail archives and maybe even the FAQ. If you're not using the Zapf Dingbat fonts, it's nothing to lose sleep over. Nathan > Stephen Lohning wrote: > > > I am having trouble getting java 2 running on my redhat 5.2 PC(386) > > system. > > bash$ javac SimpleExample.java >

Re: AW: java and multithreading

1999-05-11 Thread nmeyers
Threads are independent streams of execution that run concurrently (or at least with the appearance of concurrency), possibly on multiple CPUs. If you want to coordinate activity between threads -- such as determining a sequence in which output appears -- you have to use the tools available for th

Re: javax.swing.preview not found

1999-05-01 Thread nmeyers
> At 03:12 a.m. 01/05/99 -0600, you wrote: > >Keep the javax.swing.* line, only remove javax.swing.preview. > > > >--Jeff > > Ok, thankyou, I understand, my problem is that I dont have the javax> package > How could I find it, I´m using Linux 5.2 whith JDK 1.1.7 and there is > not any "javax" i

hotjava/jdk1.2?

1999-03-30 Thread nmeyers
Does anyone know if the Sun hotjava browser is supposed to work under JDK1.2? I've had no luck to date -- failing on startup with AccessControlException. Wondering whether to suspect hotjava, 1.2, or the Linux port. Nathan Meyers [EMAIL PROTECTED] - Th

Re: java -X coredumps?

1999-03-22 Thread nmeyers
Dimitris Vyzovitis wrote: > Hi, > > I am trying to java -X in order to see the non-standard vm arguments, > but it coredumps after printing the message! Well, yes... but at least it happens *after* the message :-). If you want more detail on the profiling option (-Xrunhprof:help) you won't get

Re: anyone got jar working with jdk1.2???

1999-03-17 Thread nmeyers
> hello, > > am i the only one to have problems with the jar prog of the jdk1.2-prev1 > version??? > > each time i try to packege something i get the message: Can't determine > application home Works fine for me on RH5.2. Nathan - This message

Re: Reading the /proc directory of other computers

1999-03-11 Thread nmeyers
Juan Carlos wrote: > How can I read the /proc directory of other computers? Did you really mean to send your questions about /proc and SNMP to the Java-Linux mailing list? You'll find some good Linux how-to's at http://www.linux.org/help/index.html . I recommend you start there. That page will

Re: web server

1999-01-20 Thread nmeyers
Jinpeng Xie wrote: > I am wondering whether there is a web server that can process jhtml > files and can run on Linux platforms. > > Java web server can process jhtml, but only run on NT and Solaris. > I didn't read documentation about apache very recently. Try Jigsaw from the W3 Consortium -- i

Re: Performance

1999-01-14 Thread nmeyers
Helge Hielscher wrote: > > I just wondered why my JAVA Programm runs so slow. xosview display > seldom more than 60% cpu load and a load of max. 0.2 and the Database > Server I use is also on low load 0.1, cpu<40%. > How can I increase the speed? TYA 1.2 doesnt work (problem with > JEditorPane).

Re: JCK licensing restriction (was: JDK1.2)

1999-01-13 Thread nmeyers
Trevor Harmon wrote: > I disagree on that last point, and I was wondering if anyone else feels > the same. (I'm referring to the part about not releasing any version of > the Linux JDK 1.2 until passing compatibility tests being a good thing.) If you really want to be a beta tester, then I conc