Tagged Questions
0
votes
3answers
57 views
How do I access a .gif file in a package in the src folder?
I'm working on a Java program using Eclipse. Right now, I have an src folder that contains 2 packages: memory.views and memory.resources.
In the memory.views package, I have my Main.java file. In the ...
0
votes
1answer
89 views
My src folder in Eclipse is empty. Cannot code apps [closed]
I'm trying to code a java app (never used Eclipse before). I watched a few tutorials on YouTube, and I noticed that there is a problem. My "src" folder is empty, which is apparently where the most ...
0
votes
1answer
185 views
What is the difference between a source folder and a (normal) folder
I'm following this guide: Spring MVC and I realized that I do not know the difference between a source folder (src) and a plain folder.
I'm using eclipse, so maybe the difference is only useful in ...
0
votes
1answer
84 views
Icon in Src folder
I am trying to create an icon for a jLabel using an image in my src folder.
I am not sure of the file path I would use when creating this icon.
if (CoverImg.equals("")) {
Icon noImage = new ...
0
votes
3answers
761 views
Image Src for calling a Servlet
I want to call a Servlet from img src. I have defined a Servlet class with name ImageProducerServlet and registered it in web.xml:
<servlet>
...
0
votes
1answer
1k views
Add picture to Java GUI at specific path
I need to add 3 pictures to my code .
At the moment those 3 pictures are not at the SRC folder , but outside of it - I'm talking
about Eclipse Project .
Here is my code :
Image myImage = new ...
0
votes
5answers
84 views
R file cannot see my src file
I am having trouble with my R file, I was able to get it running again but then i seem to have another issue. Nothing seems to be generating after all the work I put into it. I think my problem is ...
0
votes
2answers
504 views
Trouble installing Boilerpipe
This is the third time I've installed it. I had it working on Windows, and up until a few days ago on Linux. I've done all I can do and I don't understand how to run this Java program.
The source ...
0
votes
1answer
447 views
Android java.lang.RuntimeException
Allright som first of im very new to android programming and was trying to do something pretty simple and basic. A program which contains various pictures, and depending on which button you click its ...
1
vote
1answer
98 views
Java hibernate eclipse bin directory
I am using hibernate and put xml mapping files in src/hib directory.
but when debug application eclipse run directory is bin.
Is possible to forse Eclipse also copy .xml files of mapping also to ...