All Questions
362
questions
433
votes
3
answers
293k
views
How to view hierarchical package structure in Eclipse package explorer
OK here's what I would like: in the Eclipse package explorer, I see the following: (dot represents a clickable arrow that I can use to expand the folder)
PROJECT
Source Folder
Package
...
132
votes
16
answers
123k
views
How to change package name of Android Project in Eclipse?
I have an Android project created in Eclipse. I want to modify the package name and application of the project. How do I do that in Eclipse?
109
votes
4
answers
186k
views
How to get current class name including package name in Java?
I'm working on a project and one requirement is if the 2nd argument for the main method starts with “/” (for linux) it should consider it as an absolute path (not a problem), but if it doesn't start ...
90
votes
14
answers
150k
views
Eclipse: The declared package does not match the expected package
I have a problem importing an external project. I go File -> Import... -> Existing Projects into Workspace, choose the folder where the project is located and everything is imported - but the package ...
62
votes
13
answers
69k
views
Which Eclipse package should I download for PyDev?
Which Eclipse package should I choose for Python development with PyDev?
Nothing on the Eclipse homepage tells me what to choose, and the PyDev documentation assumes I already have Eclipse installed. ...
43
votes
10
answers
89k
views
How to create a child package inside a package in eclipse project explorer
How can I make a child package inside a package in eclipse project explorer?
I already tried..
com.proj.test
then I create a new package
com.proj.test.child
to add a child package at ...
41
votes
19
answers
47k
views
Error while running zipalign
I got this error when trying to export a signed apk in Eclipse
Error while running zipalign:
Unable to open
as zip archive
I have run the Help->Check for Updates to make sure the latest update is ...
28
votes
5
answers
29k
views
Is there a way to make empty packages visible in Eclipse?
Is there a way in Eclipse, to see empty parent packages? I have an issue freely viewing/accessing package new.galaxywar.client.resources.images.game that only contains 2 sub-packages:
I tried ...
27
votes
4
answers
50k
views
Java package in package?
I'm using eclipse 3.8 indigo and I don't know why, when I'm creating a new package the destination of the new package goes outside. I want to create new packages within a package: package in package. ...
27
votes
1
answer
18k
views
Is there a way to search for text in package in Eclipse?
I usually search for things in Eclipse with ctrl+H. This only allows me to search for text based on file name extensions though. Ctrl+F seems to only search the current document. Is there a way to ...
26
votes
16
answers
66k
views
Why is my Eclipse Java package being treated as a folder?
My Eclipse Java package is treated as a folder; can anyone suggest what's wrong?
24
votes
2
answers
16k
views
Refactor "package structure" in Eclipse to relocate a package's child package to its parent package
In Eclipse's "Package Explorer", let's say I have a list of packages like this:
com.animal.dog
com.animal.cat
com.animal.frog
If I want to refactor this package structure so that the final package ...
22
votes
16
answers
82k
views
imported maven project does not appear as java project. Shows folders
I checked out the existing project source code from SVN to a folder in my system.
Then I opened eclipse. Import Project-> Existing Maven Project.
It imported without issues. However, Project Explorer ...
21
votes
2
answers
29k
views
Eclipse: how to make directory trees show as packages
In a typical project of mine, I have several source directories, each with the usual special icon in the package explorer.
Since these are maven projects, some are full of Java code, and some are ...
21
votes
3
answers
7k
views
Could anyone explain the exact difference among project explorer, package explorer and navigator in eclipse?
What are the exact differences between project explorer, package explorer and navigator in eclipse?
I am so confused of using the three. Because all seem to fit the same purpose. I don't know, what ...
20
votes
4
answers
22k
views
Eclipse Java - invalid package name - Reserved words in package name
I am in the middle of an android project and was trying to create a new package in it.
com.mycompany.myprojectname.new
Well, Eclipse is not letting me to create it and is showing this error:
...
19
votes
7
answers
41k
views
Eclipse - How to "Change package declaration to ...." across an entire project
I've just imported a large amount of source code into Eclipse and basically the package name is no longer valid (the code has been moved folders). Is there a way to select all the source code in the ...
19
votes
8
answers
6k
views
Automatically remove explicit package declarations with import statements in Java
I have a project created by others that includes thousands of class files and has the package names explicitly typed out for every reference to any of their classes. It looks like the code was reverse ...
18
votes
3
answers
12k
views
What is the difference between a "source folder" and a "pydev package" in PyDev Eclipse?
What is the difference between a "source folder" and a "pydev package" in PyDev Eclipse?
17
votes
4
answers
15k
views
In Eclipse folders appear as packages
I'm getting an issue where non-src folders are looking like packages, they look completely fine in my natural folder directory.
The assets folder should be a hierarchy, but isn't.
Thought it was ...
17
votes
6
answers
10k
views
Import .java Files Into the Correct Package
I have a bunch of *.java source files that contain classes in various packages. I am trying to import all of these files into Eclipse projects, but Eclipse always places them in the default package.
...
16
votes
7
answers
26k
views
need help changing my package name in eclipse
so my package name is com.soundboard right now.
obviously this name is taken...I am having trouble changing it throughout the package name.
I checked a few posts here and did the refactor > rename ...
15
votes
6
answers
29k
views
Eclipse cant recognize com.sun.net.httpserver.HttpServer package
I have a home-work to create a http server with java , a simple one and from scratch .
After searching google and here ...i found
this link "see the best response"
with a very nice response ,so i copy/...
15
votes
7
answers
28k
views
How to clean and organize Eclipse Package Explorer?
Could you give me some advice to organize Package Explorer?
I have many closed projects and sometimes I have a lot of close projects between the projects that I have to work on it.
There are some ...
14
votes
7
answers
12k
views
Change default package from com.example for Eclipse Android projects
I am using Eclipse 4.2 with Android SDK.
I am wondering if it is possible to change the default package ID com.example that shows in the "New Android Application" wizard as you type the application ...
13
votes
3
answers
40k
views
How can I view packages as folder structure in eclipse
In eclipse, I would like to see packages as a folder structure rather than the flattened look provided by the Package Explorer default settings, is there a way to do this?
13
votes
3
answers
14k
views
Equivalent to java packages in C#
I have been looking for a way to make a "package folder" in visual studio express 2013, the way I might do it in java is a "package" I know that I can make whole new projects called "Visual Studio ...
9
votes
3
answers
73k
views
How to import a package from Eclipse?
In one of my directories I have all .java files which belong to one package ("game"). Now I want to create one .java file which does not belong to this package and which imports the "game" package. If ...
9
votes
1
answer
14k
views
Android: Bad call: specified pacakge **** under uid 10121 but it is really -1
I'm receiving a strange warning in my catlog when I run my app on my Samsung Galaxy Nexus (Android 4.3, rooted). I'm reading the log using logcat on the phone itself.
Background: recently I changed ...
8
votes
23
answers
58k
views
Could not find or load main class in STS/Eclipse
I have a main method in a package in one of my projects. Say, the package is com.ant.car. I am trying to run and/or debug this main method, and I keep getting the error Could not find or load main ...
8
votes
5
answers
74k
views
Import project (jar) into Eclipse
I got a .jar file which I need to import into Eclipse. However, I don't want to have the jar as a referenced library. I need the .jar to be included like a "normal" project, with packages(!) and .java ...
8
votes
4
answers
25k
views
package java.nio.file does not exist
I'm working out how to compile java from command line at the moment. Here's what I've got:
Here's what I've got:
/myjava/compile.cmd
/myjava/src/a_pack/HelloWorld.java
/myjava/src/b_pack/Inner.java
/...
8
votes
4
answers
38k
views
Adding package to Java project structure
I have been working on a project locally and at some point I gave the project to someone else to work on.
Since that time, I have created another package with classes and so on in my own project ...
8
votes
3
answers
18k
views
Install Gson from Github
I'm just starting to learn Java and I need Gson for a new project that I'm working on.
I feel like I'm missing something with all the installation instructions that I find online--all of them refer ...
8
votes
2
answers
14k
views
Using Java's default package in Eclipse
In Eclipse, when I start a new Project, I go through the wizard, and when I get to writing my first class for that project I am asked to select a package. Sometimes out of laziness I just choose the ...
8
votes
1
answer
13k
views
Key binding in Eclipse for Maven package command
I want to bind the mvn package command in eclipse. So I used the normal procedure to do this: Window->Preferences->General->Keys and then I filtered for Maven. The only commands that showed up were ...
8
votes
1
answer
5k
views
Scala's Relative Package Imports
I have a multi-project Scala workspace in eclipse. I think I'm getting hosed by my lack of understanding of the way Scala imports packages, but after spending more time than I care to admit looking ...
6
votes
2
answers
17k
views
How to use and package a JAR file with my Android app?
I have an API in the form of a JAR that I would like to use in my Android app. Not sure if it should be part of the project in Eclipse or kept separate and added to the project properties. This JAR ...
6
votes
6
answers
49k
views
Source folder is not on the Java build class path, creating Java package
I am trying to create a package merge under sort, but it it saying that:
Source folder is not on the Java build class path
So I right click on sort folder, and try to add it to the Java build ...
6
votes
3
answers
3k
views
What's the difference between Eclipse Packages and Plug-ins?
In Dependencies tab, I have a choice between plug-ins and packages.
What's the difference between them? For org.eclipse.compare, I have it in imported package and also in plug-ins.
I find the jar ...
6
votes
2
answers
2k
views
Source for sun.awt.AppContext and others?
I attached the src.zip that came with my JDK, but it seems to be missing a few files.
It's as if I don't have any of the sun.*; packages. I would understand if they maybe got changed out for java.awt....
5
votes
3
answers
10k
views
Best way to organize java code... multiple projects or separate by packages?
I am about to embark on a personal JAVA project in eclipse where myself and a friend create a game server, game engine, and a game based on an existing card game. The game server will come last, but ...
5
votes
3
answers
6k
views
How to combine all the packages of the eclipse?
As I need to develop java, php, c++, I use several eclipse packages.
so I try to simple to copy several packages into one, and then I use these option to start the eclipse:
1. -clean
2. osgi....
5
votes
3
answers
7k
views
Copy class + package-context between projects in Eclipse
For a number of uninteresting reasons: we need to copy many classes from one project to another (while preserving the package-structure of said classes).
In other words, given:
origin/src/com/foo/...
5
votes
3
answers
7k
views
Combining packages from different projects into a single project in eclipse
As part of the Android application I am developing in eclipse, I need to combine two packages from different projects into a single project. I tried copying the files in the package of the second ...
5
votes
3
answers
4k
views
Why is Android studio having problems with capitalized package names?
I have an app that started in eclipse. The package name starts with a capital, and it always compiled and installed correctly. Now that I have moved the project into android studio, while the app will ...
5
votes
1
answer
3k
views
Maven auto-clean on package
I'm having some troubles trying to auto-clean each time i run mvn package.
I've added in the POM :
<build>
<plugins>
<plugin>
<artifactId>maven-clean-...
5
votes
0
answers
239
views
How to edit the default package-info template in eclipse
I just want when i creat new package and i check the Create package.info.java check box look like this
@ParametersAreNonnullByDefault
package net.pkg.main.foo;
import javax.annotation....
5
votes
2
answers
2k
views
Eclipse doesn't show classes within packages
After months of using Eclipse (latest Kepler release) on Ubuntu (13.10), after rebooting from to a sudden loss of power on my laptop, now Eclipse won't let me access java classes within their packages....
4
votes
3
answers
10k
views
Can't create packages with Maven webapp
I have created a project using the following maven webapp project in eclipse:
When adding a package to the project (right click project -> new -> package), the package gets added as a folder (I added ...