ffprog:ffprogjava2016:software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
ffprog:ffprogjava2016:software [2016/08/25 22:31]
Ivo Blöchliger [Installation auf den Schulcomputern]
ffprog:ffprogjava2016:software [2016/08/25 22:33]
Ivo Blöchliger [Erstellen einer portablen Windows-Version unter Linux (Installation ohne Admin-Rechte)]
Line 28: Line 28:
  
  
-==== Erstellen einer portable Version (Installation ohne Admin-Rechte) ====+==== Erstellen einer portablen Windows-Version unter Linux (Installation ohne Admin-Rechte) ====
 Laut der Anleitung von http://stackoverflow.com/questions/1619662/how-can-i-get-the-latest-jre-jdk-as-a-zip-file-rather-than-exe-or-msi-installe Laut der Anleitung von http://stackoverflow.com/questions/1619662/how-can-i-get-the-latest-jre-jdk-as-a-zip-file-rather-than-exe-or-msi-installe
  
Line 48: Line 48:
 </code> </code>
  
-Das Archiv ist noch gebündelt mit Netbeans plus eine .bat-Datei. Wenn's funktioniert, ist es wohl die einfachste Variante, um auf den Schulcomputern Java zu programmieren.+Das Archiv ist noch gebündelt mit Netbeans plus eine .bat-Datei:
  
 <code bat> <code bat>
-SET JAVA_HOME = c:\Java\jdk+SET JAVA_HOME = %cd%\jdk
 SET PATH = %PATH%;%JAVA_HOME%\bin SET PATH = %PATH%;%JAVA_HOME%\bin
-C:\Java\netbeans\bin\netbeans.exe --jdkhome c:\Java\jdk+%cd%\netbeans\bin\netbeans.exe --jdkhome %JAVA_HOME%
 </code> </code>
  • ffprog/ffprogjava2016/software.txt
  • Last modified: 2016/08/26 13:30
  • by Ivo Blöchliger