0

I want to add the firebase dependency on a java project of jhipster, I'm using eclipse, but when I add this dependency:

   <dependency>
     <groupId>com.google.firebase</groupId>
     <artifactId>firebase-admin</artifactId>
     <version>6.8.1</version>
   </dependency>

that give Firebase, I get this error in my app in Java in eclipse:

enter image description here

The error 206 in english is:

the filename or extension is too long

I appreciate much your help

Kushal
  • 8,100
  • 9
  • 63
  • 82
  • 1
    Please don't show pictures of code and text on Stack Overflow. It's always better to copy all the relevant text into the question itself so it's easier to read and search. – Doug Stevenson Dec 18 '19 at 22:13
  • Classical issue on Windows, you can find many answers on stackoverflow. Like this one https://stackoverflow.com/questions/54246648/jhipster-5-7-microservice-failed-to-start-on-windows-with-error-createprocess-er – Gaël Marziou Dec 18 '19 at 22:54
  • Does this answer your question? [Jhipster 5.7 microservice failed to start on windows with error CreateProcess error=206, The filename or extension is too long](https://stackoverflow.com/questions/54246648/jhipster-5-7-microservice-failed-to-start-on-windows-with-error-createprocess-er) – julka Dec 19 '19 at 01:38

0 Answers0