Step 4 Creating a Class

Feedback


On the Eclipse platform, Click File > New > Class to pop up the New Java Class window. Make sure the Source folder is the new created src directory (HelloiServer/src). Type the package name com.supermap.sample in the Package text box. Type the name HelloiServer in the Name text box. Finally, click Finish.

You can get a WMS service name published by SuperMap iServer through this class.

See Also