Re: Any resources shared between JVMs?

2006-10-12 Thread David Brodrick
n the same host can interact in > some way? Are there any common resources that could enable one JVM to be > blocked for a short period while another JVM is starting up? Or is my > problem more likely to be normal resource (CPU) competition? > > I suspect it's the latter but

Re: Any resources shared between JVMs?

2006-10-11 Thread Dominic Duval
program in a tight loop. > > I was wondering whether different JVMs on the same host can interact in > some way? Are there any common resources that could enable one JVM to be > blocked for a short period while another JVM is starting up? Or is my > problem more likely to be normal

Any resources shared between JVMs?

2006-10-11 Thread David Brodrick
that fires up a different java program in a tight loop. I was wondering whether different JVMs on the same host can interact in some way? Are there any common resources that could enable one JVM to be blocked for a short period while another JVM is starting up? Or is my problem more likely to be norma

Re: Resources

2001-10-13 Thread Avi Cherry
At 1:40 PM +0200 10/13/01, Raphael Mack wrote: >I need some resources like Images and other files in my java-app. Where >should I install them? >Is there a way to locate them when someone doesn't install my app to >the default directory (then I cannot use absolute paths/the sam

Resources

2001-10-13 Thread Raphael Mack
Hello, thanks for the answers on the other topics. I need some resources like Images and other files in my java-app. Where should I install them? Is there a way to locate them when someone doesn't install my app to the default directory (then I cannot use absolute paths/the sam proble

Diagnosing Java Code,Creating applets with VisualAge for Java,Javadeveloper resources written in Japanese

2001-02-20 Thread Anuraj Singh
<<0>>-<>-<>-<>-<<0>> Java developer resources written in Japanese Go to the developerWorks Japan Java Zone to find Java development articles, white-papers, and tutorials written in Japanese. At the dW Japan Java Zone You can find these article

Diagnosing Java Code,Creating applets with VisualAge for Java,Javadeveloper resources written in Japanese

2001-02-19 Thread Anuraj Singh
<<0>>-<>-<>-<>-<<0>> Java developer resources written in Japanese Go to the developerWorks Japan Java Zone to find Java development articles, white-papers, and tutorials written in Japanese. At the dW Japan Java Zone You can find these article

Re: Java/Linux Resources from IBM

2000-10-11 Thread Joseph Shraibman
Nathan Meyers wrote: > > Joseph Shraibman wrote: > > > Jeffrey I Condon/Cupertino/IBM wrote: > > > > > > A proposal for fixing the Java programming language's threading problems > > > - > > > Allen Holub suggests that the Ja

Re: Java/Linux Resources from IBM

2000-10-11 Thread Matt Peterson
Nathan Meyers wrote: > > Joseph Shraibman wrote: > > > Jeffrey I Condon/Cupertino/IBM wrote: > > > > > > A proposal for fixing the Java programming language's threading problems > > > - > > > Allen Holub suggests that the Ja

Re: Java/Linux Resources from IBM

2000-10-11 Thread Matt Peterson
Jeffrey I Condon/Cupertino/IBM wrote: > > A proposal for fixing the Java programming language's threading problems > - > Allen Holub suggests that the Java programming language's threading model > is possibly the weakest part

Re: Java/Linux Resources from IBM

2000-10-10 Thread Nathan Meyers
Joseph Shraibman wrote: > Jeffrey I Condon/Cupertino/IBM wrote: > > > > A proposal for fixing the Java programming language's threading problems > > - > > Allen Holub suggests that the Java programming language's threading mo

Re: Java/Linux Resources from IBM

2000-10-10 Thread Joseph Shraibman
Jeffrey I Condon/Cupertino/IBM wrote: > > A proposal for fixing the Java programming language's threading problems > - > Allen Holub suggests that the Java programming language's threading model > is possibly the weakest part

Java/Linux Resources from IBM

2000-10-10 Thread Jeffrey I Condon/Cupertino/IBM
A proposal for fixing the Java programming language's threading problems - Allen Holub suggests that the Java programming language's threading model is possibly the weakest part of the language. This article proposes signific

Re: ofmipd-smtp-resources?

2000-08-14 Thread Ola Samuelson
wow! not really for this list i'd say and much more info needed to solve your problem. can be anything from network problem to java code .. Take a look at javamail and try the lists at sun. Christian Kruggel wrote: > Hi there! > > I try to write a little Java-SMTP-Client but fail to authen

Re: ofmipd-smtp-resources?

2000-08-11 Thread Oliver Koell
At 15:30 11.08.00 +0200, Chris wrote: >I try to write a little Java-SMTP-Client but fail to authenticate to an >server that identifies itself as "ofmipd.local". >My search for documents that deal with this kind of server failed, I >just found one poor hint, that it's NOT a SMTP-Server. >Any Java-M

ofmipd-smtp-resources?

2000-08-11 Thread Christian Kruggel
Hi there! I try to write a little Java-SMTP-Client but fail to authenticate to an server that identifies itself as "ofmipd.local". My search for documents that deal with this kind of server failed, I just found one poor hint, that it's NOT a SMTP-Server. Any Java-Mail-Client-Wizzard out there who

XML Technology Update & Resources

2000-06-30 Thread ssdhanoa
Hello, Being that you have expressed interest in XML technologies at IBM. We thought that the following new technology update (Xeena) and XML tutorials may prove valuable to you. If you would not like to receive further information about free XML resources form IBM, please reply with "No

Re: How to Map the network resources

1999-07-03 Thread Cees de Groot
[EMAIL PROTECTED] wrote: >I mean I can use java to access another machine's >resources i.e file and the printer connect to it .I >can also add ,delete ,rename the file. > I'm quite sure that, given enough creativity and time, you can. Win'95 has a server software, Back

Re: How to Map the network resources

1999-07-03 Thread Matthias Pfisterer
t; How do I use java to map the network resources without > the need to mount i.e the NFS or installed Novell > Netware ? > > I mean I can use java to access another machine's > resources i.e file and the printer connect to it .I > can also

How to Map the network resources

1999-07-02 Thread LAIKOK
How do I use java to map the network resources without the need to mount i.e the NFS or installed Novell Netware ? I mean I can use java to access another machine's resources i.e file and the printer connect to it .I can also add ,delete ,rename the

Re: Resources...

1998-08-31 Thread Artur Biesiadowski
Canal + Belgique (Informatique) wrote: > I guess there must be a workaround to force the calling classes to > get the actual value for the strings from the file Resource.class (where > they are too, according to a "find in files"). Probably making them > non-static will do the trick, but that

Re: Resources...

1998-08-31 Thread Sivakumar Natarajan
Hi Why dont you take a look at java.util.ListResourceBundle. Organizing your messages as resource bundles, will also help in internationalization. -- shiv

Re: Resources...

1998-08-31 Thread Ashwani Kaul
the string. Hope this helps. >>> "Canal + Belgique (Informatique)" <[EMAIL PROTECTED]> 08/31/98 02:09pm >>> As a C programmer learning Java, I was wondering how to place resources such as Strings in a separate file, so that it is easier to translate or mod

Resources...

1998-08-31 Thread Canal + Belgique (Informatique)
As a C programmer learning Java, I was wondering how to place resources such as Strings in a separate file, so that it is easier to translate or modify them globally. I thus used the following "resource code": *** file : Resource.java ***