ibm rad - Accessing WebSphere Application Server 8 installation folder in RAD (Rational Application Developer) -


i'm using ant build build ejb client , need installation folder path included in build.properties file creating ejb stubs.

an entry in property file looks this:

server.dir = c:/program files (x86)/ibm/websphere/appserver 

this entry includes static value server.dir property i'm looking more flexible solution (e.g. getting path system variable or that).

also right value of variable on computer if installation directory different. possible achieve?

thanks ideas.

i'm not sure i'm following question. can see installation path in window > preferences > servers > runtime environments.

variables 1 way standardize that, there 1 using templates (if plan include path in code in content assist way). instance, in java preferences (window > preferences > java) go editor > templates , add new one. approach allows export template , share peers ti imported in environments

what mean "i use information in application"? mean programatically install location of running javaee application?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -