Skip to content

RCP: class not found error #22287

@lzhou2025

Description

@lzhou2025

The program is failed with "class not found" error.

package com.foo;

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

The problem seems caused by using restored application class loader.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions