30

My question may seem odd but this is indeed what I need to do. For the first in the last (maybe) 10 years I have to run a JAR file in my computer. But I don't want to install 'the Java' (and all those things it adds into your system). How can I run that JAR file?

IceCold
  • 2,091
  • 1
  • Too broad. Differs for each application. 2. That's asking for a recommendation, which is off-topic.
  • – gparyani Apr 23 '14 at 15:07
  • You can manually uncheck the box every time you install or update. Alternatively, you can disable it using the registry. – gparyani Apr 23 '14 at 15:10
  • This depends on each individual application. – gparyani Apr 23 '14 at 15:11
  • 3
    We don't solve questions by putting "solved" in the title. You should wait for @nixda to post his answer. – slhck Apr 23 '14 at 16:08
  • 2
    Even if your question was actually an XY problem: the above is not a duplicate of the one you voted for. What are you trying to achieve with your edits of the title and that close vote? Given your reputation on SO I guess you know, but please remember that all Stack Exchange sites try to be a useful resource for future visitors. – Arjan Apr 23 '14 at 21:20
  • (Even more, I think it's a good question, which just makes me more curious...) – Arjan Apr 23 '14 at 21:24
  • 1
    "install" java is nothing more than putting a java executable and some other basic jars somewhere on your filesystem, you might end up using just another JVM environment to load your own JARs. – Sajuuk May 06 '19 at 03:15