Jump to content

Anon

Members
  • Posts

    783
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Anon

  1. nice! pretty easy to make but thanks anyway
  2. http://www.movie2kto.me www.watchseries.lt <-- Tv Shows
  3. no... chat is awesome i love trolls and mod hunters
  4. you included the source inside of the jar. just saying but this is pretty cool i guess
  5. Hey i can maybe help. Add me reddark73
  6. i think u can buy a gallon of gas in the U.S. for that amount of cash
  7. Java for Dummies thats where i found the answer for this
  8. You must decompile the .class first then make a new class in eclipse and just copy and paste the code, eclipse does have a plugin i believe that can do this... (The plugin is JD-GUI lol..) Once again just drag and drop into the JD-GUI menu and you will be able to see all of the code and reconstruct it from there. Most people release in .jars so just extract the .jar either by the: jar -x (jarfile) command or just use something like 7Zip, Winrar, windows default extractor.
  9. Well you can call it from: System.gc();. But anyways, this is not always the problem; sometimes it is a thread never being closed or a rescoure type like Scanner class or Inputstreams that are never being closed.. System.gc() from what i recall doesn't deallocate the memory used by those objects, not to mention if they are storing things in large array lists (which they are...) Recursive classes will become an issue and have 5 class objects with Arrays that are 10000+ in length lol.
  10. Well what string is constantly changing? Also, pretty good code.
  11. Laz stated in a previous thread that he will fix this next release...
  12. Its your java version you are simply running a plugin for the browser... that is what icedtea is. Install actual jdk from the official website (there are some guides around to help you set the alternatives to it.. ). You can tell because the latest version is 1.7.0_25 and not to mention it is OPENJDK you want Hotspot.
  13. Can you upload those 2 class files ?
×
×
  • Create New...