Skip to content

Add feature to specify additional JVM command line options #231

Open
@schiebel

Description

@schiebel

There seems to be no way to specify jvm executions options. I am trying to add "-Dconfig.file=/Users/myhome/reference.conf" to the JVM options for the worksheet so that I can experiment with Akka within the worksheet. Without some explicit direction to a Akka conf file, I get:

com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'akka'

When I try to create an actor system:

  • import akka.actor.ActorSystem
  • val system = ActorSystem("workspace")

I realize Akka is not a great fit for a worksheet, but this problem should exist even for applications that just use Typesafe's config apparatus. Is there a way to specify VM flags for worksheet execution? If not, could this option be added?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions