follow-up Re: UnknownHostException

2000-12-07 Thread Nancy F. Maniquis
it seems that in Windows, the URL returned by one of our app's methods starts with "file:\C:\blahblah", which seems to work fine. In Linux, the returned URL starts with "file://home/username/blahblah". we'll try to remove the first "/" at the start. i hope that works. -- nancy - Original

Re: java (and possibly other threaded apps) hanging in rt_sigsuspend

2000-12-07 Thread Juergen Kreileder
> "Frank" == Frank de Lange <[EMAIL PROTECTED]> writes: Frank> I saw your remarks on the kernel mailing list Frank> wrt. 'threaded processes get stuck in Frank> rt_sigsuspend/fillonedir/exit_notify' dd. 2911-12, and Frank> thought you might be interested in the fact that s

UnknownHostException

2000-12-07 Thread Nancy F. Maniquis
Hello all! I have a java application (jdk 1.3) that works fine in Windows 98 but spews out this exception in my Linux pc (Red Hat 6.1): java.net.UnknownHostException: home at java.net.InetAddress.getAllByName0(InetAddress.java:571) at java.net.InetAddress.getAllByName0(InetAddress.java:540) a

Re: CVS vs RCS vs ? Thanks

2000-12-07 Thread John D. Mitchell
> "jknutson" == jknutson <[EMAIL PROTECTED]> writes: [...] > I haven't put up anything because I assumed commercial products were > "right out". We use perforce (www.perforce.com) for our configuration > management. It sits on top of RCS. Not really, Perforce is a completely standalone, se

Re: Is it possible to start Java application in another directory?

2000-12-07 Thread Joi Ellis
On Thu, 7 Dec 2000, Jacob Nikom wrote: > Hi, > > I found that I cannot do very simple thing in Java. > > If I start Java application like HelloWorldApp.java > in the directory where HelloWorldApp.class file is > it works OK. > > If I start it in another directory like > java Another_director

Is it possible to start Java application in another directory?

2000-12-07 Thread Jacob Nikom
Hi, I found that I cannot do very simple thing in Java. If I start Java application like HelloWorldApp.java in the directory where HelloWorldApp.class file is it works OK. If I start it in another directory like java Another_directory/HelloWorldApp/HelloWorldApp it complains: Exception in th

Re: Starting java

2000-12-07 Thread Joi Ellis
On Thu, 7 Dec 2000, Mohamed Mokhtar Bin Ahmad Dziauddin wrote: > Hi all, > > I'm using java1.3 for my linux-box. Everyday I had to restart the java > service by typing > export PATH=/usr/java/jdk1.3/bin:$PATH > This problem has really bugging me. How can I make the Java service > running p

Is there a solution?

2000-12-07 Thread meryama tazi
My question is a Java-related question and could not be specific to the subject of this mailing list: My applet works fine in IE but doesn't work correctly in Netscape. As a solution to this problem, I have tried to deploy the Java Plug-in software from Sun within our Intranet environment: the J

Re: Template makefile for Java?

2000-12-07 Thread Florent Coste
You could use ant, it some a new standard makefile for java development : http://jakarta.apache.org. ( it has built in 'rules' for many common tasks ). Florent. Vladimir G Ivanovic wrote: > > If you have makefile that could be used as a template, please post it > (or post a link to it.) It wou

Starting java

2000-12-07 Thread Mohamed Mokhtar Bin Ahmad Dziauddin
Hi all, I'm using java1.3 for my linux-box. Everyday I had to restart the java service by typing export PATH=/usr/java/jdk1.3/bin:$PATH This problem has really bugging me. How can I make the Java service running permanetly so I don't have to the export command everytime I need to use jav