Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Court Ordered Java Removal Tool

Court Ordered Java Removal Tool

Scheduled Pinned Locked Moved The Lounge
csharpjava
21 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Topper Price
    wrote on last edited by
    #1

    Come join in the fun at: http://sourceforge.net/projects/java2trash/

    N B 2 Replies Last reply
    0
    • T Topper Price

      Come join in the fun at: http://sourceforge.net/projects/java2trash/

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      Nice. But why write it in C#? Why not C++? Nish


      Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

      F T 2 Replies Last reply
      0
      • N Nish Nishant

        Nice. But why write it in C#? Why not C++? Nish


        Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

        F Offline
        F Offline
        Fazlul Kabir
        wrote on last edited by
        #3

        Nishant S wrote: Nice. But why write it in C#? Why not C++? Tit for tat API for API

        N 1 Reply Last reply
        0
        • N Nish Nishant

          Nice. But why write it in C#? Why not C++? Nish


          Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

          T Offline
          T Offline
          Todd C Wilson
          wrote on last edited by
          #4

          Nishant S wrote: Nice. But why write it in C#? Why not C++? Even better, why not write it in Java? :-O I am so going to hell now...


          "Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
          It's the new math! 421 == 156 !

          L N F 3 Replies Last reply
          0
          • T Todd C Wilson

            Nishant S wrote: Nice. But why write it in C#? Why not C++? Even better, why not write it in Java? :-O I am so going to hell now...


            "Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
            It's the new math! 421 == 156 !

            L Offline
            L Offline
            l a u r e n
            wrote on last edited by
            #5

            :laugh:


            "traffic lights are for people who can't make their own decisions"
            biz stuff   about me

            N 1 Reply Last reply
            0
            • F Fazlul Kabir

              Nishant S wrote: Nice. But why write it in C#? Why not C++? Tit for tat API for API

              N Offline
              N Offline
              Nish Nishant
              wrote on last edited by
              #6

              Fazlul Kabir wrote: Tit for tat API for API Ah ok, that makes sense :-) Nish


              Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

              1 Reply Last reply
              0
              • T Todd C Wilson

                Nishant S wrote: Nice. But why write it in C#? Why not C++? Even better, why not write it in Java? :-O I am so going to hell now...


                "Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
                It's the new math! 421 == 156 !

                N Offline
                N Offline
                Nish Nishant
                wrote on last edited by
                #7

                T.Wilson wrote: Even better, why not write it in Java? I am so going to hell now... :rolleyes: :rolleyes: :rolleyes: :rolleyes: :rolleyes: Yes you are...... Nish


                Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                1 Reply Last reply
                0
                • L l a u r e n

                  :laugh:


                  "traffic lights are for people who can't make their own decisions"
                  biz stuff   about me

                  N Offline
                  N Offline
                  Nish Nishant
                  wrote on last edited by
                  #8

                  So Lauren. When's the bay area trip planned for? Nish


                  Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                  L 1 Reply Last reply
                  0
                  • T Todd C Wilson

                    Nishant S wrote: Nice. But why write it in C#? Why not C++? Even better, why not write it in Java? :-O I am so going to hell now...


                    "Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
                    It's the new math! 421 == 156 !

                    F Offline
                    F Offline
                    Fazlul Kabir
                    wrote on last edited by
                    #9

                    T.Wilson wrote: Even better, why not write it in Java? Now that sounds funny!! On the technical side, will this be ever possible? For example, AFAIK, a MFC dll (such as mfc42.dll) cannot be removed (sharing violation?) using an app that needs the same MFC dll to run.

                    T 1 Reply Last reply
                    0
                    • F Fazlul Kabir

                      T.Wilson wrote: Even better, why not write it in Java? Now that sounds funny!! On the technical side, will this be ever possible? For example, AFAIK, a MFC dll (such as mfc42.dll) cannot be removed (sharing violation?) using an app that needs the same MFC dll to run.

                      T Offline
                      T Offline
                      Todd C Wilson
                      wrote on last edited by
                      #10

                      Fazlul Kabir wrote: On the technical side, will this be ever possible? For example, AFAIK, a MFC dll (such as mfc42.dll) cannot be removed (sharing violation?) using an app that needs the same MFC dll to run. Actually, it is possible under NT or XP - you can rename/move (but not delete-delete) a loaded DLL, and put a new one in it's place, so the next app that tries to loadlib will get the new one. And uninstallers can uninstall running exe's/dll's by having the system do it on reboot. Now, whacking something like mfc42.dll will definatly wreck big chunks of the system that needs it...


                      "Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
                      It's the new math! 421 == 156 !

                      F 1 Reply Last reply
                      0
                      • N Nish Nishant

                        So Lauren. When's the bay area trip planned for? Nish


                        Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                        L Offline
                        L Offline
                        l a u r e n
                        wrote on last edited by
                        #11

                        heh well gina (my wife) is arriving here on march 1st and we'll be leaving here then so i figure mid march to hit the west coast and get some sun (im so pale its ridiculous) and remember what beaches look like :)


                        "traffic lights are for people who can't make their own decisions"
                        biz stuff   about me

                        N 1 Reply Last reply
                        0
                        • T Todd C Wilson

                          Fazlul Kabir wrote: On the technical side, will this be ever possible? For example, AFAIK, a MFC dll (such as mfc42.dll) cannot be removed (sharing violation?) using an app that needs the same MFC dll to run. Actually, it is possible under NT or XP - you can rename/move (but not delete-delete) a loaded DLL, and put a new one in it's place, so the next app that tries to loadlib will get the new one. And uninstallers can uninstall running exe's/dll's by having the system do it on reboot. Now, whacking something like mfc42.dll will definatly wreck big chunks of the system that needs it...


                          "Perhaps the truth is less interesting than the facts?" -- Amy Weiss, RIAA's Senior Vice President of Communications.
                          It's the new math! 421 == 156 !

                          F Offline
                          F Offline
                          Fazlul Kabir
                          wrote on last edited by
                          #12

                          T.Wilson wrote: (but not delete-delete) I think the Java run-time works in the same way, especially on Windows OS. :)

                          1 Reply Last reply
                          0
                          • L l a u r e n

                            heh well gina (my wife) is arriving here on march 1st and we'll be leaving here then so i figure mid march to hit the west coast and get some sun (im so pale its ridiculous) and remember what beaches look like :)


                            "traffic lights are for people who can't make their own decisions"
                            biz stuff   about me

                            N Offline
                            N Offline
                            Nish Nishant
                            wrote on last edited by
                            #13

                            lauren wrote: well gina (my wife) is arriving here on march 1st Okay :-) See ya then. Gina codes too eh? Nish


                            Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                            L 1 Reply Last reply
                            0
                            • N Nish Nishant

                              lauren wrote: well gina (my wife) is arriving here on march 1st Okay :-) See ya then. Gina codes too eh? Nish


                              Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                              L Offline
                              L Offline
                              l a u r e n
                              wrote on last edited by
                              #14

                              noooooooooooooooooooooo she doesnt code she does "other stuff" :)


                              "traffic lights are for people who can't make their own decisions"
                              biz stuff   about me

                              N 1 Reply Last reply
                              0
                              • L l a u r e n

                                noooooooooooooooooooooo she doesnt code she does "other stuff" :)


                                "traffic lights are for people who can't make their own decisions"
                                biz stuff   about me

                                N Offline
                                N Offline
                                Nish Nishant
                                wrote on last edited by
                                #15

                                lauren wrote: noooooooooooooooooooooo she doesnt code she does "other stuff" Oh, ok! I wonder why you married her then. Well, guess you thought you can code for two of you :-) Nish


                                Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                                L 1 Reply Last reply
                                0
                                • N Nish Nishant

                                  lauren wrote: noooooooooooooooooooooo she doesnt code she does "other stuff" Oh, ok! I wonder why you married her then. Well, guess you thought you can code for two of you :-) Nish


                                  Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                                  L Offline
                                  L Offline
                                  l a u r e n
                                  wrote on last edited by
                                  #16

                                  its a long story best told over a beer or two when we get to the west coast heh what u doing for xmas nish? u got friends there and stuff? or u gonna be like me ... doing it solo? have a good one :)


                                  "traffic lights are for people who can't make their own decisions"
                                  biz stuff   about me

                                  N 1 Reply Last reply
                                  0
                                  • L l a u r e n

                                    its a long story best told over a beer or two when we get to the west coast heh what u doing for xmas nish? u got friends there and stuff? or u gonna be like me ... doing it solo? have a good one :)


                                    "traffic lights are for people who can't make their own decisions"
                                    biz stuff   about me

                                    N Offline
                                    N Offline
                                    Nish Nishant
                                    wrote on last edited by
                                    #17

                                    lauren wrote: its a long story best told over a beer or two when we get to the west coast heh Ok, but if Gina's going to be there, you'd prolly have to give me a cut-down version ;-) lauren wrote: what u doing for xmas nish? u got friends there and stuff? or u gonna be like me ... doing it solo? I have two of my college classmates here (I am living with one of them now and the other one is in a nearby city). We plan to get together and perhaps go somewhere. I suggested Napa valley so that I can see some snow for the first time in my life. But one of the other guys suggested that we stay at home and make a Trivandrum style lunch cum dinner. lauren wrote: have a good one You too, Lauren. Merry Christmas. Or at least as merry as a south african can be in new york :-) Nish


                                    Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                                    C 1 Reply Last reply
                                    0
                                    • N Nish Nishant

                                      lauren wrote: its a long story best told over a beer or two when we get to the west coast heh Ok, but if Gina's going to be there, you'd prolly have to give me a cut-down version ;-) lauren wrote: what u doing for xmas nish? u got friends there and stuff? or u gonna be like me ... doing it solo? I have two of my college classmates here (I am living with one of them now and the other one is in a nearby city). We plan to get together and perhaps go somewhere. I suggested Napa valley so that I can see some snow for the first time in my life. But one of the other guys suggested that we stay at home and make a Trivandrum style lunch cum dinner. lauren wrote: have a good one You too, Lauren. Merry Christmas. Or at least as merry as a south african can be in new york :-) Nish


                                      Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

                                      C Offline
                                      C Offline
                                      Code4Food
                                      wrote on last edited by
                                      #18

                                      Nishant S wrote: I can see some snow Living here in Monterey, CA for most of my life I have yet to see snow in real life :( Nish, Perchance where you here and settled in SF when the storms where hitting the last week or two? I had to cuddle under my covers it was a torrential downpour :| Code4Food ---- "There is no try; only do or do not" -Yoda

                                      1 Reply Last reply
                                      0
                                      • T Topper Price

                                        Come join in the fun at: http://sourceforge.net/projects/java2trash/

                                        B Offline
                                        B Offline
                                        Brit
                                        wrote on last edited by
                                        #19

                                        (1) This is a repost. (2) Are you making an IE and WMP removal tool? (Didn't think so.) (3) Do you only write opensource software to support wealthy monopolistic companies? I'm sure MS loves you for working for free on their behalf. Maybe they'll reward you by letting you count their money for them. (We all need dreams, afterall.) ------------------------------------------ "Isn't it funny how people say they'll never grow up to be their parents, then one day they look in the mirror and they're moving aircraft carriers into the Gulf region?" - The Onion

                                        T 1 Reply Last reply
                                        0
                                        • B Brit

                                          (1) This is a repost. (2) Are you making an IE and WMP removal tool? (Didn't think so.) (3) Do you only write opensource software to support wealthy monopolistic companies? I'm sure MS loves you for working for free on their behalf. Maybe they'll reward you by letting you count their money for them. (We all need dreams, afterall.) ------------------------------------------ "Isn't it funny how people say they'll never grow up to be their parents, then one day they look in the mirror and they're moving aircraft carriers into the Gulf region?" - The Onion

                                          T Offline
                                          T Offline
                                          Topper Price
                                          wrote on last edited by
                                          #20

                                          #1> ??? #2> Not a bad idea, but I use both of those, so don't really have a reason to want to remove. #3> Open source has been around for years. I used to write 'free ware' back in the late 80's/early 90's which is the same thing. Open source is great for tooling around, but it's been taken a little to far these days. The IT business is about making money (as are most businesses). If you want to dick around with free stuff, fine - nothing/noone is stopping you. But if you want to be serious about programming as a profession, you dont give it away unless you are academic or non-profit - when was the last time you saw a doctor or lawyer crapping in their own nest as a rule (sure they do some pro-bono, but that's not a primary path)? I disagree with just about all tenants of the opensource movement as it currently exists especially the parts related to the GPL. I'm glad for microsoft for being successful - it's not a bad thing. Sun is a bunch of whiney pricks. I've used their stuff for years and it's not bad, but they are getting overrun quickly. There is not alot of reason to run their stuff these days, and I don't use/want java - so this project is a way to get rid of it, as it will shortly be forced down our throats even if we don't want it. Cheers...

                                          B 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups