Re: java developer feedback

2000-11-22 Thread Jason Gilbert
't specify and address, you get all addresses. Broadcast and otherwise. jason -- Jason Gilbert | http://home.hiwaay.net/~gilbertj/ -- I wish I could make the garbage collector thread in my brain less aggressive. ---

Re: java developer feedback

2000-11-12 Thread Jason Gilbert
Joi Ellis wrote: > > > Oh, please don't make java dependant upon gnome or kde only. Make it > generic, please!! I was speaking more in terms of using Gtk+ or Qt instead of motif. Not making it specific to any desktop, just using a toolkit that would match the look of other apps. Also maybe a

Re: java developer feedback

2000-11-12 Thread Jason Gilbert
like many others, have developed custom APIs that our company uses. Mostly b/c they just don't/didn't exist at the time of need. However, we maintain compatibility at some level. I'm not saying all APIs are bad. JDBC and Servlets as clear winners. Though they could use imp

Re: JMF Port Status for linux??

1999-06-03 Thread Jason Gilbert
layed the audio fine, but the video frames weren't changing. jason On Thu, 3 Jun 1999, Sumit Gupta wrote: > I am interested in using the Java Media Framework on > linux. Can anybody tell me when the JMf port will be > available? Jason Gilbert | http://w

Re: A Java VM that uses svgalib?

1999-03-03 Thread Jason Gilbert
> > Do you think it would be a prohibitivly enormous undertaking to make the > > vm work with svgalib? Maybe a better move would be to implement it using libggi? jason Jason Gilbert | http://www.scott.net/~jason/ -- I wish I co

Re: Problem with TYA 1.2

1998-12-14 Thread Jason Gilbert
On Mon, 14 Dec 1998, Mario Camou wrote: > I just installed TYA 1.2. My code used to work perfectly with previous versions, > now I get a thread dump. > > There's also a weird "user programm switched off JIT compiling" message. It appears that the jvm is calling a method that switches off the ji

Re: Reusable threads?

1998-11-13 Thread Jason Gilbert
njuction w/ the java apache project (http://java.apache.org) jason -- Jason Gilbert | http://www.scott.net/~jason/ | http://www.homewood.net -- I wish I could make the garbage collector thread in my brain less agressive.

Re: FilenameFilter for FileDialog

1998-10-14 Thread Jason Gilbert
On Wed, 14 Oct 1998, Bernd Wengenroth wrote: > Ich have some problems using a filenamefilter > with FileDialog.setFilenameFilter(). > > It seem that the filedialog doesn't call the "accept"-method > of the filter. It's not. This is listed in the JDC bug system as a sun bug due to motif. I

Re: full screen frames

1998-08-25 Thread Jason Gilbert
he Window class does not contain a border. Whoops, I just noticed that you aren't using a window manager. You might try it anyway. jason -- Jason Gilbert | http://www.scott.net/~jason/ | http://www.homewood.net -- I wish I

Re: RMI on Linux

1998-07-04 Thread Jason Gilbert
lass], the main > server classvery strange Are all classes that the server class depends on in your path? I've had problems starting apps that use JFC when I would forget to put the swing stuff in my path. The error would be about the main class when it really couldn't find s

Re: Creating non-sun RMI Registry

1998-07-01 Thread Jason Gilbert
e this should be correct. jason -- Jason Gilbert | http://www.scott.net/~jason/ | http://www.homewood.net -- I wish I could make the garbage collector thread in my brain less agressive.

Re: RMI on Linux

1998-07-01 Thread Jason Gilbert
I've found that occasionally if I forgot to put the directoy for my classes in the CLASSPATH and tried to run the server it would fail. I would then have to restart the rmiregistry for it to work. Just putting the things in my CLASSPATH w/o the restart wouldn't work. Which classes can'

Re: Creating non-sun RMI Registry

1998-06-30 Thread Jason Gilbert
It was awhile back so I'd have to > > take a look back at it if you want something past "yes, it's possible". -- Jason Gilbert | http://www.scott.net/~jason/ | http://www.homewood.net -- I wish I could make the garbage collector thread in my brain less agressive.

Re: Creating non-sun RMI Registry

1998-06-29 Thread Jason Gilbert
On Mon, 29 Jun 1998, Jason Dillon wrote: > Does anyone happen to know how to install a non-sun RMI Registry object that > Naming will talk to? I can't seem to find any documentaion on this at all. I > rather suspect that it is not possible, but why the Registry interfaces? By non-sun you appa

Re: Is there a linux java editing tool?

1998-06-14 Thread Jason Gilbert
CyberPsychotic wrote: > > > > > > > Matt > > > > I reccomend vi, but many people think emacs is a good editor. > > > > will it do sintaxis highlighting and stuff? It does if you get vim 5.0. http://www.vim.org/ jason --

Re: Probably FAQ: threads and console?

1998-05-24 Thread Jason Gilbert
Bernd Kreimeier wrote: > > Is there a problem with several threads using System.out > at the same time? A JDK problem? Or a Linux JDK problem? I believe it's a green threads JDK problem. jason -- Jason Gilbert | http://www.scott.net/~jason/ | http://ww