[freenet-support] Freenet installation on Win98

2007-07-04 Thread Edward Langenback
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Tuesday, July 3, 2007 at 6:19:32 PM
in Message , Philippe 
wrote:

> Good morning,
> I'm trying to install Freenet 0.7 on a PC with Win98 SE.

> The Windows installer doesn't  work, accordingly to the
> statment in the page http://freenetproject.org/download.html
> (error message: "The jar-file 'install.jar' could not be
> executed").

> I've tried to launch Freenet "directly" from Java (JRE
> version 1.5) following NextGen instructions from the post
> https://bugs.freenetproject.org/view.php?id=994:
> "java -cp freenet-stable-latest.jar;freenet-ext.jar
> freenet.node.NodeStarter", but I get the error message:
>  "Exception in thread "main" java.lang.NoClassDefFoundError:
> freenet/node/NodeStarter".

> What could I do ?

> Thank you by advance for your answer.


here's how I did it once upon a time:

You need Java version 1.5 or 1.6
type "java -version" in a console and watch the output

1) Look on this page in your web browser:
http://downloads.freenetproject.org/alpha/

The current build will have a name formatted like this:
freenet-r#-snapshot.jar  The higher numbers are the most recent builds

You'll also need this file:

http://downloads.freenetproject.org/alpha/freenet-ext.jar

2) put 'em both in whatever directory you want freenet to run from.

3) rename "freenet-r#-snapshot.jar" to "freenet.jar"

4) use this command line (I put it in a batch file)

java -cp freenet.jar;freenet-ext.jar;%CLASSPATH%;. freenet.node.Node

Running this under win98se works but there will be no wrapper and it won't
auto update so you'll have to do that manually.  Everything else works
normally.  To get frost, Jsite, Fuqid or other things going follow their
install directions.

in Him,
 -Ed

- --
The best way to get past my spam filter is to use pgp or
gnupg to encrypt your Mail to me with
RSA Key ID: 0x84D46604
(fingerprint: DA03 1EA4 7F5D DF74 B89F  E871 757E 627C 84D4 6604)
This key can be found on public keyservers such as
http://keyserver.kjsl.com:11371/#extract
- -=-=-=-=-=-=-=-=-=-=-=
http://blog.peculiarplace.com/
http://comfortfantasies.purrfectdomains.com/
http://comments.lurasbookcase.com/
http://dilithium.purrfectdomains.com/
http://iamnotahamster.peculiarplace.com/
http://offthecuff.lurasbookcase.com/
http://topshelf.lurasbookcase.com/
http://shopper.purrfectdomains.com/
http://lurasbookcase.com/
http://peculiarplace.com/
 / \
 \ /   Join the ASCII-Ribbon Campaign to Stamp Out HTML Email !
  X
 / \
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iQEVAwUBRovSaHV+YnyE1GYEAQg8nAgAij0YOWcCDnVj2MRd5rz7ZsMqHbqLqVKa
nwCwvvRwQE3/mdovpJ8ouA4gmTzt/Bhwkt1G6dXEcY4OaW2boFnj0i4eX9UTjqCu
4or1xHA17yOp9cXwAmvnV8pWf0zZCBQqRBzwPZo21FOgyqqVDQ3jTKR7FHsXST6U
mblLaNCY2EyKBl4gLIzW1A56f6+5hjRN5+VTOgjuPPqv80bwRfTE0CTPzPoYYfDs
fAR0fNs0xVEM717k3bcIrYMaXRyluG6HVnHWdJmHbUfuHwvH9DBheU/taUH4wxTB
yzw8SZeK1MA/pf8I2HOSHAsn+aF4g9oSh5bDmNYgb4IY+ysHukXj7Q==
=C9Yy
-END PGP SIGNATURE-




[freenet-support] Freenet installation on Win98

2007-07-04 Thread Philippe RENOU
Good morning,
I'm trying to install Freenet 0.7 on a PC with Win98 SE.

The Windows installer doesn't  work, accordingly to the
statment in the page http://freenetproject.org/download.html
(error message: "The jar-file 'install.jar' could not be
executed").

I've tried to launch Freenet "directly" from Java (JRE
version 1.5) following NextGen instructions from the post
https://bugs.freenetproject.org/view.php?id=994:
"java -cp freenet-stable-latest.jar;freenet-ext.jar
freenet.node.NodeStarter", but I get the error message:
 "Exception in thread "main" java.lang.NoClassDefFoundError:
freenet/node/NodeStarter".

What could I do ?

Thank you by advance for your answer.
Phil

 ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! 
---
D?couvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici 
http://alicebox.fr
Soumis ? conditions.





