<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 24, 2014 at 7:34 AM, PONMUTHU.M <span dir="ltr"><<a href="mailto:ponmuthu.m@thomsonreuters.com" target="_blank">ponmuthu.m@thomsonreuters.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":u6" class="a3s" style="overflow:hidden">    like erlang all default modules are accessable from anywhere, i want my<br>


beam files also should be run in linux & windows what kind of path &<br>
varaibale havw to set .</div></blockquote></div><br>Look at the ERL_LIBS environment variable:</div><div class="gmail_extra"><br></div><div class="gmail_extra">erl -man erl</div><div class="gmail_extra">erl -man code</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Alternatively, look at using -pa and -pz as options to 'erl' in order to add new paths to the code load path.</div><div class="gmail_extra"><br><br clear="all">

<div><br></div>-- <br>J.
</div></div>