The reason you can get Eclipse on your school computer is probably because Eclipse is just a zip file that they let you extract. The reason you can’t get the JDK on your school computer is probably because the JDK has an official “installer” that requires administrative permissions to run. However, Eclipse does not need the JDK to be officially installed for its use. Just copy the JDK folder to the computer on which you want to run Eclipse. So find a computer on which you can install the JDK and install it there. Then copy the JDK folder from this computer to the school computer.
, , JDK bitness Eclipse. 64- Eclipse 64- JDK. 32- Eclipse 32- JDK.
C:\Program Files\Java\jdkX.x.x_xx
- . ( ) eclipse.ini. eclipse.ini , eclipse.exe. :
-vm
C:/path/to/the/jdk/folder/on/the/school/computer/jdkX.x.x_xx/bin/javaw.exe
, C:/path/to/the/jdk/folder/on/the/school/computer/ , JDK.