Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #11124 > unrolled thread

java.library.path anomaly

Started byRoedy Green <see_website@mindprod.com.invalid>
First post2012-01-09 04:26 -0800
Last post2012-01-10 00:18 -0800
Articles 2 — 1 participant

Back to article view | Back to comp.lang.java.programmer


Contents

  java.library.path anomaly Roedy Green <see_website@mindprod.com.invalid> - 2012-01-09 04:26 -0800
    Re: java.library.path anomaly Roedy Green <see_website@mindprod.com.invalid> - 2012-01-10 00:18 -0800

#11124 — java.library.path anomaly

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-01-09 04:26 -0800
Subjectjava.library.path anomaly
Message-ID<91nlg71a35ctdod076736gkah75m6t6i00@4ax.com>
There is a directory C:\Windows\Java\bin in java.library.path.  But
there is no such directory. Sun put it there. It did not inherit from
my path.
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
If you can't remember the name of some method, 
consider changing it to something you can remember.
 

[toc] | [next] | [standalone]


#11158

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-01-10 00:18 -0800
Message-ID<hpsng71gjh8r5bpdt4d4e2nvqt32jen6fm@4ax.com>
In reply to#11124
On Mon, 09 Jan 2012 04:26:53 -0800, Roedy Green
<see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted
someone who said :

>There is a directory C:\Windows\Java\bin in java.library.path.  But
>there is no such directory. Sun put it there. It did not inherit from
>my path.

I have discovered yet another java.library.path anomaly.

Java puts three duplicates on the path.

.;
C:\Windows;
C:\Windows\system32;


-- 
Roedy Green Canadian Mind Products
http://mindprod.com
If you can't remember the name of some method, 
consider changing it to something you can remember.
 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web