• 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

win2k, Win98 and Win95 and RMI

 
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've developed and tested the assignment using Win2000 Professional Edition and JDK1.4. It works great!
I tried to run the application in Win98 and JDK1.4 with the same startup scripts. I get java.rmi.MarshalException during server startup. This must be something to do with RMI Registry not able to find the _Stub. I tried all I could to set the RMI Registry CLASSPATH. Didn't help.
Then I tried the application in win95 and JDK1.4 and apparently there is some winsock lib is unavailable in win95. So I couldn't start my server GUI. A popup dialog always complained about the missing winsock lib.
Finally I tried to compile and run the application in win95 with JDK1.3. I can start the RMI Registry. But when I tried to start the RMI Server GUI, my PC freezes and I can see only the server GUI border.
You wonder why I am going through all these pain? I don't know. I guess I feel comfortable testing it in two different OS. I don't have access to a Unix box and so I am trying to run it in couple of WinTel boxes. Is it ok to upload the assignment by having tested it only in Win2K?
Thanks.
 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes, win2000 is enough. in my readme and user manuel doc, i clearly stated that i ONLY used win2000 to dev and test the app, and everything was fine.
don't bother to try 98 and 95, but better to try on 2 connected win2000 boxes to make sure client/server work fine.
in sun's requirement, there's no place saying you have to be ok on unix, too. it's "write once, run anywhere" . sun staff is not stupid enough to only have a solaris box to evaluate your assignment, relax!
 
Sai Prasad
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by An Wang:
in sun's requirement, there's no place saying you have to be ok on unix, too. it's "write once, run anywhere" . sun staff is not stupid enough to only have a solaris box to evaluate your assignment, relax!


Yes. There is a place in the requirement that says:
allow your programs to be run on any Java 2 platform, regardless of the underlying hardware and operating system
I know for sure I am not able to run the same code in Win2K or Win98 or Win95. So I am not confident that this will run on Solaris. Any comments?
 
Terry Wang
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
so are you going to test on linux, too(and with different hardware configurations...)? i think it's nice if you can test on solaris, but not required.
in real world, software products have different installations/docs for win, unix, and more. your assignment is not for all of them.
relax ...
 
Sai Prasad
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks! I will settle for Win2K platform. It is sad that "Write Once Run Anywhere" has become
"Run Once and Write Everywhere!"
 
Terry Wang
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Run Once and Write Everywhere!"
spend some time on your docs, and get all 20 points.
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi..i also developed using win2k and jdk 1.4.0...but my program works fine in win98se..make sure you have installed all the updates from microsoft...i haven't tested it on any other platform so i cannot comment about them them
Regards,
pallav
 
reply
    Bookmark Topic Watch Topic
  • New Topic