[00:11:29] *** ekinmur has quit IRC[00:12:06] *** ekinmur has joined #netbeans[00:12:24] *** ekinmur has quit IRC[00:29:54] *** ekinmur has joined #netbeans[00:31:29] *** ekinmur has quit IRC[00:32:09] *** ekinmur has joined #netbeans[01:19:37] *** sfisque has joined #netbeans[01:40:44] *** ekinmur has quit IRC[02:38:14] *** sfisque has quit IRC[03:19:21] *** saint-ron has joined #netbeans[03:24:48] *** Cydrobolt has quit IRC[03:25:13] *** saint-ron has quit IRC[03:26:02] *** saint-ron has joined #netbeans[03:26:15] *** Monezz has quit IRC[03:26:38] *** Guest20659 has joined #netbeans[03:26:42] *** Monezz has joined #netbeans[04:05:01] *** darkbasic has quit IRC[04:05:36] *** darkbasic has joined #netbeans[04:22:00] *** sfisque has joined #netbeans[04:23:32] *** sfisque has quit IRC[05:51:11] *** anant_lelesys has joined #netbeans[06:12:30] *** bbankes has quit IRC[07:12:12] *** minemaz has joined #netbeans[07:12:32] *** minemaz has joined #netbeans[07:13:58] *** minemaz has joined #netbeans[07:23:27] *** mr_lou has joined #netbeans[07:26:53] *** Ad1_RnR has joined #netbeans[07:30:23] *** Ad1_RN has quit IRC[07:56:31] *** nabdev has joined #netbeans[08:33:48] *** saint-ron has quit IRC[08:46:13] *** saint-ron has joined #netbeans[10:02:58] *** moviuro has quit IRC[10:04:57] *** moviuro has joined #netbeans[10:33:15] *** azizur has joined #netbeans[10:47:52] *** anant_lelesys has quit IRC[10:52:04] *** saint-ron has quit IRC[10:53:40] *** azizur has quit IRC[10:54:06] *** anant_lelesys has joined #netbeans[11:00:24] *** azizur has joined #netbeans[11:08:57] *** saint-ron has joined #netbeans[11:13:18] *** darkbasic has quit IRC[11:14:42] *** darkbasic has joined #netbeans[11:29:12] *** saint-ron has quit IRC[11:38:17] *** darkbasic has quit IRC[11:38:30] *** darkbasic has joined #netbeans[11:46:23] *** saint-ron has joined #netbeans[11:51:52] *** darkbasic has quit IRC[11:53:14] *** darkbasic has joined #netbeans[12:11:44] *** minemaz has quit IRC[12:12:16] *** minemaz has joined #netbeans[12:16:34] *** minemaz has quit IRC[12:27:23] *** jojovem has joined #netbeans[12:34:34] *** anant_lelesys has quit IRC[12:59:16] *** Match has joined #netbeans[13:18:41] *** rodlogic has joined #netbeans[13:34:55] *** azizur has quit IRC[14:04:39] *** azizur has joined #netbeans[14:17:24] *** azizur has quit IRC[14:18:17] *** lasserix has quit IRC[14:45:31] *** bbankes has joined #netbeans[14:57:11] *** darkbasic_ has joined #netbeans[14:57:47] *** darkbasic has quit IRC[15:02:29] *** jojovem has quit IRC[15:03:22] *** azizur has joined #netbeans[15:05:59] *** Haswell has joined #netbeans[15:32:46] *** darkbasic_ has quit IRC[15:33:02] *** darkbasic has joined #netbeans[16:10:24] *** darkbasic_ has joined #netbeans[16:11:21] *** darkbasic has quit IRC[16:26:17] *** mr_lou_ has joined #netbeans[16:26:42] *** mr_lou has quit IRC[16:26:51] *** mr_lou_ is now known as mr_lou[16:39:50] *** darkbasic_ has quit IRC[16:40:16] *** darkbasic has joined #netbeans[16:40:48] *** doev has joined #netbeans[16:43:33] *** cvanball has joined #netbeans[16:47:34] *** cvanball_ has joined #netbeans[16:52:42] *** cvanball has quit IRC[16:53:29] *** cvanball_ has quit IRC[16:53:45] *** cvanball has joined #netbeans[17:03:23] *** azizur has quit IRC[17:17:54] *** saint-ron has quit IRC[17:27:22] *** azizur has joined #netbeans[17:31:45] *** cvanball_ has joined #netbeans[17:32:42] *** darkbasic has quit IRC[17:33:04] *** darkbasic has joined #netbeans[17:33:55] *** azizur7 has joined #netbeans[17:34:23] *** azizur has quit IRC[17:36:20] *** doev has quit IRC[17:38:01] *** cvanball_ has quit IRC[17:44:18] *** cvanball has quit IRC[17:59:35] *** darkbasic has quit IRC[18:01:52] *** darkbasic has joined #netbeans[19:06:22] *** nabdev has quit IRC[19:08:59] *** azizur7 has quit IRC[19:14:34] *** sfisque has joined #netbeans[19:26:29] *** Match has quit IRC[19:29:49] *** dem1vr has joined #netbeans[19:59:54] *** contempt has quit IRC[20:02:52] *** rodlogic has quit IRC[20:03:22] *** rodlogic has joined #netbeans[20:05:50] *** hsnopi has joined #netbeans[20:07:24] *** jamooo has quit IRC[20:08:43] *** jamooo has joined #netbeans[20:16:42] *** bbankes has quit IRC[20:28:00] *** contempt has joined #netbeans[20:34:09] *** sfisque1 has joined #netbeans[20:35:51] *** sfisque2 has joined #netbeans[20:36:44] *** sfisque has quit IRC[20:38:40] *** sfisque1 has quit IRC[20:59:01] *** wawb has joined #netbeans[21:02:31] <wawb> Noobie question time! I inherited a project with a dependency on a third party library. I added the third party .jar file into to Files of the project, but still get the an error "Package does not exist" on the .java file #import line. How do I tell Netbeans that the missing #import is in the included .jar file?[21:04:19] <wawb> (I opened the .jar file in Netbeans IDE, and indeed the package it is looking for is in there. But (/me also n00b to Java) I don't know if I need to do something else to let the .java code know that the .jar file contains the class it's looking for...?[21:04:38] *** contempt has quit IRC[21:09:10] *** contempt has joined #netbeans[21:16:24] *** Smx has quit IRC[21:16:37] *** contempt has quit IRC[21:34:37] *** contempt has joined #netbeans[21:39:00] *** Smx has joined #netbeans[21:39:10] *** hsnopi has quit IRC[21:41:56] *** sfisque has joined #netbeans[21:45:08] *** sfisque2 has quit IRC[21:47:41] *** jamooo has quit IRC[21:48:11] *** jamooo has joined #netbeans[21:50:38] *** contempt has quit IRC[21:56:30] *** contempt has joined #netbeans[22:24:26] *** contempt has quit IRC[22:26:16] *** contempt has joined #netbeans[22:39:02] *** darkbasic has quit IRC[22:39:32] *** darkbasic has joined #netbeans[22:51:47] *** mr_lou has quit IRC[22:54:30] *** contempt has quit IRC[22:56:48] *** contempt has joined #netbeans[23:01:38] *** suexec has joined #netbeans[23:02:03] <suexec> anyone about ?[23:03:57] *** contempt has quit IRC[23:06:59] *** contempt has joined #netbeans[23:14:25] <wawb> I am, but I'm useless.[23:14:45] *** contempt has quit IRC[23:17:19] *** contempt has joined #netbeans[23:23:18] *** contempt has quit IRC[23:23:37] *** sfisque1 has joined #netbeans[23:24:37] *** contempt has joined #netbeans[23:25:26] *** sfisque2 has joined #netbeans[23:26:52] *** sfisque has quit IRC[23:26:55] *** sfisque3 has joined #netbeans[23:27:48] <suexec> wawb, hehe - that sounds a bit harsh?? ;)[23:27:56] *** sfisque has joined #netbeans[23:27:57] *** sfisque1 has quit IRC[23:28:37] <wawb> Day 2 with Netbeans... Losing muh miiiiiiiiiiiind :)[23:29:26] *** sfisque1 has joined #netbeans[23:29:47] *** sfisque2 has quit IRC[23:29:52] <suexec> Oh? What's getting to you ?[23:30:21] *** Match has joined #netbeans[23:30:35] *** sfisque2 has joined #netbeans[23:31:24] *** sfisque3 has quit IRC[23:32:50] *** sfisque has quit IRC[23:33:44] *** sfisque1 has quit IRC[23:37:37] *** sfisque has joined #netbeans[23:41:04] *** sfisque2 has quit IRC[23:41:22] *** contempt has quit IRC[23:49:32] *** SebastianFlyte has quit IRC[23:52:33] *** SebastianFlyte has joined #netbeans[23:52:54] <wawb> "package X does not exist"[23:53:29] <wawb> But it's RIGHT THERE. I've found and followed a number of solutions on the interwebs, but they are not working for me.