java - Using MINA with Eclipse -
I downloaded the Java Alps IDE and started learning Java. I have a good experience with PHP, C, C ++ and AS3 programming languages, so I know the concept of OOP, now I have decided to know and use Java.
I want to do some tests Apache's are examples of the Minna Framework but I still can not understand how to install Milli Framework with eclipse. First of all, I have tried to copy the entire MINA 2.0 RC1 directory in my work directory, but now how can I use the framework?
Since I'm new to Java, I do not understand very well in the directory structure I have created a new Java project named "org.myself.server" because I think that This code is structured in Java. Then I created a package with the same name and class "testster" inside the package. I can do everything like code, compile, run and a charm inside the main function of the class. But how do I use MINA in my test server class? How can I import Mina and test the EchoBack Server instance?
You must modify project properties in the eclipse Keep the appropriate MINA jar on the project build path. After that, you should be able to use MINA classes and make it properly and run.
Comments
Post a Comment