java - Cannot create project in Eclim -


hello people of stack overflow, have come yet question bountiful knowledge answer. having problem using eclim, program integrates features of eclipse java development vim editor.

i unable create project using syntax defined on eclim.org, vim command, ":projectcreate /path/to/dir -n java". typing this, ":projectcreate /home/username/java -n java", username username. error is,

java model exception: java model status [java not exist] while executing command (port: 9091): -command project_create -f "/home/username/java" -n java 

this led me test if java installed on system, using java -version. output is,

java version "1.6.0_22" openjdk runtime environment (icedtea6 1.10.1) (6b22-1.10.1-0ubuntu1) openjdk server vm (build 20.0-b11, mixed mode) 

so had java installed, , believe openjdk version not used in eclim installation. version specified java 1.6.0_24 of sun java jdk. that's beside point though, have java installed.

so that's led me you. 1 last thing add though. using headless server run eclim server in background. through xvfb, , detailed on eclim.org. don't believe causing problem, thought handy throw in. always, doubtless provided.

i have done further testing , original comment not correct reason. real problem, had directory @ ~/java. tried execute directory project, not do.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -