Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9053905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T13:32:38+00:00 2026-06-16T13:32:38+00:00

I have an Erlang application and I can compile it easily and run it

  • 0

I have an Erlang application and I can compile it easily and run it by using basho rebar which makes an stand-alone escript executable file. I run it from command line like: ./myapp myconfig.config

My questio is that how can I run it inside Erlang shell. This application has four other applications as dependency. Rebar compile all of the easily. But I need to run this application from inside the shell like:

erl -noshell -name node1@machine -run test start parameter1 -s init stop;

But I don’t know in which path I should run it. When I try it in “ebin” folder (where beam files are located), dependencies are not accessible. As I see each dependency applications has it own “ebin” folder.
So how can I run my application by “erl -noshell” command (consider dependency applications)?
Rebar handles all these things automatically.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T13:32:39+00:00Added an answer on June 16, 2026 at 1:32 pm

    A typical directory structure for a Rebar-powered OTP application is something like this:

    /
      src/
      ebin/
      deps/
        dep1/
          src/
          ebin/
        dep2/
          src/
          ebin/
    

    So, if you’re in the root directory of your project, you can point erl to the right place with the -pa argument. To tell it where to find both your application’s and its dependencies’ BEAM files, try the following:

    erl [...] -pa ebin -pa deps/*/ebin
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have compiled my Erlang application by using basho rebar which makes an stand-alone
We have a CGI application developed using python, which can be hosted in erlang
I have an Erlang application which is run via run_erl . It creates files
I have an Erlang application which has a dependency in its deps directory on
I have written a simple erlang app using gen_server. When starting it with application:start(myapp),
I have an Erlang app which makes a large number of http calls to
for my application i have to parse CSV file using Erlang.following is the code
I have an Erlang app which makes a large number of http client calls
I have a Rebar-based Erlang application that builds a port program. This port program
I'm attempting to understand how to build a multiple-application Erlang OTP release using Rebar.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.