M
Mr. X.
Hello.
At Eclipse 3.2 I have done :
After adding external jar by :
project properties (right mouse click) -> java build path -> libraries ->
add external jar,
and adding : jini-ext.jar, jsk-platform.jar, sun-util.jar.
and at : Order and Export mark all of them.
I did in code :
import net.jini.core.lookup.ServiceRegistration;
project compiles fine,
but I see that under the import net.jini.core.lookup.ServiceRegistration;
there is an error syntax - red light-wave,
(like MS-WORD has when there is a spell checker, and the word is not correct
in language).
Is the above a problem ?
Should I do something about that ?
Thanks
At Eclipse 3.2 I have done :
After adding external jar by :
project properties (right mouse click) -> java build path -> libraries ->
add external jar,
and adding : jini-ext.jar, jsk-platform.jar, sun-util.jar.
and at : Order and Export mark all of them.
I did in code :
import net.jini.core.lookup.ServiceRegistration;
project compiles fine,
but I see that under the import net.jini.core.lookup.ServiceRegistration;
there is an error syntax - red light-wave,
(like MS-WORD has when there is a spell checker, and the word is not correct
in language).
Is the above a problem ?
Should I do something about that ?
Thanks