Program-Me-Rev
Program-Me-Rev

Reputation: 6634

Apache Felix won't start

I'm trying to start Apache Felix (java -jar felix.jar) from the Windows 7 cmd, but I get nothing. The cursor simply jumps to the next line which then remains blank and blinking forever. I don't get the Apache Felix success message, ie:

Welcome to Felix
================  

-> ps

What could I be missing?

Upvotes: 1

Views: 526

Answers (1)

Christian Schneider
Christian Schneider

Reputation: 19626

When I start from the directory of the felix distribution it works for me. I got a similar behaviour like you when I started directly from the bin directory as then the launcher did not find the config.properties.

It might also be about the java version. I used Java 8.

Upvotes: 3

Related Questions