I start Solr in my Eclipse for small test.
I have made some changes to ant build script to copy the webapp to required
location and also added eclipse launchers in this commit (
https://github.com/mrkarthik/lucene-solr/commit/d793a9b8ac0b1b4969aace4329ea5a6ddc22de16
)
Run "ant eclipse" from shell
Personally I don't start Solr inside my IDE. I use IntelliJ, but I'm
sure Eclipse has the same capability. Have you seen:
https://wiki.apache.org/solr/HowToConfigureEclipse?
I create a "remote" configuration and fill in the blanks. Then
starting the project like this:
bin/solr start -c -z localho
Hello Giovanni,
I could not resolve the issue on my workingplace computer.
On my laptop following exactly your steps it works perfectly without warnings
or else.
But how to start solr correctly within eclipse (oxygen)?
I am navigating to the subdirectory "solr/webapp/web/" an with right-click o
Hello Rainer,
Have you found the issue?
If not, just to be on the safe side:
1) once you extracted the .tgz you get the folder `solr-6.0.0`, cd in it and
then just
2) execute `ant eclipse` and then
3) in Eclipse do Import -> Existing Projects in the workspace -> select the
`solr-6.0.0` folder
Hi Giovanni,
thank you for this hint!
The whole process (tar -xvf ..., ant compile, ant eclipse) untill importing the
eclipse-project seems to be fine .
After importing it as an existing eclipse project the project explorer shows an
error sign on the project folder.
Refreshing does not help.
-