Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

The RMI example in chapter 20 will not work. How to I fix it?

Chapter RMI
0
Posted

The RMI example in chapter 20 will not work. How to I fix it?

0

The National Weather Service changed the format of their Traveler’s Forecast web page slightly. Make the following changes to the file TemperatureServerImpl.java to fix the problem: Line 35 should be changed from String separator = “



“; to String separator = “TAV12”; Line 58 should be changed from while ( !inputLine.equals( “” ) ) { to while ( inputLine.length() > 28 ) { Recompile the file and regenerate your stub file before running the server.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123