Java resources resolution
Questions tagged [java-resources]
18 questions
-1
votes
1 answer
Java Library: load file from resources
I'm a developing a Java library that is going to be used internally in our company. It provides a wrapper around Aerospike. When a user calls the factory method, the library should read a file from its resources.
public static IAerospikeClient…

Semyon Kirekov
- 1,237
- 8
- 20
-1
votes
1 answer
How to send a ByteArrayResource via ResponseEntity
I am working on a Java application, and the functionality I am working on is to download a file after populating it's content from the database when the user clicks on export button, the file is generated correctly, the problem I have is when I try…

Zakaria Marrah
- 755
- 6
- 15
- 28
-4
votes
1 answer
There is no java resources folder in my eclipse maven project
In my eclipse maven project there is no java resources folder like this.
When I create my dynamic web application there is no java resources folder in it. I tick the Generate web.xml deployment descriptor at the end also but there is no Java…

Hana
- 11
- 2