Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step-2: Import CurrencyConverterPojo.jar into workspace
Click on "File -> Import" menu option.
Select "General -> Archive File" and click "Next". In "Project Explorer" view, right click in empty space and click "New -> Project".
Select "Java Project" and click "Next".
Enter "CurrencyConverterPojo" as the project name and click "Finish". (If asked to switch to Java perspective, you might select "No").
In "Project Explorer" view, right click on "CurrencyConverterPojo -> src" and click "New -> Class".
Enter "myPackage" as package name and "CurrencyConverter" as class name. Click "Finish".
Replace the file content with the contents given in "CurrencyConverter.java".
Press "Ctrl + S" to save changes.

Step-3:
<work in progress>