Hi everyone.

I've been working on a Java RMI project for quite sometimes but then I stuck with an error which I have not idea what its cause. Error: Could not find or load main class Program.bin

I have run the rmiregistry right and do the configuration such as arguments. My other project run smoothly and I had all the same configurations.

I don't know if this error had to do with coding. Anyone have any idea how to solve it, I think it's a simple error but I cannot pass it.

Thanks.

that error states that you are trying to run/load a class called Program.bin, and that class isn't found. did you alter something, change something in the path, or the libraries of your project?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.