LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Application configuration (https://www.linuxquestions.org/questions/programming-9/application-configuration-707082/)

thirumalesh 02-24-2009 04:59 AM

Application configuration
 
Hi friends,

can anybody explain me
what is application configuration(for java and dotnet apps) and how to do it..

Thanks Advance

ZAMO 02-24-2009 05:54 AM

Thirumalesh,

Can you explain you needs more? For any Java\dot net(Is it possible in Linux?) you need to change the configuration of the profile.

Suppose you have installed java in /usr/bin/java/bin, then You need to set the configuration like this in your .bash_profile in your home directory.

export JAVA_HOME=/usr/bin/java/bin

Similarly, you need to mention library files path and others needed for any package.

Sorry, if I misunderstood and redirected you :=}


All times are GMT -5. The time now is 03:29 PM.