Dieter Kuhn wrote:

>Hello im a total newbie,
>
>i have some questions concerning to permanently activating the jre on RAQ4
>
>1. when i add the path for the jre "export..." manually everything is well
>but when i logout und log in a next time i have to export the path again. so
>how can i permanently export the path to the system.
>
add  these two lines ;

JREPATH=/path/to/jre
export JREPATH

to the "/etc/profile" file (note that this will effect all users)

or add this line to the specific users " .bashrc " file

export JREPATH=/path/to/jre

>
>
>2. how can i access java from php/apache
>
here is an example;
http://www.onlamp.com/pub/a/php/2001/06/14/php_jav.html?page=2

>
>hope someone can help me
>
hope could help.




_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to