0

i want to do a stand alone application using sqlite. The application should help to manage an inventory.

  1. I need my application runs on pc with the next features:
    • 32 bits windows 7 OS, Java 8 update 25
    • 32 bits windows 7 OS, Java 7 update 25
  2. I don't have any administrator permission on computer listed above.
  3. My computer has NetbeansIDE 8.2, 64 windows 10 OS, Java 8 update 111, Java SE 8 update 101, Java SE 7 update 79.

Do i need any admin permission to run my app?, What should i do to run my app on 32 bits OS?

  • 2
    Nope... this is not the way this site works.. – ΦXocę 웃 Пepeúpa ツ Nov 09 '16 at 21:14
  • 1
    Possible duplicate of [Will JRE 1.4 support classes compiled with Java 1.5 & 1.6?](http://stackoverflow.com/questions/1710933/will-jre-1-4-support-classes-compiled-with-java-1-5-1-6) To work on 32bit java 7 PC's just compile with 32bit java 7. – sorifiend Nov 09 '16 at 22:20

1 Answers1

0

First of all, the Client PCs should have a JRE of a Newer or a similar version of the JDK you used to create the application.

You can create a windows executable using Launch4J which is able to specify the JRE version and the Architecture.

Launch4J Screenshot

Please refer to the documentation. You'll get a better understanding.

m4heshd
  • 773
  • 9
  • 23