Re: JavaNNS installation issues under FreeBSD

2003-11-18 Thread Márcio Conceição Goulart
Carl Mascott wrote:

[EMAIL PROTECTED] wrote:

 

Hi everybody,
I'm getting problems to install the JavaNNS 1.1 in FreeBSD 4.9.
I tried to install via ports and the package JavaNNS-LinuxIntel.tar.gz
but with both i get the same error, that they could'nt find the
libSNNS_jkr.so.
It asks the path to put the library(/usr/home/marcio/jnns) and the
library is created in the directory, but JavaNNS can't still find the
library file. Does anyone can help me with some idea?
Below are the output:
   

[ snip ]

Which JDK or JRE are you using?

 

I'm using diablo-jre-1.3.1.0 from www.freebsdfoundation.org

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: JavaNNS installation issues under FreeBSD

2003-11-15 Thread Márcio Conceição Goulart
Andreas Kohn wrote:

On Sat, 2003-11-15 at 00:28, Márcio Conceição Goulart wrote:
 

Hi everybody,
I'm getting problems to install the JavaNNS 1.1 in FreeBSD 4.9.
I tried to install via ports and the package JavaNNS-LinuxIntel.tar.gz
but with both i get the same error, that they could'nt find the
libSNNS_jkr.so.
It asks the path to put the library(/usr/home/marcio/jnns) and the
library is created in the directory, but JavaNNS can't still find the
library file. Does anyone can help me with some idea?
Below are the output:
...
bash-2.05b$ pwd
/usr/home/marcio/jnns
bash-2.05b$ ls
JavaNNS.jar libSNNS_jkr.so
bash-2.05b$ javavm -jar JavaNNS.jar
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
java.lang.Exception: The system couldn´t find the library SNNS_jkr
JavaNNS couldn´t start.
   at javanns.Network.init(Network.java:48)
   at javanns.Snns.init(Snns.java:151)
   at javanns.Snns.appletMain(Snns.java:278)
   at javanns.Snns.main(Snns.java:258)
*** If I do: javavm -Djava.library.file=/usr/home/marcio/jnns -jar
JavaNNS.jar I get the same error as well.
*** even if i login with root the problems are the same.
bash-2.05b$ uname -a
FreeBSD pluto.pyrolabs.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Nov
10 18:01:16 BRST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/PLUTO  i386
Thanks in advance and sorry for my bad english,
Márcio Conceição Goulart.
   

Hi,

try setting LD_LIBRARY_PATH to the current directory, ie.

$ export LD_LIBRARY_PATH=$PWD

HTH, 
 

Hi,
Unfortunately, the problem still persists, i can't realize why the 
system can't find the file, but probably it is some compatibility 
problem of the software.
Anyway, thanks for the help.

Márcio Conceição Goulart

[EMAIL PROTECTED]:~/jnns
$_ echo $LD_LIBRARY_PATH
/home/marcio/jnns
[EMAIL PROTECTED]:~/jnns
$_ pwd
/home/marcio/jnns
[EMAIL PROTECTED]:~/jnns
$_ la
total 1972
drwxr-xr-x   2 marcio  wheel  - 512 Nov 15 15:16 ./
drwxr-xr-x  15 marcio  wheel  -1024 Nov 15 15:12 ../
-rwxr-xr-x   1 marcio  wheel  -  757220 Nov 13 00:05 JavaNNS.jar*
-rw-r--r--   1 marcio  wheel  - 1196614 Nov 15 15:17 libSNNS_jkr.so
[EMAIL PROTECTED]:~/jnns
$_
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


JavaNNS installation issues under FreeBSD

2003-11-14 Thread Márcio Conceição Goulart
Hi everybody,
I'm getting problems to install the JavaNNS 1.1 in FreeBSD 4.9.
I tried to install via ports and the package JavaNNS-LinuxIntel.tar.gz
but with both i get the same error, that they could'nt find the
libSNNS_jkr.so.
It asks the path to put the library(/usr/home/marcio/jnns) and the
library is created in the directory, but JavaNNS can't still find the
library file. Does anyone can help me with some idea?
Below are the output:
...
bash-2.05b$ pwd
/usr/home/marcio/jnns
bash-2.05b$ ls
JavaNNS.jar libSNNS_jkr.so
bash-2.05b$ javavm -jar JavaNNS.jar
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
Font specified in font.properties not found
[--symbol-medium-r-normal--*-%d-*-*-
p-*-adobe-fontspecific]
java.lang.Exception: The system couldn´t find the library SNNS_jkr
JavaNNS couldn´t start.
   at javanns.Network.init(Network.java:48)
   at javanns.Snns.init(Snns.java:151)
   at javanns.Snns.appletMain(Snns.java:278)
   at javanns.Snns.main(Snns.java:258)
*** If I do: javavm -Djava.library.file=/usr/home/marcio/jnns -jar
JavaNNS.jar I get the same error as well.
*** even if i login with root the problems are the same.
bash-2.05b$ uname -a
FreeBSD pluto.pyrolabs.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Nov
10 18:01:16 BRST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/PLUTO  i386
Thanks in advance and sorry for my bad english,
Márcio Conceição Goulart.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]