I am trying to set openfire project in eclipse.But the package structure src/java is throwing me errors.base package “java” is not allowed in java.Can anybody workaround for this?
Thanks a lot guys
dhananjay
I am trying to set openfire project in eclipse.But the package structure src/java is throwing me errors.base package “java” is not allowed in java.Can anybody workaround for this?
Thanks a lot guys
dhananjay
This is what I am getting.
Exception in thread “main” java.lang.SecurityException: Prohibited package name: java.org.jivesoftware.openfire.launcher
Change your source folder to the java folder, not the src folder.
Thank you.Just changed source.It worked.
Hello friends,
After setting up openfire project on eclipse , it shows compilation error ’ The type ArrayExtensions is ambiguous ’ and ’ The type BitAssistant is ambiguous ’ for class org.xmpp.jnodes.RelayChannel class.
Any help to solve this problem?