aboutsip / pkts

Pure java based pcap library capable of reading and writing to/from pcaps.
Other
196 stars 91 forks source link

Error: package doesn not exist #93

Closed Srinithi-B closed 6 years ago

Srinithi-B commented 6 years ago

I am trying to create a maven project using netbeans IDE. my import io.pkts statement are errors. What should i do??

aboutsip commented 6 years ago

Hi, that's odd. Sounds like you haven't managed to import it properly. If you just focus on making sure that maven is setup properly first, then I'm sure Netbeans would work (I don't use Netbeans myself - I use Eclipse & IntelliJ). So, if you just do a mvn install on your project from the command line, does that work? If no, you will have to fix that first. I'm guessing you haven't setup the dependency management correctly.

/Jonas

Srinithi-B commented 6 years ago

I am unable to follow it. Can you help me out with eclipse???

Srinithi Rengarajan

From: aboutsip Sent: Wednesday, June 13, 2018 12:42 PM To: aboutsip/pkts Cc: Srinithi; Author Subject: Re: [aboutsip/pkts] Error: package doesn not exist (#93)

Hi, that's odd. Sounds like you haven't managed to import it properly. If you just focus on making sure that maven is setup properly first, then I'm sure Netbeans would work (I don't use Netbeans myself - I use Eclipse & IntelliJ). So, if you just do a mvn install on your project from the command line, does that work? If no, you will have to fix that first. I'm guessing you haven't setup the dependency management correctly. /Jonas — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

aboutsip commented 6 years ago

Hi again,

It sounds like you need to do some research on maven and whatever your favorite IDE is. I would start trying to understand maven and there are great resources on maven.apache.org. Also, I'm sure Netbeans have great maven integration as well so no need to swap to Eclipse just because of that.

I'm going to close this ticket since it seems to have nothing to do with pkts.io per se