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).

package javax.ejb does not exist

I have opened a project in netbeans to view the project but there is a same error in most of …

open-source project package netbeans7.0
Get time in milliseconds without an installing an extra package?

How can I get the time in milliseconds in Perl without installing any extra package? I am running Linux.

linux perl time package milliseconds
What option do I need in setup.py to create the package in the right directory?

I am using setup.py to create a python package, which I want to install via pip. To correctly install …

python python-2.7 package pip setup.py
R - when trying to install package: InternetOpenUrl failed

Since I've updated both R (to 3.2.2) and RStudio (to 0.99.486) in Win 7, I'm experiencing problems downloading packages. I'm aware of the …

r installation package install.packages
Cannot install R-forge package using install.packages

This, question, is, asked, over, and, over, and, over, on the R-sig-finance mailing list, but I do not think it …

r svn installation package r-forge
Difference between entry_points/console_scripts and scripts in setup.py?

There are basically two ways to install Python console scripts to my path by setup.py: setup( ... entry_points = { 'console_…

python package setup.py
What is the use of LOCAL_MODULE_TAGS?

I want to update my Android.mk file in a package in order to build that new package, but I …

android frameworks package android-source android-build
How to install a component from .pas file in delphi?

i've downloaded the RealTimeMarquee component for embarcadereo delphi 2010 which comes as a two files RealTimeMarquee.pas SimpleHTML.pas But when …

delphi installation package delphi-2010 custom-component
How to make Unreal Engine 4 Full Screen (Windows Package)

I'm really new to the Unreal Engine 4 and I need some help, I can't find the answer on the internet …

windows package fullscreen unreal-engine4 unreal-blueprint
Does unused import and objects have a performance impact

I have a doubt, whether the unused imports and unused objects in Java code create any performance impact? Suppose an …

java import package bytecode