[freenet-support] Freenet installation on Win98

2007-07-04 Thread Philippe RENOU
Good morning,
I'm trying to install Freenet 0.7 on a PC with Win98 SE.

The Windows installer doesn't  work, accordingly to the
statment in the page http://freenetproject.org/download.html
(error message: The jar-file 'install.jar' could not be
executed).

I've tried to launch Freenet directly from Java (JRE
version 1.5) following NextGen instructions from the post
https://bugs.freenetproject.org/view.php?id=994:
java -cp freenet-stable-latest.jar;freenet-ext.jar
freenet.node.NodeStarter, but I get the error message:
 Exception in thread main java.lang.NoClassDefFoundError:
freenet/node/NodeStarter.

What could I do ?

Thank you by advance for your answer.
Phil

 ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! 
---
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici 
http://alicebox.fr
Soumis à conditions.


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Freenet installation on Win98

2007-07-04 Thread Edward Langenback
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Tuesday, July 3, 2007 at 6:19:32 PM
in Message [EMAIL PROTECTED], Philippe wrote:

 Good morning,
 I'm trying to install Freenet 0.7 on a PC with Win98 SE.

 The Windows installer doesn't  work, accordingly to the
 statment in the page http://freenetproject.org/download.html
 (error message: The jar-file 'install.jar' could not be
 executed).

 I've tried to launch Freenet directly from Java (JRE
 version 1.5) following NextGen instructions from the post
 https://bugs.freenetproject.org/view.php?id=994:
 java -cp freenet-stable-latest.jar;freenet-ext.jar
 freenet.node.NodeStarter, but I get the error message:
  Exception in thread main java.lang.NoClassDefFoundError:
 freenet/node/NodeStarter.

 What could I do ?

 Thank you by advance for your answer.


here's how I did it once upon a time:

You need Java version 1.5 or 1.6
type java -version in a console and watch the output

1) Look on this page in your web browser:
http://downloads.freenetproject.org/alpha/

The current build will have a name formatted like this:
freenet-r#-snapshot.jar  The higher numbers are the most recent builds

You'll also need this file:

http://downloads.freenetproject.org/alpha/freenet-ext.jar

2) put 'em both in whatever directory you want freenet to run from.

3) rename freenet-r#-snapshot.jar to freenet.jar

4) use this command line (I put it in a batch file)

java -cp freenet.jar;freenet-ext.jar;%CLASSPATH%;. freenet.node.Node

Running this under win98se works but there will be no wrapper and it won't
auto update so you'll have to do that manually.  Everything else works
normally.  To get frost, Jsite, Fuqid or other things going follow their
install directions.

in Him,
 -Ed

- --
The best way to get past my spam filter is to use pgp or
gnupg to encrypt your Mail to me with
RSA Key ID: 0x84D46604
(fingerprint: DA03 1EA4 7F5D DF74 B89F  E871 757E 627C 84D4 6604)
This key can be found on public keyservers such as
http://keyserver.kjsl.com:11371/#extract
- -=-=-=-=-=-=-=-=-=-=-=
http://blog.peculiarplace.com/
http://comfortfantasies.purrfectdomains.com/
http://comments.lurasbookcase.com/
http://dilithium.purrfectdomains.com/
http://iamnotahamster.peculiarplace.com/
http://offthecuff.lurasbookcase.com/
http://topshelf.lurasbookcase.com/
http://shopper.purrfectdomains.com/
http://lurasbookcase.com/
http://peculiarplace.com/
 / \
 \ /   Join the ASCII-Ribbon Campaign to Stamp Out HTML Email !
  X
 / \
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iQEVAwUBRovSaHV+YnyE1GYEAQg8nAgAij0YOWcCDnVj2MRd5rz7ZsMqHbqLqVKa
nwCwvvRwQE3/mdovpJ8ouA4gmTzt/Bhwkt1G6dXEcY4OaW2boFnj0i4eX9UTjqCu
4or1xHA17yOp9cXwAmvnV8pWf0zZCBQqRBzwPZo21FOgyqqVDQ3jTKR7FHsXST6U
mblLaNCY2EyKBl4gLIzW1A56f6+5hjRN5+VTOgjuPPqv80bwRfTE0CTPzPoYYfDs
fAR0fNs0xVEM717k3bcIrYMaXRyluG6HVnHWdJmHbUfuHwvH9DBheU/taUH4wxTB
yzw8SZeK1MA/pf8I2HOSHAsn+aF4g9oSh5bDmNYgb4IY+ysHukXj7Q==
=C9Yy
-END PGP SIGNATURE-

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]