Различия
Здесь показаны различия между двумя версиями данной страницы.
| Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
|
dev:java:tips:notstarts [2014/02/20 09:59] alexeyb |
dev:java:tips:notstarts [2014/02/20 10:02] (текущий) alexeyb |
||
|---|---|---|---|
| Строка 1: | Строка 1: | ||
| - | ====== Eclipse doesn`t starts====== | + | ====== Eclipse doesn`t start====== |
| Eclipse error message:\\ | Eclipse error message:\\ | ||
| Строка 10: | Строка 10: | ||
| adding to eclipse.ini | adding to eclipse.ini | ||
| after term "openFile" this lines | after term "openFile" this lines | ||
| - | Linux: | + | - Linux: |
| + | <code> | ||
| -vm | -vm | ||
| /usr/lib/jvm/java-current/bin/java | /usr/lib/jvm/java-current/bin/java | ||
| - | Windows | + | </code> |
| + | - Windows | ||
| + | <code> | ||
| -vm | -vm | ||
| /path/bin/javaw.exe | /path/bin/javaw.exe | ||
| + | </code> | ||