[00:06:35] *** sogti has joined #eclipse [00:07:29] <sogti> hello I am trying to compile a .java file into a .class file [00:08:11] <sogti> I have been tried for a while I tryied the Build all and also the build Project [00:08:29] <sogti> I am trying to compile some add - on to red5 system [00:08:49] <sogti> I am using eclipse [00:09:23] *** allisterb has quit IRC [00:10:33] <nitind> sogti: Is it a Java Project (created with the New Java Project wizard) and a .java file in a Source folder? [00:11:20] <sogti> red5 is an open source flash server project [00:11:36] <sogti> I imported the project to eclipse [00:11:44] <nitind> Not the same thing. [00:12:25] <rcjsuen> Just having random .java files in a random folder doesn't tell the system that these files should be compiled. [00:12:48] *** newbie123abc has joined #eclipse [00:12:55] <newbie123abc> Hi all! [00:13:40] <sogti> so how then i am telling the system which files I want it to compile [00:14:12] <sogti> all I need is to compile this single class into the project [00:15:21] <sogti> My knowledge in java can be defined as very poor [00:15:22] *** Wienz has joined #eclipse [00:16:41] <newbie123abc> how can i change eclipse's language? [00:18:23] *** robinr has joined #eclipse [00:18:47] <rcjsuen> sogti: You should just make a new Java project and then throw your .java file in there. [00:18:58] <rcjsuen> ~tell newbie123abc about babel [00:18:58] <Arbalest> newbie123abc: Seeking language packs for projects at Eclipse.org? Take a look at the Babel project - http://www.eclipse.org/babel - You can help translate strings on the web! See here - https://babel.eclipse.org/babel/login.php [00:20:13] <newbie123abc> rcjsuen: i would like to use eclipse with latex, by texlipse. I want to change spellchecker language [00:21:07] <sogti> rcjsuen : I need all the dependence classes also [00:21:39] <rcjsuen> sogti: Well, you would have to throw those in your project's build path too so it recognizes it. [00:21:40] <sogti> and also I need all of the packeges [00:21:47] <rcjsuen> newbie123abc: I think you change your dictionary in the preferences. [00:22:19] <newbie123abc> rcjsuen: and about gui's language? [00:23:13] <rcjsuen> newbie123abc: Did youlook at what Arbalest said? [00:23:37] <sogti> what type of file I shold check in the "New" Window? [00:23:39] *** fixl has quit IRC [00:24:21] <sogti> Java Project || Java Project from Existing Ant Buildfile || Java Working Set [00:24:26] <rcjsuen> The first. [00:25:38] <sogti> to check "Add project to working sets" ?? [00:26:57] <sogti> I checked that but there where no working to select form so I didn't check that [00:29:27] <sogti> now after I have a new clean project what is the best way to import the all working red5 server [00:30:07] <sogti> I am going around this project for about 3 nights and days [00:31:31] <sogti> I can import the classes using General->File System in the import window? [00:34:39] <rcjsuen> You'd probably have to add those jars to your project's class path [00:34:44] <rcjsuen> or make a class folder and throw those class files in there [00:35:02] <rcjsuen> tho it's not really clear tome what one .java file is for [00:35:08] *** werdan7 has quit IRC [00:36:33] <sogti> this is an open soruce server and I want to add a class to redirect the folders outside the root directory [00:39:19] *** werdan7 has joined #eclipse [00:39:20] <sogti> the tree of the folders is complicated [00:39:48] <sogti> each server folder has is own src/lib/class folders [00:40:10] <sogti> and there are also the core classes [00:40:38] <sogti> in the bin directory [00:49:48] *** allisterb has joined #eclipse [01:02:12] *** Essington has quit IRC [01:02:18] *** kensanata has quit IRC [01:02:35] *** sogti has quit IRC [01:02:53] *** adac has quit IRC [01:04:33] *** Lars_G has joined #eclipse [01:04:35] <Lars_G> Hi all. [01:04:50] <Lars_G> Question, been away from eclipse for a long while, and I want to try it again for a few projects. [01:05:10] <Lars_G> Question is, is there an easy way anymore to add the plugins of the galileo builds to a classic eclipse? [01:05:31] <Lars_G> so I can mix a few (java, c/c++, php and mobile) in a single install? [01:06:00] <NoobFukaire> yeah, go to help->install new software and choose the gallileo repo [01:06:16] <Lars_G> Ah, thanks [01:06:18] <NoobFukaire> it will list all the features available [01:06:19] <Lars_G> dugh [01:06:22] <Lars_G> duh [01:06:25] <Lars_G> thanks :) [01:06:27] <NoobFukaire> np [01:08:16] *** tr1gger has quit IRC [01:10:12] *** elnovato has quit IRC [01:10:24] *** elnovato has joined #eclipse [01:11:53] *** elnovato1 has joined #eclipse [01:11:53] *** elnovato has quit IRC [01:12:09] *** amnesic has joined #eclipse [01:12:46] *** tolland has quit IRC [01:14:25] *** EricInBNE has quit IRC [01:15:37] *** EricInBNE has joined #eclipse [01:16:22] *** district has joined #eclipse [01:17:37] <district> what's the most lightweight unbloated JRE that i can use for eclipse (c/c++ version) on windows? [01:21:59] <rcjsuen> I would imagine they would all be similar in size. [01:22:07] *** newbie123abc has quit IRC [01:23:03] <NoobFukaire> district: what are you trying to do? [01:24:38] *** Shown has quit IRC [01:28:04] *** tolland has joined #eclipse [01:37:23] <ronghail> jdk? [01:38:46] *** Wienz has quit IRC [01:49:23] <district> sorry, got distracted. i just need a jre to run eclipse, but don't want all the bloat (like browser plugins) that you tend to get with the standard jre package. [01:53:03] <rcjsuen> I'm not sure how customizable that is. I suppose part of that may depend on your operating system. [01:55:41] *** elnovato1 has quit IRC [01:56:00] <district> ok. guess i'll have to bite the bullet. thanks. [01:56:33] <NoobFukaire> if you're on ubuntu (and probably debian), you can install just the jre and not webstart and applets [01:56:43] <NoobFukaire> oh right, you're on windows [01:56:46] <NoobFukaire> nm :( [01:57:28] <district> yeah. fresh windows 7 that i really don't want to mess up quite yet ;) [01:57:47] <district> but you're right about ubuntu, never had a problem there. [01:58:16] <district> i'm just a little more nervous about windows, because i heard yahoo toolbar got silently installed via update a couple of months ago... [02:01:08] *** allisterb has quit IRC [02:03:00] *** EricInBNE has joined #eclipse [02:05:16] *** tolland has quit IRC [02:05:24] *** vdv has quit IRC [02:08:42] <rcjsuen> oh right, you said you were on Windows in the beginnig, whoops [02:09:07] <rcjsuen> district: I've never heard that problem mself with Sun's JRE/JDK installations. *shrugs* [02:09:14] *** l0gin has quit IRC [02:11:33] *** rcjsuen_ has joined #eclipse [02:13:09] *** Pikachu_2014 has quit IRC [02:13:09] *** rcjsuen has quit IRC [02:13:09] *** debangsu has quit IRC [02:13:09] *** sirslacker has quit IRC [02:13:09] *** mertimor has quit IRC [02:13:10] *** ReneP has quit IRC [02:13:10] *** cyzie has quit IRC [02:13:10] *** paulweb515_ has quit IRC [02:13:10] *** Magicblaze007 has quit IRC [02:13:10] *** yashi has quit IRC [02:13:10] *** buggs has quit IRC [02:14:26] <district> rcjsuen_: perhaps it isn't as bad as i think [02:14:55] *** fladi has quit IRC [02:16:21] *** kthomas_vh has quit IRC [02:17:07] *** kthomas_vh has joined #eclipse [02:22:33] *** Pikachu_2014 has joined #eclipse [02:22:33] *** debangsu has joined #eclipse [02:22:34] *** sirslacker has joined #eclipse [02:22:34] *** mertimor has joined #eclipse [02:22:34] *** cyzie has joined #eclipse [02:22:34] *** buggs has joined #eclipse [02:22:34] *** paulweb515_ has joined #eclipse [02:22:34] *** yashi has joined #eclipse [02:22:34] *** Magicblaze007 has joined #eclipse [02:22:36] *** buggs1 has joined #eclipse [02:22:39] *** ReneP has joined #eclipse [02:25:32] *** elnovato has joined #eclipse [02:36:22] *** buggs1 has quit IRC [02:36:22] *** debangsu has quit IRC [02:36:22] *** paulweb515_ has quit IRC [02:36:22] *** mertimor has quit IRC [02:36:22] *** Magicblaze007 has quit IRC [02:36:22] *** yashi has quit IRC [02:36:22] *** Pikachu_2014 has quit IRC [02:36:22] *** cyzie has quit IRC [02:36:23] *** buggs has quit IRC [02:36:23] *** sirslacker has quit IRC [02:36:24] *** Lars_G has left #eclipse [02:39:21] *** black_13 has joined #eclipse [02:41:09] *** booksbuggy has joined #eclipse [02:45:24] *** Pikachu_2014 has joined #eclipse [02:45:24] *** debangsu has joined #eclipse [02:45:25] *** sirslacker has joined #eclipse [02:45:25] *** mertimor has joined #eclipse [02:45:25] *** cyzie has joined #eclipse [02:45:25] *** paulweb515_ has joined #eclipse [02:45:25] *** yashi has joined #eclipse [02:45:25] *** Magicblaze007 has joined #eclipse [02:45:27] *** buggs1 has joined #eclipse [02:49:30] *** JM has joined #eclipse [02:51:07] *** Bass10 has quit IRC [02:55:18] <black_13> can someone explain to me what the issue is here http://pastebin.com/m75d15ccf [02:56:47] *** Bass10 has joined #eclipse [02:57:16] *** Bass10 has quit IRC [02:57:49] *** Darth_Tux has joined #eclipse [02:58:53] <rcjsuen_> That doesn't look like a problem with Eclipse to me. [02:59:33] <black_13> you know the java people said "ask in eclipse channel" [02:59:40] <black_13> fml [03:00:08] <NoobFukaire> #java is basically worthless [03:00:10] <nitind> That makes little sense. But the problem is that Apache Commons Logging isn't on the runtime classpath, even if it is on the build-time classpath. [03:00:24] *** robinr has quit IRC [03:00:41] <nitind> So if it's not on the Java Build Path, add it. If it is, check GWT's launcher for some option to include it. [03:07:48] <black_13> i see i may just go home and turn in i have been farting around with this for about an hour [03:08:19] *** Darth_Tux has quit IRC [03:11:12] *** wesley has joined #eclipse [03:22:08] *** swente has quit IRC [03:27:28] *** swente has joined #eclipse [03:27:50] *** sirslacker1 has joined #eclipse [03:28:18] *** sirslacker1 has quit IRC [03:31:38] *** weihongzeng has joined #eclipse [03:33:20] *** debio264_ has joined #eclipse [03:33:24] *** wesley has quit IRC [03:33:24] *** amnesic has quit IRC [03:33:25] *** werdan7 has quit IRC [03:33:25] *** the_alien has quit IRC [03:33:26] *** debio264 has quit IRC [03:33:26] *** SniperFodder has quit IRC [03:33:26] *** dmiles_afk has quit IRC [03:33:26] *** roo has quit IRC [03:33:26] *** bya has quit IRC [03:33:27] *** synx` has quit IRC [03:33:27] *** kjalarr has quit IRC [03:38:12] *** the_alien has joined #eclipse [03:38:42] *** synx` has joined #eclipse [03:38:55] *** amnesic has joined #eclipse [03:40:29] *** wesley has joined #eclipse [03:40:29] *** debio264 has joined #eclipse [03:40:29] *** dmiles_afk has joined #eclipse [03:40:29] *** bya has joined #eclipse [03:40:29] *** kjalarr has joined #eclipse [03:40:53] *** SniperFodder has joined #eclipse [03:40:55] *** bya has quit IRC [03:40:56] *** dmiles_afk has quit IRC [03:40:56] *** wesley has quit IRC [03:41:04] *** sirslacker has quit IRC [03:42:56] *** bya has joined #eclipse [03:43:49] *** roo has joined #eclipse [03:43:50] *** werdan7 has joined #eclipse [03:53:32] *** [TomTom] has joined #eclipse [03:53:57] *** dmiles_afk has joined #eclipse [03:54:58] *** TomTom has quit IRC [03:55:45] *** toulmean has joined #eclipse [03:58:31] *** debio264 has quit IRC [04:00:07] *** Vince42 has joined #eclipse [04:01:16] *** merlin2049er has joined #eclipse [04:01:28] *** merlin2049er has left #eclipse [04:05:29] *** black_13 has quit IRC [04:14:16] *** dmiles_afk has quit IRC [04:14:16] *** roo has quit IRC [04:14:16] *** werdan7 has quit IRC [04:14:17] *** SniperFodder has quit IRC [04:14:17] *** kjalarr has quit IRC [04:14:59] *** SniperFodder has joined #eclipse [04:17:00] *** buggs2 has joined #eclipse [04:17:01] *** ekiczek has joined #eclipse [04:17:45] *** buggs1 has quit IRC [04:17:45] *** debangsu has quit IRC [04:17:45] *** paulweb515_ has quit IRC [04:17:45] *** mertimor has quit IRC [04:17:45] *** Magicblaze007 has quit IRC [04:17:45] *** yashi has quit IRC [04:17:46] *** Pikachu_2014 has quit IRC [04:17:46] *** cyzie has quit IRC [04:19:59] *** Pikachu_2014 has joined #eclipse [04:19:59] *** debangsu has joined #eclipse [04:19:59] *** mertimor has joined #eclipse [04:19:59] *** cyzie has joined #eclipse [04:19:59] *** paulweb515_ has joined #eclipse [04:19:59] *** yashi has joined #eclipse [04:19:59] *** Magicblaze007 has joined #eclipse [04:20:07] *** Tesseraction has quit IRC [04:23:36] *** SniperFodder has quit IRC [04:23:52] *** dmiles_afk has joined #eclipse [04:23:52] *** SniperFodder has joined #eclipse [04:23:52] *** kjalarr has joined #eclipse [04:24:07] *** dmiles_afk has quit IRC [04:25:10] *** swente has quit IRC [04:25:25] *** roo has joined #eclipse [04:26:00] *** werdan7 has joined #eclipse [04:30:00] *** SniperFodder has quit IRC [04:30:15] *** SniperFodder has joined #eclipse [04:36:37] *** debangsu has quit IRC [04:36:37] *** paulweb515_ has quit IRC [04:36:37] *** mertimor has quit IRC [04:36:37] *** Magicblaze007 has quit IRC [04:36:37] *** yashi has quit IRC [04:36:37] *** Pikachu_2014 has quit IRC [04:36:37] *** cyzie has quit IRC [04:37:38] *** werdan7 has quit IRC [04:37:38] *** roo has quit IRC [04:37:39] *** kjalarr has quit IRC [04:41:59] *** Pikachu_2014 has joined #eclipse [04:41:59] *** debangsu has joined #eclipse [04:41:59] *** mertimor has joined #eclipse [04:41:59] *** cyzie has joined #eclipse [04:41:59] *** paulweb515_ has joined #eclipse [04:41:59] *** yashi has joined #eclipse [04:41:59] *** Magicblaze007 has joined #eclipse [04:46:28] *** Vince42 has quit IRC [04:54:45] *** kjalarr has joined #eclipse [04:57:15] *** kthomas_vh_ has joined #eclipse [05:01:43] *** kthomas_vh has quit IRC [05:05:16] *** kjalarr has quit IRC [05:05:16] *** debangsu has quit IRC [05:05:17] *** paulweb515_ has quit IRC [05:05:17] *** mertimor has quit IRC [05:05:17] *** Magicblaze007 has quit IRC [05:05:17] *** yashi has quit IRC [05:05:17] *** Pikachu_2014 has quit IRC [05:05:17] *** cyzie has quit IRC [05:11:01] *** Pikachu_2014 has joined #eclipse [05:11:01] *** debangsu has joined #eclipse [05:11:01] *** mertimor has joined #eclipse [05:11:01] *** cyzie has joined #eclipse [05:11:01] *** paulweb515_ has joined #eclipse [05:11:01] *** yashi has joined #eclipse [05:11:01] *** Magicblaze007 has joined #eclipse [05:12:48] *** kjalarr has joined #eclipse [05:16:09] *** werdan7 has joined #eclipse [05:16:54] *** roo has joined #eclipse [05:18:30] *** ralf_e has quit IRC [05:24:38] *** laknath_ has joined #eclipse [05:25:00] *** jfreeman has joined #eclipse [05:33:03] *** mertimor_ has joined #eclipse [05:38:32] *** mertimor_ has quit IRC [05:46:09] *** ChezaWho has joined #eclipse [05:49:07] *** mertimor has quit IRC [05:49:31] *** mertimor has joined #eclipse [05:56:31] *** rcjsuen_ has quit IRC [06:02:55] *** tori__ has joined #eclipse [06:12:32] *** mertimor has quit IRC [06:22:08] *** multiHYP has joined #eclipse [06:22:13] <multiHYP> hi peeps [06:23:28] <multiHYP> i have an issue that my second GLCanvas doesn't render anything, also by relayouting the shell, the second GLCanvas doesn't fit appropriately, unless i start to drag i.e. resize the shell manually. what is the issue with rendering as well as relayouting?? [06:25:44] *** jusfreeman has joined #eclipse [06:34:52] *** Cybernator has joined #eclipse [06:36:47] *** jair has quit IRC [06:37:11] *** tori__ has quit IRC [06:39:56] *** dmiles_afk has joined #eclipse [06:42:18] *** jfreeman has quit IRC [06:48:20] *** booksbuggy has quit IRC [06:50:37] *** armence has quit IRC [06:51:19] *** fsteeg has quit IRC [06:57:50] *** Cybernator has quit IRC [07:01:45] *** yashi has quit IRC [07:02:11] <multiHYP> is it possible to hide toolbar or the entire coolbar on mac using that button on the top right of the window? like in finder or eclipse? [07:02:59] *** yashi has joined #eclipse [07:03:09] *** yashi has quit IRC [07:08:30] *** atke has joined #eclipse [07:10:21] *** yashi has joined #eclipse [07:14:57] <atke> l10n question. I have keys like something_1 and something_2 which should be used at runtime like this: getMessage("something_" + value). Is there some existing getMessage() like object/method that I can use? [07:20:44] *** ChezaWho has quit IRC [07:21:55] *** kthomas_vh_ has quit IRC [07:32:35] *** tom17bombadil has joined #eclipse [07:41:09] *** toulmean has quit IRC [07:51:04] *** volodya has quit IRC [07:54:20] *** jusfreeman has quit IRC [08:03:39] *** JM has quit IRC [08:04:30] *** rhk has quit IRC [08:11:17] *** SniperFodder has quit IRC [08:17:42] * multiHYP going to get some food for lunch [08:17:45] *** multiHYP has quit IRC [08:24:19] *** nockle has joined #eclipse [08:28:55] <nockle> Hi, hope somebody can help me: I opened an odt file in eclipse, changed it and wanted to save. Than the following error message occured "Could not save test.odt". When I was openinge the file again, there were really nothing saved. [08:29:40] *** dmiles_afk has left #eclipse [08:32:21] *** cifromaK has joined #eclipse [08:54:28] *** ChezaWho has joined #eclipse [08:57:38] *** xmas12 has joined #eclipse [09:00:15] *** xmas12 has quit IRC [09:00:37] *** Cybernator has joined #eclipse [09:01:53] *** bigmack83 has joined #eclipse [09:05:21] *** zayka has joined #eclipse [09:06:10] <zayka> hi [09:06:50] <zayka> i have an error while upgrading eclipse to 3.5.1 : BUILD FAILED [09:06:50] <zayka> /tmp/portage/dev-util/eclipse-sdk-3.5.1/work/eclipse-build-R0_4_0/build.xml:272: Java returned: 13 [09:07:36] <zayka> what does it mean? [09:08:35] <nitind> Ask in #gentoo, Eclipse.org doesn't provide distribution-specific builds--it's all standard Java bytecodes in the end, so why even both rebuilding it from source? [09:08:46] <nitind> both/bother [09:09:45] *** sogti has joined #eclipse [09:10:02] <sogti> hello [09:10:17] <sogti> I am trying to compile aan imported project [09:10:35] <sogti> I added only one java file [09:11:31] <sogti> I marked the Build automaticly [09:11:44] <sogti> but I can't find the compiled class [09:14:41] <sogti> I think there might be a prbolem during importing the project [09:21:44] <nockle> Hi, hope somebody can help me: I opened an odt file in eclipse, changed it and wanted to save. Than the following error message occured "Could not save test.odt". When I was opening the file again, there was really nothing saved. [09:29:37] *** debangsu has left #eclipse [09:38:26] *** tr1gger has joined #eclipse [09:42:37] *** veyres has joined #eclipse [09:46:50] *** bigmack83 has quit IRC [09:49:05] *** mertimor has joined #eclipse [09:55:02] *** bigmack83 has joined #eclipse [09:58:42] *** mertimor has quit IRC [10:04:05] *** sogti has quit IRC [10:08:14] *** multiHYP has joined #eclipse [10:08:25] * multiHYP back again [10:09:10] <multiHYP> guys, anyone knows how to get 2 GLCanvas to render inside the same shell? [10:10:57] *** [TomTom] has quit IRC [10:12:01] *** sloinn has joined #eclipse [10:12:59] *** fladi has joined #eclipse [10:14:39] *** aljazZz has joined #eclipse [10:15:32] <sloinn> is it possible to have a java and javascript nature at the same time for project > [10:15:33] <sloinn> ? [10:15:58] *** opossum_oisif has joined #eclipse [10:33:28] <sloinn> or better question, are there natures which would be conflicting when used together [10:34:24] *** cifromaK has quit IRC [10:38:02] *** bigmack83 has quit IRC [10:44:02] *** bigmack83 has joined #eclipse [10:51:48] *** Pikachu_2015 has joined #eclipse [10:53:36] *** robinr has joined #eclipse [10:55:02] *** tolland has joined #eclipse [10:55:04] *** bigmack83 has quit IRC [10:56:00] *** bigmack83 has joined #eclipse [10:57:38] <tolland> Hi [10:58:15] <tolland> i am editing some drupal files in eclipse pdt, and for some reason it won't let me associate *.module files with the php editor [10:58:17] <tolland> any ideas? [11:09:10] *** cifromaK has joined #eclipse [11:15:14] *** Wazzzaaa has joined #eclipse [11:18:04] *** bigmack83 has quit IRC [11:18:28] *** bigmack83 has joined #eclipse [11:18:51] <Wazzzaaa> CAn I develop Qt apps with eclipse?\ [11:21:09] *** tori__ has joined #eclipse [11:45:27] *** ReneP has quit IRC [11:49:36] *** robinr has quit IRC [11:50:45] *** Cobi has quit IRC [11:53:14] *** Cobi has joined #eclipse [11:55:14] *** swente has joined #eclipse [11:57:24] *** Cobi has quit IRC [11:58:11] *** the_alien has quit IRC [11:59:53] *** bigmack83 has quit IRC [11:59:53] *** Cobi has joined #eclipse [12:04:46] *** Doma has joined #eclipse [12:05:03] *** Doma has left #eclipse [12:08:08] *** fleque has joined #eclipse [12:18:07] *** ReneP has joined #eclipse [12:21:05] *** tori__ has quit IRC [12:25:37] *** nockle has left #eclipse [12:28:17] *** robinr has joined #eclipse [12:30:48] *** laknath_ has quit IRC [12:34:16] *** gittish has joined #eclipse [12:34:34] *** Nescafe has joined #Eclipse [12:38:51] *** robinr has quit IRC [12:43:27] *** sirslacker has joined #eclipse [12:43:36] *** gittish is now known as robinr [12:49:25] *** ekiczek has quit IRC [12:49:39] *** mertimor has joined #eclipse [12:58:35] *** Cybernator has quit IRC [13:01:28] *** benowar has joined #eclipse [13:10:08] *** Shown has joined #eclipse [13:16:09] *** bel4 has joined #eclipse [13:20:56] *** bel4 has quit IRC [13:21:04] *** opossum_oisif has quit IRC [13:29:10] *** Wazzzaaa has left #eclipse [13:29:14] *** laknath_ has joined #eclipse [13:36:36] *** fleque has quit IRC [13:46:29] *** sloinn has quit IRC [13:46:42] *** multiHYP has quit IRC [13:47:22] *** cifromaK has quit IRC [13:48:07] *** hrad has joined #eclipse [13:50:08] <hrad> hey, is there any javascript implementation for firefox ? the file one could download [13:52:52] *** sphenxes has quit IRC [13:53:30] <hrad> I'm learning javascript and I'd like to see the implementation how things are done....in eclipse there is only a library representing the class structure, but no actual implementation [13:54:20] *** volodya has joined #eclipse [13:54:49] *** sirslacker has quit IRC [13:55:09] <FauxFaux> The built in stuff in JS typically isn't implemented in JS.. [13:55:13] *** sphenxes has joined #eclipse [14:00:31] <hrad> FauxFaux: by built in stuff, you mean the C part communicating with layout engine API ? [14:00:55] <FauxFaux> I assume you meant the implementation of, say, sorting arrays, .. [14:01:07] *** rcjsuen has joined #eclipse [14:02:00] <hrad> FauxFaux: ouch, I'm on eclipse channel :) I didn't notice [14:02:56] <hrad> FauxFaux: I'm talking about this, from JSDT doc: " the JSDT contains a FireFox library plugin with about 150k of JavaScript and JsDoc. This library represents the class structure within the FireFox browser that is accessible to a web page's JavaScript, but does not contain any implementation to the functions it declares. If a user wishes to target their JavaScript source to FireFox specifically, they would add the FireFox library [14:04:56] *** oisinh has joined #eclipse [14:06:48] <hrad> FauxFaux: I'm more of a enterprise Java guy, so I don't exactly know, how much of it is implemented in C and how much in Javascript, but when I look at the file ...metadata/.plugins/org.eclipse.wst.jsdt.core/libraries/FireFox2.0.0.3.js ...it seems like interfaces only [14:07:42] *** atke_ has joined #eclipse [14:08:44] *** hanrock has quit IRC [14:09:22] *** paulweb515_ has quit IRC [14:09:22] *** Magicblaze007 has quit IRC [14:09:22] *** Pikachu_2014 has quit IRC [14:09:23] *** cyzie has quit IRC [14:09:33] *** oisinh has quit IRC [14:09:33] *** laknath_ has quit IRC [14:09:33] *** Nescafe has quit IRC [14:09:33] *** swente has quit IRC [14:09:33] *** aljazZz has quit IRC [14:09:33] *** veyres has quit IRC [14:09:33] *** ChezaWho has quit IRC [14:09:33] *** atke has quit IRC [14:09:33] *** roo has quit IRC [14:09:34] *** werdan7 has quit IRC [14:09:34] *** kjalarr has quit IRC [14:09:35] *** atke_ is now known as atke [14:11:07] *** Nescafe has joined #Eclipse [14:11:15] *** nlc has joined #eclipse [14:11:54] <hrad> does being quiet mean that almost everything is implemented as part of the interpret :) ? [14:12:22] *** veyres has joined #eclipse [14:14:56] *** Pikachu_2014 has joined #eclipse [14:14:56] *** cyzie has joined #eclipse [14:14:56] *** paulweb515_ has joined #eclipse [14:14:56] *** Magicblaze007 has joined #eclipse [14:15:36] *** oisinh has joined #eclipse [14:16:02] <hrad> I think I was just confused by what is written in JSDT documentation, they put it in a way that it sounds like there is another global JS file with more than just class structer [14:16:07] <hrad> *structure [14:16:55] *** aljazZz has joined #eclipse [14:19:09] *** hanrock has joined #eclipse [14:19:09] *** laknath_ has joined #eclipse [14:19:09] *** swente has joined #eclipse [14:19:09] *** ChezaWho has joined #eclipse [14:19:09] *** kjalarr has joined #eclipse [14:20:26] *** kjalarr has quit IRC [14:21:06] *** werdan7 has joined #eclipse [14:21:54] *** kjalarr has joined #eclipse [14:25:50] *** pnehrer has joined #eclipse [14:27:04] *** the_alien has joined #eclipse [14:35:00] <atke> l10n question. I have keys like something_1 and something_2 which should be used at runtime like this: getMessage("something_" + value). Is there some existing getMessage() like object/method that I can use? [14:36:00] *** paulweb515_ has quit IRC [14:36:00] *** Magicblaze007 has quit IRC [14:36:00] *** Pikachu_2014 has quit IRC [14:36:00] *** cyzie has quit IRC [14:38:01] *** sirslacker has joined #eclipse [14:39:27] *** Pikachu_2014 has joined #eclipse [14:39:27] *** cyzie has joined #eclipse [14:39:27] *** paulweb515_ has joined #eclipse [14:39:27] *** Magicblaze007 has joined #eclipse [14:40:17] *** opossum_oisif has joined #eclipse [14:42:44] *** the_alien has quit IRC [14:42:44] *** werdan7 has quit IRC [14:42:45] *** hanrock has quit IRC [14:42:45] *** ChezaWho has quit IRC [14:42:45] *** laknath_ has quit IRC [14:42:45] *** swente has quit IRC [14:44:12] *** aljazZz has quit IRC [14:44:55] <rcjsuen> atke: You'd use a ResourceBundle for that I suppose. [14:45:51] <atke> rcjsuen: so there's nothing eclipse specific. ok, thanks. [14:46:26] <rcjsuen> for Eclipse plug-ins the NLS class is used [14:48:06] *** hanrock has joined #eclipse [14:50:04] *** hanrock has quit IRC [14:50:04] *** the_alien has joined #eclipse [14:50:04] *** hanrock has joined #eclipse [14:50:04] *** laknath_ has joined #eclipse [14:50:04] *** swente has joined #eclipse [14:50:04] *** ChezaWho has joined #eclipse [14:50:15] *** hanrock_ has joined #eclipse [14:50:21] *** ChezaWho has quit IRC [14:50:21] *** ChezaWho has joined #eclipse [14:53:48] *** Bass10 has joined #eclipse [14:53:49] *** werdan7 has joined #eclipse [14:53:51] *** roo has joined #eclipse [14:54:35] *** hrad has quit IRC [14:58:03] *** hanrock has quit IRC [15:01:19] *** atke has quit IRC [15:01:59] *** SzymonB has joined #eclipse [15:02:21] *** new2 has joined #eclipse [15:04:16] *** njbartlett has quit IRC [15:05:03] <new2> hi. would somebody help me figuring out why php pages, created in workspace in eclipse are not running (neither debugging) in browser? other pages, located directly on my docroot run without problem [15:09:10] <new2> nobody's ever answering this question.... [15:09:45] *** ChezaWho has quit IRC [15:13:19] *** the_alien has quit IRC [15:21:06] *** benowwar has joined #eclipse [15:33:41] *** deSilva has joined #eclipse [15:37:42] *** elnovato1 has joined #eclipse [15:37:54] *** elnovato has quit IRC [15:39:07] *** benowar has quit IRC [15:40:55] *** kjalarr has quit IRC [15:43:23] *** kjalarr has joined #eclipse [15:49:44] *** multiHYP has joined #eclipse [15:50:47] <multiHYP> how can i have multiple GLCanvas widgets inside a single shell? [15:52:02] *** Tesseraction has joined #eclipse [15:57:47] *** matalo has joined #eclipse [16:10:04] *** booksbuggy has joined #eclipse [16:12:33] *** EricInBNE has quit IRC [16:13:44] *** EricInBNE has joined #eclipse [16:13:49] *** multiHYP has quit IRC [16:14:03] *** booksbuggy has quit IRC [16:14:27] *** gambler has quit IRC [16:14:56] *** gambler has joined #eclipse [16:17:51] *** matalo has quit IRC [16:18:01] *** matalo has joined #eclipse [16:19:52] *** booksbuggy has joined #eclipse [16:26:29] *** EricInBNE has quit IRC [16:29:36] *** njbartlett has joined #eclipse [16:37:35] *** EricInBNE has joined #eclipse [16:40:03] *** Essington has joined #eclipse [16:40:07] *** gambler has quit IRC [16:41:01] *** gambler has joined #eclipse [16:43:59] *** zayka has left #eclipse [16:48:08] *** rcjsuen_ has joined #eclipse [16:50:35] *** benowwar has quit IRC [16:51:24] *** toulmean has joined #eclipse [16:58:40] *** toulmean has quit IRC [17:00:26] *** district has left #eclipse [17:02:39] *** SzymonB has quit IRC [17:04:48] *** rcjsuen has quit IRC [17:11:05] *** the_alien has joined #eclipse [17:15:08] *** ekiczek has joined #eclipse [17:15:20] *** gambler has quit IRC [17:15:21] *** laknath_ has quit IRC [17:15:21] *** swente has quit IRC [17:15:29] *** paulweb515_ has quit IRC [17:15:29] *** Magicblaze007 has quit IRC [17:15:29] *** Pikachu_2014 has quit IRC [17:15:29] *** cyzie has quit IRC [17:17:28] *** fsteeg has joined #eclipse [17:19:53] *** booksbuggy has quit IRC [17:20:07] *** tom17bombadil has quit IRC [17:21:09] *** Pikachu_2014 has joined #eclipse [17:21:09] *** cyzie has joined #eclipse [17:21:09] *** paulweb515_ has joined #eclipse [17:21:09] *** Magicblaze007 has joined #eclipse [17:22:31] *** gambler has joined #eclipse [17:22:31] *** laknath_ has joined #eclipse [17:22:31] *** swente has joined #eclipse [17:26:03] *** the_alien has quit IRC [17:31:34] *** EricInBNE has quit IRC [17:35:27] *** booksbuggy has joined #eclipse [17:44:47] *** mastro has joined #eclipse [17:45:24] *** tori__ has joined #eclipse [17:50:48] *** Bass2 has joined #eclipse [17:50:48] *** new2 has quit IRC [17:50:50] *** pnehrer has quit IRC [17:52:02] *** pnehrer has joined #eclipse [17:52:15] *** paulweb515_ has quit IRC [17:52:15] *** Magicblaze007 has quit IRC [17:52:15] *** Pikachu_2014 has quit IRC [17:52:15] *** cyzie has quit IRC [17:52:31] *** tori__ has quit IRC [17:52:31] *** gambler has quit IRC [17:52:31] *** laknath_ has quit IRC [17:52:31] *** swente has quit IRC [17:53:48] *** booksbuggy has quit IRC [17:55:56] *** Nescafe has quit IRC [17:57:32] *** kjalarr has quit IRC [17:57:51] *** Pikachu_2014 has joined #eclipse [17:57:51] *** cyzie has joined #eclipse [17:57:51] *** paulweb515_ has joined #eclipse [17:57:51] *** Magicblaze007 has joined #eclipse [17:57:55] *** kjalarr has joined #eclipse [17:58:14] *** Cybernator has joined #eclipse [17:59:14] *** werdan7 has quit IRC [18:00:15] *** werdan7 has joined #eclipse [18:00:28] *** Abhinav1 has joined #eclipse [18:01:48] *** sirslacker has quit IRC [18:02:57] <Abhinav1> I am new to eclipse and want to create a makefile project for linux, but in my eclipse makefile project is not listed when I create a new project although CDT is installed [18:03:42] *** gambler has joined #eclipse [18:05:39] *** sirslacker has joined #eclipse [18:07:13] *** Bass10 has quit IRC [18:07:41] *** tori__ has joined #eclipse [18:07:41] *** laknath_ has joined #eclipse [18:07:41] *** swente has joined #eclipse [18:08:47] *** ekiczek has quit IRC [18:09:09] *** opossum_oisif has quit IRC [18:09:37] *** Nescafe has joined #Eclipse [18:11:52] *** paulweb515_ has quit IRC [18:11:52] *** Magicblaze007 has quit IRC [18:11:53] *** Pikachu_2014 has quit IRC [18:11:53] *** cyzie has quit IRC [18:12:05] *** tori__ has quit IRC [18:12:05] *** laknath_ has quit IRC [18:12:05] *** swente has quit IRC [18:12:45] <rcjsuen_> Abhinav1: Do you even spot CDT things in the preferences though? [18:13:23] *** cifromaK has joined #eclipse [18:14:22] *** kjalarr has quit IRC [18:14:50] *** kjalarr has joined #eclipse [18:17:15] *** tori__ has joined #eclipse [18:17:15] *** laknath_ has joined #eclipse [18:17:15] *** swente has joined #eclipse [18:17:29] *** Pikachu_2014 has joined #eclipse [18:17:29] *** cyzie has joined #eclipse [18:17:29] *** paulweb515_ has joined #eclipse [18:17:29] *** Magicblaze007 has joined #eclipse [18:22:17] *** endra has joined #eclipse [18:25:53] <Abhinav1> rcjsuen_: I have checked that, there is it. [18:27:10] <Abhinav1> rcjsuen_: can you tell me how can i configure eclipse to compile my project which require gtk+2.0 and gstreamer-0.10 libs [18:27:55] *** sirslacker has quit IRC [18:28:47] <rcjsuen_> Abhinav1: I don't do C/C++, can't help you there. [18:29:07] <Abhinav1> rcjsuen_: No problem, thanks [18:30:33] *** sirslacker has joined #eclipse [18:35:32] <endra> Abhinav1: I don't remember exactly but go to project properties -> C/C++ -> compiler -> add include libraries, also you might have to link them.. same story but instead of 'compiler' add them to 'linker' [18:35:43] *** rcjsuen_ is now known as rcjsuen [18:39:16] *** vwegert has joined #eclipse [18:40:05] *** Abhinav1 has quit IRC [18:40:25] *** funky has left #eclipse [18:40:47] *** ChezaWho has joined #eclipse [18:41:25] *** mastro has quit IRC [18:47:43] *** werdan7 has quit IRC [18:47:43] *** pnehrer has quit IRC [18:48:07] *** pnehrer has joined #eclipse [18:48:30] *** roo has quit IRC [18:50:15] *** tori__ has quit IRC [18:51:37] *** Cybernator1 has joined #eclipse [18:54:12] *** Hanumaan has joined #eclipse [18:54:20] *** sirslacker has quit IRC [18:58:43] *** fixl has joined #eclipse [19:00:34] *** blue_asterisk has joined #eclipse [19:02:13] *** blue_asterisk has quit IRC [19:05:19] *** soulreaper has joined #eclipse [19:09:36] <vwegert> Is there an extensible wizard to deliver installable sample projects along with a set of plug-ins? [19:09:53] <vwegert> Something that hooks into the New Project wizard and lets me insert stuff there? [19:10:15] <vwegert> I can see something like this in o.e.emf.example.installer, but I don't want to depend on EMF there... [19:10:22] *** Cybernator has quit IRC [19:16:37] <elnovato1> oh jezzz im sick of all this eclipse bugs [19:16:46] <elnovato1> buttons doesnt even work [19:16:53] *** Doma has joined #eclipse [19:17:23] *** Doma has left #eclipse [19:20:22] <rcjsuen> vwegert: I think the new project wizard can be subclassed. [19:20:29] <rcjsuen> elnovato1: Are you on Linux? [19:20:37] <elnovato1> yeh [19:20:43] <rcjsuen> elnovato1: what distro/version? [19:21:24] <elnovato1> fedora 12 [19:21:26] <vwegert> rcjsuen: I don't want to write all this stuff - might have to steal^Wcopy from EMF then [19:21:52] <elnovato1> rcjsuen: but im using the version from eclipse site [19:22:06] <rcjsuen> elnovato1: the buttons in dialogs don't work when you click them but work with the keyboard, right? [19:22:06] <vwegert> But there's something else that's bothering me - "import plug-in as source" doesn't work the way I remember it [19:22:32] <vwegert> it does not create a source folder but drops the jar'ed sources in the project root [19:22:39] <vwegert> is that intended? [19:23:21] <elnovato1> rcjsuen: yeah, also, the + on the project browser doesnt expand subdirectories [19:23:37] <rcjsuen> elnovato1: See FAQ in channel topic. [19:24:46] <elnovato1> i guess ill return to Vi [19:26:03] <rcjsuen> elnovato1: If that's what you want to do instead of trying the suggested solutions, then so be it. Best of luck with your project! :) [19:28:02] <elnovato1> nothing there about the issues [19:28:04] <elnovato1> irc faq [19:28:13] <rcjsuen> elnovato1: Did you look at 3.8? [19:29:04] *** Bass2 has quit IRC [19:30:27] <elnovato1> still doesnt work [19:30:34] <elnovato1> i cant see the subdirectories contents [19:30:56] <rcjsuen> I haven't heard anyone have that particular problem but the buttons one comes up every day. [19:31:20] <elnovato1> the script explorer shows only the root level, not the subdirectories [19:31:31] <elnovato1> the + doesnt work on click or anything [19:31:51] <rcjsuen> Do all trees exhibit that problem? [19:32:45] <elnovato1> yes [19:32:54] <elnovato1> none of them expands [19:34:46] *** ChezaWho has quit IRC [19:34:58] <elnovato1> its so annoying [19:35:23] <rcjsuen> I suggest you file a bug. [19:36:33] <elnovato1> have no time for that, ill just use gedit or vim [19:36:51] <rcjsuen> Good luck with your project then. [19:37:03] <rcjsuen> Sorry things didn't work out for you. [19:37:16] <elnovato1> ty [19:41:34] *** serard_ has joined #eclipse [19:46:17] *** Kiran has joined #eclipse [19:46:46] *** Kiran is now known as Guest20146 [19:46:46] *** fixl has quit IRC [19:47:30] *** Guest20146 has quit IRC [19:47:40] *** cifromaK has quit IRC [19:53:02] *** EricInBNE has joined #eclipse [19:59:18] *** dmiles_afk has joined #eclipse [20:02:03] *** Bass10 has joined #eclipse [20:02:28] *** Hanumaan has quit IRC [20:14:00] *** tphgangster has joined #eclipse [20:16:24] *** linkz0r has joined #eclipse [20:16:48] *** Cybernator has joined #eclipse [20:18:24] <linkz0r> hi, is there a way to navigate over all classes of a package or a project on a Java perspective (on the outline view for example)? [20:18:30] *** dmiles_afk has quit IRC [20:20:08] *** dmiles_afk has joined #eclipse [20:20:25] *** cinch has joined #eclipse [20:20:59] *** ekiczek has joined #eclipse [20:21:22] *** Hanumaan has joined #eclipse [20:22:30] *** Cybernator1 has quit IRC [20:29:58] <rcjsuen> linkz0r: YOu could select the project and then hit F4 I guess. [20:30:10] <rcjsuen> Or use theJava browsing perspective. [20:33:21] <linkz0r> heh the latter worked, thanks rcjsuen [20:35:10] <elnovato1> oh now works! [20:35:14] <elnovato1> it was permissions, LOL [20:43:09] *** the_alien has joined #eclipse [20:45:05] *** endra has quit IRC [20:45:48] *** booksbuggy has joined #eclipse [20:48:33] *** sirslacker1 has joined #eclipse [20:49:00] *** sirslacker1 has quit IRC [20:51:48] *** sirslacker has joined #eclipse [21:03:31] *** blue_asterisk has joined #eclipse [21:08:53] *** aljazZz has joined #eclipse [21:11:01] *** veyres has quit IRC [21:15:43] *** blue_asterisk has quit IRC [21:22:30] *** Cybernator has quit IRC [21:27:27] *** blue_asterisk has joined #eclipse [21:28:23] *** blue_asterisk has quit IRC [21:30:30] *** laknath_ has quit IRC [21:30:38] *** cifromaK has joined #eclipse [21:30:45] *** toulmean has joined #eclipse [21:31:46] *** deSilva has quit IRC [21:34:19] *** brian3 has joined #eclipse [21:34:41] <brian3> Can someone help me figure out why Eclipse isn't showing me plugins for any Update Sites? [21:35:06] <brian3> I've been googling around but haven't found anything useful :( [21:35:26] *** vwegert has quit IRC [21:35:36] <brian3> I'm running Ubuntu 9.10 x64 on an Aluminum iMac 7,1 [21:35:44] <brian3> Running 32-bit Java / Eclipse [21:36:10] <brian3> (Eclipse 3.5 w/ PDT) [21:36:24] <brian3> Anyone? [21:36:46] *** booksbuggy has quit IRC [21:37:11] *** district has joined #eclipse [21:37:32] <brian3> Are there any Eclipse Gurus here?? [21:37:41] <district> does anybody know where the option to "save before build" is in c/c++ mode? i've completely lost it. [21:39:09] <brian3> Does anyone know why the "Install New Software" window in Eclipse would not render the plugin options for update sites? [21:39:26] <brian3> I know the sites work, I know the plugins are there, but they aren't showing up so I can't select and install them! [21:39:34] <district> nevermind, found it. [21:39:38] <district> third time's the charm [21:41:32] *** Hanumaan has quit IRC [21:44:34] <cinch> brian3: i think thats a eclipse bug that's been fixed in a newer version [21:44:38] *** robinr has quit IRC [21:44:48] <brian3> I'm pretty sure I have the latest version [21:44:59] <brian3> I mean, the latest "stable" or whatever [21:45:12] <brian3> downloaded the 32-bit PDT all-in-one [21:45:12] *** linkz0r has quit IRC [21:45:17] *** the_alien has quit IRC [21:45:19] <cinch> yea try a newer one, here's a link [21:45:44] <cinch> http://download.eclipse.org/eclipse/downloads/drops/M20091202-0800/index.php [21:46:18] <cinch> i had that too, and it's a gtk bug that they've mostly fixed (if its what u have) [21:46:43] <brian3> it says the gtk version is "X" status.. [21:48:23] <cinch> hmm, try http://download.eclipse.org/eclipse/downloads/ the 3.5.2 stream build from M20091125-1042 [21:48:57] <cinch> or no wait.. that one's too old [21:49:03] *** linkz0r has joined #eclipse [21:49:31] <cinch> im on x86_64/GTK 2 so there was no X.. [21:50:01] <brian3> hm well i can try it [21:52:47] *** linkz0r has quit IRC [21:52:53] *** blue_asterisk has joined #eclipse [21:53:58] *** linkz0r has joined #eclipse [21:59:45] *** juliocarraro has joined #eclipse [22:07:07] *** toulmean has quit IRC [22:09:56] <brian3> cinch: I tried installing the 32-bit M20091216-0800 release. The list still does not display Plugins! Oddly though, this time I am able to click on the empty white space and select a plugin. [22:10:56] <brian3> In other words: When I mouse-over the place where the plugin I'm looking for should be, the little drop-down arrow appears momentarily, and if I click immediately to the right of that, the "Next" button highlights and I can continue and install my plugin. [22:12:06] <brian3> wow, weird. This time I clicked "Back" after that, and the list shows up correctly! [22:12:14] <cinch> i got that too [22:12:40] <brian3> well then.. I guess thats better than nothing lol.. [22:12:44] <cinch> minimizing eclipse and reclicking it, then the update window shows the contents [22:13:23] <brian3> hm that didnt work for me on the all-in-one pdt release, but i havent tried it on this version. [22:13:26] <cinch> in the stable build i had to use keyboard shortcuts to click a button.. lol [22:13:47] <brian3> lol fun [22:13:57] <brian3> O actually me too [22:14:04] <brian3> I couldnt click buttons, I had to press enter, etc [22:15:43] <brian3> hm minimizing doesnt help for me [22:16:22] <brian3> but clickin the down-arrow on a plugin-group shows the list. [22:16:48] <brian3> wish there was a java/gtk expert present to take note ;) [22:17:06] <brian3> anyway cinch your suggestions have been super helpful, thanks! [22:17:21] <cinch> your welcome :) [22:23:23] <NoobFukaire> brian3: http://mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/ [22:23:23] *** linkz0r has quit IRC [22:24:01] *** linkz0r has joined #eclipse [22:24:30] <brian3> That's it! That's what I've been looking for all day. [22:25:38] *** blue_asterisk has quit IRC [22:29:51] *** linkz0r has quit IRC [22:31:43] *** linkz0r has joined #eclipse [22:32:42] <rcjsuen> brian: The M20091216 doesn't include the tree fix but should have thebuttons fix. [22:33:23] *** udp11 has joined #eclipse [22:33:33] <udp11> Hello, is gallileo latest eclipse version name? [22:34:33] <rcjsuen> udp11: It's the name of the latest stable simultaneous release, yes. [22:34:36] <udp11> Anyway, I am going through the Eclipse SWT tutorial , and it gives me this link http://download.eclipse.org/eclipse/downloads/ to download SWT from, but there is no SWT binaries there, there is only Eclipse SDK which has 152 mb [22:35:17] <udp11> Is that right link? [22:35:21] <rcjsuen> That link looks right to me. [22:35:34] *** blue_asterisk has joined #eclipse [22:36:36] *** Hanumaan has joined #eclipse [22:36:49] <rcjsuen> udp11: what page are you looking at ? [22:37:02] <udp11> http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.5.1-200909170800/eclipse-SDK-3.5.1-linux-gtk.tar.gz [22:37:03] <udp11> Here [22:37:06] <udp11> It's odd [22:37:16] <udp11> rcjsuen.. [22:37:18] <rcjsuen> Well, that's a direct link to thedownload [22:37:24] <udp11> Yes, but is it SWT [22:37:32] <udp11> afaik, SWT had less than 152 mb's [22:37:35] <rcjsuen> so rather [22:37:38] <rcjsuen> you were looking at this page? http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/index.php [22:38:04] <udp11> Yeah, rcjsuen, so is that SWT? [22:38:16] <rcjsuen> there are SWT downloads on that page I linked [22:38:23] <rcjsuen> what you provided is the Eclipse SDK download [22:38:52] *** gill0r has joined #eclipse [22:38:52] <udp11> http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/index.php [22:38:57] <rcjsuen> yes on that page [22:39:06] <rcjsuen> you can get standalone SWT there [22:39:19] <udp11> Foundit [22:39:25] <rcjsuen> well then [22:40:26] <rcjsuen> That wasn't so hard I hope. :) [22:43:37] *** brian3 has quit IRC [22:44:25] *** volodya has quit IRC [22:45:33] *** jair has joined #eclipse [22:48:13] *** toulmean has joined #eclipse [22:50:20] *** gill0r has quit IRC [22:50:35] *** gill0r has joined #eclipse [22:53:24] <jair> NoobFukaire: how are you thank you very much for your help on the link to download the eclipse-PDT for debian linux =) [22:53:24] *** linkz0r has quit IRC [22:53:35] <NoobFukaire> np, doing good [22:54:28] *** linkz0r has joined #eclipse [22:54:44] <jair> well I am a little confuse with how can i use it. Or install it. I downloaded the tar.gz file into the linux server and uncompress the directory inside "/var/www/" [22:54:54] <jair> NoobFukaire: the directory is called "eclipse" [22:55:31] <NoobFukaire> Well Eclipse is usually a client side tool for developing things, what are you trying to do? [22:55:32] <jair> so I can go inside of it doing: 192.168.1.xxx/eclipse/ [22:56:59] <jair> I am following the book called learning php, mysql & java script from Oreilly by Robin Nixon [22:57:21] <jair> NoobFukaire: I am trying to set it up as my Integrated Development Environment [22:57:21] *** linkz0r has quit IRC [22:57:42] <NoobFukaire> ah, well you're not going to want to put eclipse in your webserver [22:57:47] <rcjsuen> indeed [22:57:54] <rcjsuen> Seems like some strange instructions [22:58:01] <jair> ohh ok, I should put it on my home directory or something like that [22:58:11] <NoobFukaire> yeah or /opt/ [22:58:33] <jair> well that was actually me and using something similar to Rails a framework env. [22:58:37] <jair> ok [22:58:46] <jair> let me put it on /opt/ [22:58:53] <NoobFukaire> You should install apache and php also, they're in apt [22:58:54] *** linkz0r has joined #eclipse [22:59:07] <jair> and I guess I will need to have it own by one of my regular users not need to be run by root correct? [22:59:33] <NoobFukaire> it depends, if you don't have write permissions for /opt/eclipse (or whatever), eclipse will create it's metadata in your user directory [22:59:40] <jair> I already have php5, apache2 and mysql5, all configured with their modules etc... [22:59:51] <jair> great [22:59:54] <NoobFukaire> ok cool, you should be pretty close to first test :) [23:00:13] <jair> I will put it on the /opt/ as all the other files installed there. [23:00:19] <jair> yes correct [23:00:32] <jair> but It is the first time I am using eclipse as you can see [23:00:50] <jair> and I am not a programmer I am a Linux systems administrator [23:01:05] <jair> but I am trying to learn and grow on knowledge. [23:01:38] <jair> does this mean that I will need to install Xorg or X in the server to run eclipse correct? [23:01:54] <jair> it needs to have X because it is a graphical tool? [23:01:54] <NoobFukaire> You're running this on your local machine right? With a monitor? [23:02:17] <jair> yes but I do not have gnome or X installed on the system. [23:02:38] <NoobFukaire> yeah, you're going to want X and probably gnome (at least GTK or Motif) [23:02:39] *** linkz0r has quit IRC [23:03:59] <jair> NoobFukaire: I see [23:04:15] <jair> I was trying to keep the server "Fat Free" =) [23:04:22] <NoobFukaire> Motif is lighter than GTK+ [23:04:26] <NoobFukaire> but it's fugly ;) [23:04:32] <jair> LOL [23:04:37] *** linkz0r has joined #eclipse [23:04:55] <jair> ok I guess I can install X and then export X [23:05:43] <jair> I was looking on the wiki for the eclipse and if I will be using it for php prpgraming do I still need the java requirement dependencies? [23:06:55] <rcjsuen> Well, you need a JRE. [23:07:02] <jair> I see exactly what it is now. It is a client tool to program php and java script and html. [23:07:09] <jair> rcjsuen: right I noticed that =( [23:08:02] *** fsteeg_ has joined #eclipse [23:08:09] <jair> alright thank you so much again. Now I se what this will be doing and what does it need to be started. [23:13:36] *** aljazZz has quit IRC [23:13:45] <jair> NoobFukaire: thank you so much again [23:13:57] <NoobFukaire> np, gl with your research [23:14:22] <jair> rcjsuen: thank you for the JRE suggestion I will try to get a requirements page before I start the eclipse executable ./eclipse I guess. [23:14:27] <jair> ok [23:14:31] <jair> later guys [23:14:38] *** fsteeg has quit IRC [23:14:39] *** fsteeg_ is now known as fsteeg [23:17:25] *** sirslacker has quit IRC [23:17:41] *** sirslacker has joined #eclipse [23:18:19] *** sirslacker has left #eclipse [23:25:38] *** blue_asterisk has quit IRC [23:25:39] *** linkz0r has quit IRC [23:26:44] *** toulmean has quit IRC [23:27:28] *** linkz0r has joined #eclipse [23:29:23] *** booksbuggy has joined #eclipse [23:33:01] *** aksn has joined #eclipse [23:33:36] <jair> NoobFukaire: last thing. I downloaded the eclipse-pdt on my desktop (cliet) which has gnome, X, etc... can I just run and program and use eclipse there even when is 64bit? and program applications for 32bit? we applications I ment? [23:34:03] <NoobFukaire> Eclipse supports both 32 and 64 bit [23:34:18] <NoobFukaire> With PHP, there isn't much in the way of architecture concerns [23:34:26] <jair> NoobFukaire: because that way i can just run and install eclipse on that machine and develop and connect to the server (fat free) which have running php5, mysql-server5, apache2 =) [23:34:44] <jair> alright. that looks like will work for me then [23:34:44] <NoobFukaire> well usually you'd have a server setup on your local development machine