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 6963791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:50:26+00:00 2026-05-27T15:50:26+00:00

I have ~6 main classes in my application, by I usually use only one

  • 0

I have ~6 main classes in my application, by I usually use only one of them, so I wanted to run it automatically by sbt. sbt makes it possible to define two keys in build.sbt:

// Run Key
val selectMainClass = TaskKey[Option[String]]("select-main-class", "Selects the main class to run.")
val mainClass = TaskKey[Option[String]]("main-class", "Defines the main class for packaging or running.")

so I defined them (sample project, two classes – Main1 & Main2 in the root of source dir):

mainClass := Some("Main1")

selectMainClass := Some("Main1") 

And `show main-class’ from sbt prompt also seems to work:

[info] Some(Main1)

But sbt’s run task still prompts me for main class.

Also, sbt-revolver fails to work with multiple classes with exception java.util.NoSuchElementException: None.get

Using sbt 0.11.2.

What am I doing wrong here?

  • 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-05-27T15:50:27+00:00Added an answer on May 27, 2026 at 3:50 pm

    As you can see from using inspect, mainClass is scoped to various configurations and tasks:

    > inspect compile:main-class(for run)
    [info] Task: scala.Option[java.lang.String]
    [info] Description:
    [info]  Defines the main class for packaging or running.
    [info] Provided by:
    [info]  {file:/Users/heiko/tmp/}default-d7f1bf/compile:main-class(for run)
    ...
    

    Therefore you have to use proper scoping:

    set mainClass in (Compile, run) := Some("Foo")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have 2 classes within same package. Both classes have main method in them.
I have 2 classes, main and extended. I need to use main vars in
i am developing an iphone application in which i have 3 classes => main
I have a library-only Android eclipse project (no main class, only library classes) that
I have a file called main.py and a file called classes.py main.py contains the
I have 3 classes in my example: Class A, the main activity. Class A
In many application I often have algorithms which make use of dedicated sub-algorithms (or
I have built an application that I want to use as the foundation for
I have to implement a plugin architecture for my application. I have the main
I have a calendar application which utilizes the newer PHP DateTime classes. I have

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.