java - Eclipse export libraries with non jar files -


i'm facing problem never add before when exporting eclipse project external library. made little program spelling correction , used language tool library can find here.

i put library in build path , correctly imported eclipse project. when ask export runnable jar, eclipse exports jar files languagetool library, library contains txt , xml files. when try launch application command line gives me error because can't find txt , xml files. tried add jar archive manually doesn't work. how can fix it?

thanks time , forgive me bad english.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -