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
> "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
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
> "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
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
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
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
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
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
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
10 matches
Mail list logo