Tagged Questions
0
votes
0answers
27 views
Following guide to make game for android in eclipse, but adding data folder is not working like it should
I'm following this guide here and when it says:
" 4. Finally, we must create a data folder by right clicking on src and creating a folder named data.
Inside it, download, drag, and drop this image: "
...
0
votes
3answers
46 views
How to get and use the path of a folder in eclipse project?
I create a new folder Fold inside my eclipse project Proj. How do I get the path of Fold relative to Proj ? This folder will be used as place to store serialized objects. Will I be able to serialize ...
0
votes
1answer
118 views
Eclipse and Android NDK compile C++ Code in another folder than JNI
I Have a folder with follow struct:
/-
|-CPPCore-
|-C++ Code
|-Android-
|-Eclipse Root Project and standarts folders, "src", "lib", "res"..
|-jni folder << here ...
-1
votes
2answers
42 views
I accidentaly deleted GWT WAR folder [closed]
I'm using Eclipse to develop a GWT application, the problem is: i deleted my war folder. Whenever I compiled, I got these weird looking html pages named like 6846513164.html. Now I just get an error ...
0
votes
2answers
284 views
Make Eclipse copy source files in output folders
I read (and sometimes write in) a .txt file in my java project and I'd like it to be copied in the eclipse output folder called "bin".
Can eclipse do it while compiling ?
My project is like :
...
0
votes
1answer
38 views
Folder not created on android device
I take a picture with my android device and in the method onPictureTaken of the classe PictureCallback I have written
File imagesFolder = new File(Environment.getExternalStorageDirectory(),"test");
...
0
votes
1answer
93 views
data/data/com.package/databases folder isn't showed
I made an android dictionary application. I have created a database named "kamusJawa.sqlite" and copied it to the assets folder. I tried the code in this link Own Database in Assets Folder on Android ...
0
votes
0answers
33 views
How to create a jar with an external folder
I have a java project with the src folder and another external folder in Eclipse. This works in Eclipse but how can i correctly export these two folders to run the programm without Eclipse?
2
votes
2answers
56 views
How to turn off Eclipse auto expanded my project folders?
I'm developing in Android (not sure if that matters) on a sustaining project at work. I have a very large project with too many files in each folder. Every time I click on an opened file's tab in ...
0
votes
1answer
136 views
Eclipse search directories outside workspace?
I'm trying to search folders and files outside the workspace in Eclipse 3.0.2 on Windows 7. These links helped:
http://eclipse.dzone.com/articles/5-best-eclipse-plugins-system
...
2
votes
0answers
140 views
android app testing in eclipse; location of ini file
when trying to run a test of hello world html site in eclipse on a virtual android, I am getting a strange panic error message, that it can't find the relavant ini file for that virtual android.
I ...
1
vote
2answers
72 views
Eclipse | Packge turns into a directory, breaks my whole project
So the issue i am having is extremely weird. When i have a preexisting project set up (and am moving it from computer A to computer B). I make a new project and import it the normal way. It is very, ...
-1
votes
1answer
84 views
Android project: Eclipse erased entire res folder after “refresh”? [closed]
I was editing some drawable XMLs in Eclipse but changes weren't applying so I did "Clean project" and "Refresh" a couple of times... when suddenly the whole /res folder is gone! Eclipse erased it! Is ...
1
vote
1answer
217 views
Eclipse C++ Project with nested folders
I'm relatively new to C++; I know the syntax and stuff, but not much about the compiling part. I made a project using Eclipse, and it's gotten relatively big. So before I continue on, I want to put ...
0
votes
1answer
195 views
Files filter plugin in eclipse (in Package Explorer - Navigator)
I want to create a some custom filters for my eclipse project. I think this can be done extending a plugin.
For example .asm file should go to the ASM filter, .c files to the C filter, and so on.
...
0
votes
2answers
814 views
access files and folders in executable jars
I am facing the following problem:
I use Eclipse for my Java projects and there I have the following structure:
--> src
--> package1
....
--> package2
...
...
0
votes
2answers
84 views
what to edit in the android app working folder
I have the code for an wallpaper app and want to use the same code to create a new app with different app name and by changing the pics, so which files are need to be edited in the working folder by ...
0
votes
2answers
56 views
Create a Project in Eclipse that points to other Project's directory
I have a project (say Project1) in Eclipse that contains a "/sample" folder in it. The /sample folder contains sample projects in it.
What I want to do is that, I want to Import any of the sample ...
1
vote
2answers
352 views
Android src: Why is it shown as folder in some projects and package in other?
In my current Eclipse config, src folder is not displayed the same way everywhere!
As you can see on screenshot below, com.WazaBe.BePlanes is shown as a package and tof.cv.mpp is shown as folder...
...
1
vote
2answers
330 views
android eclipse adding folder to project
i have an android project which has a lot of classes I've built.
i want to organize it to sub folders and my package in eclipse.
when i'm adding a folder and move files over there, what changes should ...
3
votes
1answer
171 views
using eclipse and maven, is there a quick way to mark all target and subfolder as derived?
I am working with eclipse on a mavenized project which has a significant number of modules/subfolders/maven subprojects.
Whenever I look for a resource, or make any kind of research, it shows me ...
1
vote
2answers
509 views
Eclipse confusing package to be a folder
I have read some questions on this around here but my tries at the answer have not yielded success. Here is the problem:
Package:com.me.a
Folder(under above package):b
Java class(under above ...
1
vote
1answer
177 views
Client/Server in Separate Projects or in One
Good evening,
I've wrote a small Client-/Serversoftware (Chat program).
It is composed of a server script (pyhon), a desktop-client (python), a webinterface and an android-client (java).
How would ...
1
vote
0answers
549 views
Eclipse Android project SVN checkout: folder locked
Trying to check out my Android project from an SVN repository, I got the following error:
0x0000000f: The folder 'E:\workspace\mc-01-02\project.properties' is locked by some external process. Please ...
4
votes
1answer
2k views
Auto refresh eclipse project upon folder update
I want to know if there is a way to enable auto refresh of eclipse project whenever there is an update on the folder consisting project files. For instance when i update the files from version control ...
0
votes
1answer
573 views
Exclude /WebContent/images folder from war in eclipse
how can I configure eclipse in a way that the /images folder under /WebContent is not included in the war exported file ? I see how to exclude files and folders but under the /src container.
Thanks
0
votes
1answer
33 views
Eclipse, configure files
I am using Eclipse IDE to write code in PHP, but I used NetBeans, which is also a very good editor!, However, I came across a doubt, NetBeans, when I created a new project, it generated an nbproject ...
0
votes
1answer
100 views
eclipse folder mapping question
I know that Eclipse offers a way to map custom folders on my HDD (for example, C:\Projects\Lol\ if working under Windows) as the folders of my project.
This can be achieved using the Link the folder ...
0
votes
1answer
331 views
Why are Eclipse project folders marked Derived still showing up in the Synchronization view?
How can I get the Sync view to ignore my Derived folders in Eclipse?
In the past, I recall that marking my Ant build output folders as Derived (right-click on folder, select properties, check the ...
0
votes
1answer
593 views
What is the use of “Virtual Folders” in the Navigator or Package Explorer of Eclipse / Flash Builder?
These folders can be created similarly to normal folders by right-clicking > New Folder... and then toggling the "Advanced >>" button to show the virtual folder option.
Since the folder isn't located ...
1
vote
2answers
200 views
Eclipse PDT weird folder order
I have a project with a weird folder order. It is not alphabetical, in fact I can't figure out what order it is actually in.
Please see screenshot on http://www.automatem.co.nz/Screenshot.png
Anyone ...
0
votes
1answer
976 views
How to create an Eclipse folder resource filter in Java
The Eclipse folder properties dialog allows you to edit the resource filters ( see eclipse 3.5 filter .git folder) . I would like to do the same programmatically. My current solution is to use ...
1
vote
1answer
497 views
Eclipse RSE or Aptana uploads going to sub-directory
When I use Eclipse Remote System Explorer or Aptana plugin to upload files, the files are placed in a sub-directory of my intended upload folder. The sub-directory is named according to my project ...
5
votes
5answers
2k views
Why aren't my asset files updated?
My program opens a .txt file from the assets folder and reads from it. Here is the code:
AssetManager myAssetManager = myContext.getAssets();
try{
...
0
votes
1answer
2k views
Eclipse: How to configure a default unit test directory
I have two source folders, src and test. The Quick JUnit plugin allows me to "Open Testing Pair" quickly. If there is no testing pair, it opens the default JUnit Test Wizard, but the default directory ...
3
votes
6answers
6k views
Maven and Eclipse problem - looking for resources
I have a problem, that maven is looking for resources inside of Eclipse installation folder.
It is saying:
This file was not found: ...

