logs | stats
   January 4, 2010  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:21:52] *** ShelLuser has joined #netbeans
[00:21:52] *** ChanServ sets mode: +o ShelLuser
[00:25:04] <pekuja> I'm getting an error message every time I run my C++ project: "Unable to find any valid shell. It is needed for execution in an external terminal. Will start in OutputWindow"
[00:26:12] <pekuja> This is on Windows. I do have MSYS installed, so that has bash. I couldn't find a setting or anything to tell NetBeans where to find a shell.
[00:26:31] <pekuja> the outputwindow is probably fine though, but I would like to know how I could fix that error
[01:11:53] *** rzeka has quit IRC
[01:19:10] *** Haldol has quit IRC
[02:08:17] *** Davey has quit IRC
[03:02:09] *** Jared5552 has quit IRC
[03:02:21] *** Jared555 has joined #netbeans
[03:29:21] <bakkal> is there a channel for Netbeans RCP development? I see this channel is more for netbeans use issues
[04:15:49] *** bakkal has quit IRC
[04:17:34] *** bakkal has joined #netbeans
[05:53:01] *** carpediem has joined #netbeans
[05:53:01] *** ChanServ sets mode: +o carpediem
[05:53:52] *** mkleint has joined #netbeans
[06:01:15] *** zophy has quit IRC
[06:03:30] <eirikb> bakkal: Mailing list might help you out more
[06:10:07] *** ahughes has joined #netbeans
[06:10:37] <ahughes> is there a way I can get the project jar's rescanned? My javafx project can't find log4j.
[06:11:00] <ahughes> builds ok, but the editor says the package can't be found.
[06:11:35] *** mkleint has quit IRC
[06:19:32] *** haba713 has joined #netbeans
[06:25:49] *** Araxia has joined #netbeans
[06:39:53] *** JM has quit IRC
[06:42:40] *** Araxia has quit IRC
[06:44:44] *** Araxia has joined #netbeans
[07:11:13] *** Araxia has quit IRC
[07:25:01] *** Araxia has joined #netbeans
[07:34:24] *** mkleint has joined #netbeans
[07:50:46] *** kiuma has joined #netbeans
[08:12:52] *** haba713 has quit IRC
[09:08:50] *** LouisJB has quit IRC
[09:53:05] *** eskatos has joined #netbeans
[10:08:51] *** yradtsevich has joined #netbeans
[10:38:59] *** LouisJB has joined #netbeans
[11:58:05] *** badpun has joined #netbeans
[11:59:50] <badpun> I have a project which depends on a jar which depends on a dll (it loads it with system.loadlibrary). I tried to add the path that contains the dll by doing Libraries->Add Jar/Folder->[the folder with the dll], yet when I try to execute a small test I still get an UnsatisfiedLinkError, no thedll_ in java.library.path. Did I miss an option somewhere or something?
[12:01:13] <badpun> works fine if I copy the dlls to the main project directory, so it's not a code error
[12:04:05] <ShelLuser> Sounds like a classpath issue indeed; adding a path won't work since it'll rely on a class structure.
[12:04:36] <badpun> I'll try directly passing the paths to the jvm through command line options
[12:04:46] <ShelLuser> try to add a library item or...  indeed.
[12:04:58] <badpun> what do you mean by library item?
[12:06:03] <ShelLuser> I mean an item in the library manager (tools -> libraries) or clicking on the libraries tab. However, I'm not too sure it would pick up dll files.
[12:06:47] <badpun> ah ok
[12:09:07] <badpun> hm, any idea what the current directory will be when arguments are passed to the vm? I'd like to use relative paths for -Dclasspath...
[12:09:18] <badpun> I'm guessing it's the root of the netbeans project
[12:10:01] <ShelLuser> Not really; the project eventually ends up in a jar. So there's no way to tell.
[12:10:11] *** serggt has joined #netbeans
[12:10:47] <ShelLuser> However, if you add the dll's to the jar you might be able to access it as a resource, no idea if that would help.
[12:11:03] *** serggt has quit IRC
[12:21:39] <badpun> ShelLuser, ah, adding the folders to my user's PATH environment variable works
[12:21:48] <badpun> I guess that'll do for now
[12:21:53] <badpun> thanks for the help
[12:36:38] *** eskatos has quit IRC
[12:36:52] *** eskatos has joined #netbeans
[12:44:23] *** badpun has quit IRC
[12:47:17] *** cemerick has joined #netbeans
[12:55:15] *** badpun has joined #netbeans
[13:36:00] *** quizme has quit IRC
[13:43:30] <Hyppias> I have a JTextArea in a View. How can I access the text from another class in another .java ? the Area is public, the view is public, but not the App...
[13:46:06] *** jarib_ has joined #netbeans
[13:46:17] <ShelLuser> thats more of a Java than NB quesiton Hyppias. Might want to try #java.
[13:47:07] <ShelLuser> usually you'd use a getter to gain access to information contained in the class.
[13:47:25] *** jarib_ has left #netbeans
[14:03:54] <badpun> is there a way to get some kind of java repl in netbeans?
[14:07:15] *** Bass10 has joined #netbeans
[14:25:36] *** Haloperidol has joined #netbeans
[14:27:10] <ShelLuser> repl ?
[14:57:03] *** pohl has quit IRC
[15:13:56] <pekuja> read-eval-print-loop
[15:16:22] *** kiuma has quit IRC
[15:20:29] *** mkleint has quit IRC
[15:23:16] *** beeman_nl has quit IRC
[15:23:24] *** beeman_nl has joined #netbeans
[15:24:13] *** mkleint has joined #netbeans
[15:25:32] *** bitflesh has joined #netbeans
[15:32:06] *** badpun has quit IRC
[15:37:43] *** kiuma has joined #netbeans
[15:48:14] *** Bass10 has quit IRC
[16:07:32] *** mkleint has quit IRC
[16:19:18] *** VaNNi_ has joined #netbeans
[16:22:04] *** VaNNi_ has quit IRC
[16:31:57] *** haba713 has joined #netbeans
[16:32:43] *** VaNNi_ has joined #netbeans
[16:36:35] *** animaCCo has joined #netbeans
[16:36:55] *** animaCCo is now known as Guest38593
[16:38:41] <Hyppias> can I have System.out have its output sent to some panel in NB ? and what about error messages ?
[16:39:03] <ShelLuser> thats already done by default; the output panel.
[16:39:15] <Hyppias> hm.. I don't see it...
[16:39:49] <Guest38593> hi, i have a problem with SFTP..   i have connected perfectly few days ago, but now a get "NoRouteToHost" error all time,   i test SSH and works ok...    i have installed ECLIPSE and APTANA  and all programs give me the same error on SFTP conection "java: NoRouteToHost"...
[16:39:59] <ShelLuser> Any test program which uses System.out or System.err will make it open it.
[16:40:24] <ShelLuser> Window -> Output -> Output, or ctrl-4 (iirc)
[16:40:53] <ShelLuser> Guest38593: sounds like a network related settign then, not really NB related.
[16:40:54] <Guest38593> any help ¿?
[16:41:17] <Hyppias> got it
[16:41:21] <Guest38593> ShelLuser,   but  from terminal  i connect ok  to the server, via ssh
[16:41:23] <ShelLuser> coult practically be anything, from routing problems to... Well, whatever.
[16:42:31] <ShelLuser> could* even
[16:44:16] <eirikb> It's java, not SSH, probably. Try new Socket
[16:46:20] <eirikb> And it's not java when it's trouble with java. It's your setup :)
[16:47:11] <ShelLuser> yah. no route to host would indicate something like that; esp. when it happens in several IDE's.
[16:47:56] <eirikb> Yup. Thats why I think trying plain Socket in java might be smart
[16:48:26] <eirikb> Oh I made a stupid jar for that once. *check*
[16:49:42] <eirikb> Guest38593: http://eirikb.no/SocketTest.jar
[16:52:11] *** Deeewayne has joined #netbeans
[16:52:38] <Guest38593> eirikb,   what i would do with this?
[16:52:59] <eirikb> Double click it :)
[16:52:59] <Guest38593> sorry :P  i code php, noy java
[16:53:31] <Guest38593> SocketTest.class
[16:54:17] <eirikb> In terminal: java -jar SocketTest.jar
[16:55:30] <Guest38593> eirikb, tnks
[16:56:30] <eirikb> Thanks? It's not fixing anything. Just notice if you get the same or similar error
[16:57:06] <eirikb> brb have to leave train
[16:57:24] <Guest38593> look
[16:57:25] <Guest38593> http://paste2.org/p/593480
[17:02:55] <Guest38593> eirikb,
[17:04:50] *** Bass10 has joined #netbeans
[17:05:16] *** varlon has quit IRC
[17:17:45] <eirikb> Guest38593: What jdk?
[17:19:39] <Guest38593> eirikb,
[17:19:41] <Guest38593> openjdk-6-jdk
[17:19:53] <Guest38593> 6b16-1.6
[17:20:06] <Guest38593> nick /animaCCo-
[17:20:12] *** Guest38593 is now known as animacco-
[17:20:42] <animacco-> eirikb,  in Debian Sqeeze
[17:22:39] <eirikb> There we have it
[17:22:41] <eirikb> First hit on Google
[17:22:46] <eirikb> http://issues.apache.org/jira/browse/CASSANDRA-628
[17:22:58] <eirikb> My first hit on "java.net.NoRouteToHostException: Network is unreachable" even
[17:23:09] <eirikb> Plan A: Install sun JDK
[17:24:11] <animacco-> aha
[17:34:28] <animacco-> eirikb,  i have installed  SUN JDK..     i will reboot
[17:34:34] *** animacco- has quit IRC
[17:46:15] *** animacco- has joined #netbeans
[17:46:19] <animacco-> eirikb,
[17:46:47] <animacco-> i m back.  i install SUN JDK,  remove openJDK and re install netbeans6.8
[17:47:25] <animacco-> and still "noRouteToHost"...   have a plan B ??
[17:47:27] <eirikb> And?
[17:51:00] <animacco-> and ? i will destroy the pc
[17:51:08] <eirikb> Didn't work?
[17:51:26] <animacco-> :D  no, dont work
[17:51:28] <eirikb> Oh
[17:51:37] <eirikb> Sorry a bit busy it dinner...
[17:51:51] <eirikb> Ok it might be your hosts-setup
[17:52:33] *** Bass10 has quit IRC
[17:52:39] <animacco-> i check it...  it would be ok
[17:54:15] <animacco-> i send you a mp with the past
[18:17:03] *** Davey has joined #netbeans
[18:22:20] *** kiuma has quit IRC
[18:31:14] *** LouisJB has quit IRC
[18:32:54] *** bitflesh has quit IRC
[18:34:47] <bakkal> does JIRA in netbeans require the project I am working on to be open source?
[18:46:35] <animacco-> i recognice the problem:
[18:46:41] <animacco-> netbeans dont see internet
[18:46:55] <animacco-> i have connectivity in the pc
[18:47:09] <animacco-> but  netbeans cant route to the gateway
[18:47:28] *** Araxia has quit IRC
[18:48:00] <animacco-> is too rare
[18:49:25] <ShelLuser> animacco-: maybe a proxy issue.
[18:50:40] <ShelLuser> either way; since you told us earlier that it was not only NB which behaved this way its kinda hard to comment since it has more to do with your system than NB.
[18:51:32] <animacco-> ShelLuser, in the S.O  and navegator i use "no proxy"   .   in netbeans configuration the same,  but i get "cannot connect to the internet"
[18:52:51] <animacco-> ok, i undestand you..  but all other apps in mi pc works ok.  internet works ok..   only NB fails
[18:52:55] <animacco-> :P
[18:53:09] <ShelLuser> errr, earlier on you said that the same thing happened on eclipse.
[18:53:30] <animacco-> yes, and with aptana too.    all java
[18:54:12] <ShelLuser> So its not only NB which cannot connect; all programs running on Java seem to have issues.
[18:54:28] <animacco-> java sockets use a special port ?
[18:54:49] <ShelLuser> nah, they use whatever you want them to.
[18:55:17] <animacco-> ShelLuser,  ok, tnks for the help. i will continue searching
[19:09:47] *** animacco- has quit IRC
[19:11:28] *** Araxia has joined #netbeans
[19:47:39] *** Bass10 has joined #netbeans
[20:30:13] *** LouisJB has joined #netbeans
[20:39:33] *** mkleint has joined #netbeans
[20:45:05] *** analogsilence has joined #netbeans
[21:30:19] *** tijnie has joined #netbeans
[22:22:55] *** tijnie has quit IRC
[22:40:27] *** mkleint has quit IRC
[22:48:05] *** haba713 has quit IRC
[22:49:33] *** bobhope_ has joined #netbeans
[22:49:51] *** bobhope_ has left #netbeans
[22:54:30] *** cemerick has quit IRC
[22:55:42] *** bakkal has quit IRC
[22:58:11] *** bakkal has joined #netbeans
[23:02:21] *** Davey has quit IRC
[23:12:37] *** Haldol has joined #netbeans
[23:23:07] *** Haloperidol has quit IRC
[23:25:15] *** bakkal has quit IRC
[23:25:53] *** bakkal has joined #netbeans
[23:39:43] *** LouisJB has quit IRC

top