• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

rmi problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
maybe someone can help me with my problem
I have a core and decentralized computers
I want to get data from serial ports on the remote machines
My problem is now. We have implemented it before with a self written console server.
We have the following design:
the core on the central unit
on the decentralised computers I have a class ParentDevice
all classes which are reding data are a subclass from this
My problem is I need this class also in the core
Now I have compilation probelems with ant
I tried to copy the class over to the core and put it in the classpath but no effect
Does anyone have a solution for such a problem?
 
reply
    Bookmark Topic Watch Topic
  • New Topic