Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.

Allow arbitrary main class names in Java. #7

@sugar700

Description

@sugar700

Following code doesn't work, even if it compiles.

class Echo {
    public static void main (String[] arg) {
        System.out.println("Hello, world!");
    }
}

Perhaps it would be possible to look for other .class files, if the EvalSO.class wasn't found. This appears to be what ideone does already.

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