Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io.netty.util.collection.LongObjectHashMap not found at branch 4.1 #5447

Closed
chadianshigeshuaige opened this issue Jun 23, 2016 · 7 comments
Closed

Comments

@chadianshigeshuaige
Copy link

import io.netty.util.collection.LongObjectHashMap;
import io.netty.util.collection.LongObjectMap;

these two classes are not found,what should I do?

@chadianshigeshuaige chadianshigeshuaige changed the title io.netty.util.collection.LongObjectHashMap not found io.netty.util.collection.LongObjectHashMap not found at branch 4.1 Jun 23, 2016
@Scottmitch
Copy link
Member

these files are generated as part of the build. run a full build (mvn clean install) or build the common module (cd common && mvn clean install)

@gutaoaining
Copy link

io.netty.internal.tcnative.SSL class not found, what should I do

@mrgaoang
Copy link

I have solved this problem ,(cd common && mvn clean install) it works ,but you need Refresh your project and reimport all maven project

@johnou
Copy link
Contributor

johnou commented Jul 21, 2019

@gutaoaining for starters hijacking other issues especially when they are not related is frowned upon, if io.netty.internal.tcnative.SSL is not on your classpath it means you have not bundled the netty-tcnative jar with your application.

@medusar
Copy link

medusar commented Jul 22, 2019

@Scottmitch Do you have some wiki or instructions about how to build and develop the project? There are so many profiles in the project and it takes time for users to figure out.

@normanmaurer
Copy link
Member

@medusar not sure what to tell you ... just use the "default" profile and it will be fine ?

./mvnw clean package

@medusar
Copy link

medusar commented Jul 23, 2019

@normanmaurer it works, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants