When I try to create a new package in the src folder of my web project,but it always go to the Libraries directory, how to solve this problem?

package was not in the src folder
134 Views Asked by 123456 At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in PACKAGE
- r package development - own function not visible for opencpu
- Composer scripts
- Importing with package name breaking enum comparison in Python
- install a R package from directory
- Uninstall unused packages with pip
- Roxygen error "Skipping invalid path"
- Error return from the pooledBin function (R package binGroup) depending on the method of confidence interval calculation
- r package development imports not loaded
- Access database with new pacakage in Laravel 4.2
- Unity3D 5 packages conflict
- Code Gear RAD Studio Delphi 2007 can't find package error opening pas file
- how to install packages from pypi to anaconda?
- MELPA pointing to non-existent version of multi-term?
- How to disable automatic package installation / upgrade in Visual Studio?
- SSIS package execution succeeds but doesn't do its job
Related Questions in SRC
- How to change a IMG SRC using java in JSP?
- How can I use PHP code in a CSS file
- How to substitute the script source when visiting a website?
- jquery - change image src with .replace
- Can't find image source WordPress
- Display only Alt text in image tag html
- injecting many files with three specific at bottom
- How to show image dynamycally in html(angularjs)
- Update image after Src Attribute change
- how to print src with onclick using Beautifulsoup4
- Javascript slideshow. Src of images in another directory
- package was not in the src folder
- Using Javascript for iFrame src URL
- ImageView, how do you getSrc programatically for a drawable?
- Using web page address to create src for image on page
Related Questions in MYECLIPSE
- An internal error occurred during: "Initialize metrics". com/genuitec/eclipse/core/gsdc/GSDCController
- Any Idea why I am getting these ERRORS after resolving all jar lib addition
- In jsp: String cannot be resolved to a type
- package was not in the src folder
- How to use a CVS repository in myeclipse
- How to export .war file from myeclipse with source code?
- Does idea have a feature like "allow output folders for source folder" in myeclipse
- if condition returning different values on different environments
- Is it possible to view only deleted files in eclipse SVN team synchronization?
- Weblogic deployment error
- weblogic server did not start properly
- java1.6, MyEclipse 7.1.1
- Run Java webapp under Netbeans with tomcat 5.5 and Java 1.5
- ClassCastException while parsing XML with WebLogic
- page refreshing regarding
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
That is not in the Libraries folder. it is shown under the Java Resources node in what I assume is the Project Explorer view, though the decorations look a bit strange; maybe you are using an old release of MyEclipse. Notice that the location can be determined by the indentation level; don't be fooled by the triangle that shows a node that can be expanded. The Java Resources node is not an actual folder. Check in the Navigator view or the Package Explorer view, or simply check in Windows Explorer (or equivalent file browser, if you use another operating system) to see where the folder actually is.
If you're still having problems, you need to provide the actual release of MyEclipse, that you're using, and give details of how you're trying to create the package.