-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 nikhil purwant wrote: > hi people > > well i should go through the documentation > you'd think and also you'd think i am taking the > shortcut by asking you people instead of taking any > efforts but please can anybody tell me how to copy > paste in VI editor ( single line and also multiple > lines ) > and i have another query about java i have installed > SDK but evertime to use it i have to export the path > and it does not remain there next time ( i do this > export PATH=/usr/java/j2sdk1.4.2_09/bin:$PATH) so any > help to make it pemanent ? > > thanks in advance > -nikhil
I don't know about first question, I will answer the second. If you are using bash as your shell then you can add that export line to your .bash_profile stored in your folder. This will enable you to use java as soon as you login. But if you want everyone to be able to use java then I suggest that you add symlinks to all the java binaries (i.e. javac, java, jar, javap etc) in /usr/local/bin directory. ex. ln -s /some/path/to/java You will need to be root to do this. Regards, Onkar -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFDTj1vEdJataruO48RAnRqAJ9/Dw79MX7EkVAZldsw5RswbE62lQCfa4Y5 WxD7G55xjp+RR9B5ogmsO9Q= =CPx0 -----END PGP SIGNATURE----- -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.