[12:57] hi is anyone here?> [12:58] doko, u there? [12:59] hello [13:01] man-di, hi i am using eclipse to manage a cvs, how do i get rid of an existing cvs project from the cvs as in totally delete it [13:02] not possible from eclipse, you can do that in the repo on the server directly (strictly not recommended) [13:02] ok it is possible to overwrite the project completely with what i am working on in my workspace? [13:03] sure [13:04] but if you commit you still have cvs history with old content [13:04] yep thats what i dont want [13:04] anyway, need to leave you, wheater here is too fine [13:12] ok guys whats a good cvs tool that allows me to deelete projects? [14:26] mohbana: back [14:26] mohbana: rm on the server, nothing else, clients cant delete anything for real [16:38] anyone have debs for like ia32-sun-java6-bin but that install a jdk [16:38] :x [16:40] like sun-java6-jdk in the archive? [16:40] but 32bit version [16:41] 32bit version for amd64? or for i386? [16:41] well for amd64 [16:41] i keep hitting permgen space using idea or eclipse or netbean, and i've decided to blame the 64bit verison of java [16:42] whats the problem with aptitude install ia32-sun-java6-bin sun-java6-jdk ? [16:42] just replace sun-java6-bin by ia32-sun-java6-bin [16:43] ia32-sun-java6-bin is a jre, i'd like the jdk equivalent [16:44] sun-java6-jdk depends on sun-java6-jre which depends on sun-java6-bin | ia32-sun-java6-bin [16:44] which is 64bit [16:44] ia32-sun-java6-bin is 32bit [16:44] but only the jre [16:44] all the executables are in sun-java6-bin and ia32-sun-java6-bin [16:45] sun-java6-jdk is a jdk [16:46] i'm lost [16:46] :x [16:47] there is no package in the repo i can install to get a 32bit javac on my amd64 system, correct? [16:47] only the jre things [16:49] sigh [16:49] for the third time: aptitude install ia32-sun-java6-bin sun-java6-jdk [16:49] I just tested this here [16:50] sun-java6-jdk is 64bit [16:50] no [16:50] its just a wrapper to provide a jdk, the executables are in ia32-sun-java6-bin [16:51] ia32-sun-java6-bin is just a JRE here, no javac tools.jar or anything [16:52] javac is just bytecode [16:52] i'm using it as an example [16:52] the tools.jar is in sun-java6-jdk [16:52] and the tools.jar gets executes with java from ia32-sun-java6-bin [16:52] guess i can symlink my own jdk verison from both yeah, but no package does this [16:52] how hard can this be to understand? [16:53] if you just said 'no there is no 32bit jdk package for amd64 i'd have understood [16:53] I have shown you the solution to your problem several times, if you dont want that solution, fine. [16:53] or i asked the wrong questions [16:54] selckin: you dont need an extra JDK for 64bit as the important parts are arch-independent [16:54] i still need to create the jdk structure manual for the silly aplications that expect it [16:54] sigh [16:54] like IDEA [16:54] why dont you just do what I wrote above? [16:55] i did. [16:55] then you have done something wrong [16:55] make sure ia32-sun-java6-bin and sun-java6-jdk are installed at the same time [16:55] and sun-java6-bin is not installed [16:58] * man-di leaves for food [16:58] selckin: good luck (but it works really, I tried that locally) [16:58] i removed them all, and installed just those 2 [16:59] it create a 32bit JRE /usr/lib/jvm/ia32-java-6* and a 64bit jdk /usr/lib/jvm/java-6* [16:59] which is still not a full 32bit jdk [17:00] so i'm assuming i'm being stupid or can't explain what i want, in any case i'll find something, thanks anyway [17:13] anyway easy to mix&match manually, but would have been handy to have complete 32bit jdk package available, which there isn't. [17:14] which is what my inital question was, if someone had one [17:14] anyway, thanks for the information, think we got the wires crossed a bit tho :)