rmi and JDK 1.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dklaming

    rmi and JDK 1.5

    I am trying to work through some examples in CoreJava V2. The authors
    claim that I do not need to use rmic to generate stub classes. However,
    unless I use rmic then I get Unmarshalled Parameter exceptions.

    I've read other places that rmic is not required for stub generation.

    Can anybody explain why I must run rmic under JDK 1.5 to get a server class
    to bindt to registry?

    Regards,
    duane
Working...