Top "Package" questions

Package broadly refers to two things: 1) a usable unit/component of built/compiled software, or 2) a partition of the global namespace (Java).

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, …

java eclipse package
How do I import a specific version of a package using go get?

coming from a Node environment I used to install a specific version of a vendor lib into the project folder (…

go package package-managers
Create an Oracle function that returns a table

I'm trying to create a function in package that returns a table. I hope to call the function once in …

plsql oracle10g package
Is it possible to change the package name of an Android app on Google Play?

I would like to know whether it is technically possible, not whether it is easy or not, to change the …

android package google-play
Python: importing a sub‑package or sub‑module

Having already use flat packages, I was not expecting the issue I encountered with nested packages. Here is… Directory layout …

python import module package
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. …

android eclipse package
R not finding package even after package installation

I have always worked with the zoo package, that I have installed a long time ago. Today, I created a …

r installation package zoo
Unable to Install Any Package in Visual Studio 2015

I've tried every package I could possibly find and none of them will install in my project. I've installed every …

package nuget visual-studio-2015
How to install a python library manually

I built quickfix engine (http://www.quickfixengine.org/) for one of my tasks and also built in python support for …

python package quickfix
Python: import module from another directory at the same level in project hierarchy

I've seen all sorts of examples and other similar questions, but I can't seem to find an example that exactly …

python python-2.7 module path package