Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] OPC Client Development



Am 13.06.2019 um 12:33 schrieb Shankar, Ramraj:

I am trying to execute the sample client. I have created a project and imported the milo contents in it
I am getting this error: Error: Could not find or load main class main.java.org.eclipse.milo.examples.client.BrowseAsyncExample.

That "main" is not part of the actual package. Reason is that you added "src"
as source folder while it should be src/main.


Cheers, Lothar


Back to the top