Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>java.lang.ClassNotFoundException: chordNode</p> </blockquote> <p>Looks to me like the class "chordNote" is not in the classpath. Is that yours? If it is, you should know that it's a bad idea to use the default package and your class name doesn't follow the usual Java naming conventions. Both are bad signs to me.</p> <p>It's difficult to tell precisely what's wrong, since you don't post any code.</p> <p>But since you're a student, I'd suggest that you start fresh with your approach to this problem. When people says things like "It runs fine on this machine, but not on that one", it tells me that they're depending on certain conditions being true that they might not fully understand: </p> <blockquote> <p>I can't pass arguments to RMI registry because it is already running and is shared with other students.</p> </blockquote> <p>So is this a shared computer you're trying to deploy your RMI service to? I'd speak to the owner of the server and RMI repository to see how you can get your code deployed there.</p> <p>Or you can start your own instance that listens on another port besides the default.</p> <blockquote> <p>I tried setting the system.property inside of my program, but that didn't help.</p> </blockquote> <p>I'm sorry, what system property do you mean?</p> <blockquote> <p>I also tried using rmic but that didn't work either.</p> </blockquote> <p>Why would you need to run rmic if you're moving code from one computer to another?</p> <p>What does "didn't work" look like? Maybe the path isn't set properly.</p> <p>Sorry, your question is too vague to answer.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload