For questions relating to the use of or naming of java packages.

learn more… | top users | synonyms

0
votes
1answer
14 views

How do I install Oauth2 install on windows (multiple errors)

This is my first time playing with python on a computer instead of using online modules. I'm trying to install Oath2 but the web searches I've found have a number of different ways of doing it and ...
0
votes
2answers
29 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 ...
0
votes
3answers
44 views

attempting to get class names from a different package

Have got two projects javaapplication2 and javaapplication1. The same being their package names. In javaapplication2 ive imported javaapplication1 using import javaapplication1.*; i need to list ...
0
votes
1answer
9 views

eclipse: turning folder hierarchy into a package

I have the following folder hierarchy in eclipse. I would like to turn the folder hierarchy com/google/api/services/samples/calendar/android into a package (the folder icon with the gift box inside it ...
0
votes
2answers
44 views

Get file to be read from another package

I need to catch a file that is package called files I try use getResourceAsStream or File file = getClass().getResourceAsStream("files/big.txt")); However, is not working. This saying to convert ...
0
votes
1answer
28 views

Trying to use new package

Basically I've downloaded a package for the WorldWind JDK that allows for rendering of 3ds models. However, for the life of me, I've been unable to use any of these files using standard imports, and ...
0
votes
1answer
20 views

Package/directory conventions in Java

I want to use christophel.joel as my root package until I get a domain name. Which of the following is a better practice? Different set of christophel and joel folders for each project Example: ...
1
vote
1answer
34 views

Change package name to existing Phonegap projects

I have an android phonegap project, and an ios phonegap project. They were created using a given package name, but I now have to change this package name. In Android, I think I have to change ...
0
votes
0answers
16 views

Making OS X web Installer Packages

I have an installer implemented with "Packages" which contains the payload and after running some plugins and a post install script it successfully installs the product. The same package bundle is ...
0
votes
2answers
38 views

How can I find a Java class that's “already defined in an unnamed package”?

I'm trying to convert a FlowLayout() UI to a GridBagLayout() UI. After a few modification and tests, I started getting a compiler error: *classname* is already defined in unnamed package and I ...
0
votes
2answers
30 views

How to import a class from a package in a different folder?

I am new to java. This is a basic question about packages. I have a small java project named "stacklist.java" in Netbeans IDE. It's package name is stacklist. And it has 4 different classes. One of ...
0
votes
0answers
16 views

NuGet and entity framework > 4.0

When I use NuGet to include EF4.x or EF5 io a project, NuGet downloads the EntityFramework package into the current solution packages folder... If I use other solution/project... other download of ...
0
votes
1answer
30 views

Delete procedure wont run and gives errors?

Ive created a procedure to delete data from three tables that are all linked with foreign keys but it does not run. here is the procedure. PROCEDURE remove_customer (customer_id VARCHAR2) IS BEGIN ...
0
votes
1answer
24 views

How to Read the Control of a Debian Packages in c++?

I trying to read the data from the control file of a Debian Packages like the next example in C++ Package: com.example.test Version: 1.0 ... Homepage: http://example.com ... Something like that but ...
0
votes
0answers
18 views

Dependency graph of Apache's modules

May I get a dependency graph between a modules that are loaded in Apache. Need to know the consequences of disabling of these modules.
2
votes
1answer
45 views

How to generate package structure from standalone *.java source files?

I've been searching for answer for my problem but I can't find some relevant information, so I'm asking. I've directory which contains thousands of Java classes with source code (*.java files). Each ...
3
votes
1answer
59 views

What's the best Way to import Components via Link-Tag from a Package?

Currently I import components from a package by a relative path: <link rel="components" href="packages/packageA/components/login.html"> However when I start nesting packages this doesn't work ...
0
votes
0answers
40 views

Android: Camera Stock application packages

I'm looking for the stock camera appliaction package names for an intentstart. Intent mIntent = new Intent(); mIntent.setPackage(cameraIntent); mIntent.addCategory(Intent.CATEGORY_DEFAULT); ...
0
votes
0answers
14 views

Lsass access violation when we use custom ssp/ap security package in windows?

Lsa loading my custom ssp/ap security package and the functions are called in the order like 1.SpLsamodeinitialize 2.spinitialize 3.spgetinfo 4.spgetextendedinformation The above functions are called ...
-1
votes
1answer
44 views

Is Using Packages in Types Good Convention?

Is it good convention, in Java, to use something like java.net.URL myUrl = new URL(...); or should I try my best to use an import and import java.net.URL; URL myUrl = new URL(...);
1
vote
1answer
67 views

java.lang.NoClassDefFoundError when making Java package

I'm not exactly a total beginner with Java, but I'm at a loss for understanding what's going on here. When I try to compile the following code: package controls; import java.awt.*; import ...
-1
votes
1answer
38 views

How do I import the tablelayout.jar file?

In every example I can find this import is used: import layout.TableLayout; I´ve downloaded the jar file, but I'm having problems importing it. Anyone?
-1
votes
2answers
44 views

Naming a Package in Java after an e-mail address, when said e-mail address contains periods before the “@” symbol [closed]

As I'm sure we all know, one can name packages for their Java products by purchasing a domain name like "somedomain.org", in which case the packages would follow the "org.somedomain.packagename" ...
0
votes
0answers
376 views

Error While running rvm requirements command

What should i do if i get like this ??? thanks in advance. kindly reply soon Reading package lists... Installing required packages: git-core...... Installing required packages: libreadline6-dev, ...
1
vote
0answers
66 views

Is there a premade java library that emulates the Office Ribbon Customizer?

I'm trying to implement the 'Ribbon Customizer' from the Microsoft Office suite into a swing product. To refresh your memory, or show you for the first time, the customizer I'm referring to looks like ...
0
votes
1answer
77 views

Images not showing in Jar

My program runs perfectly in Eclipse, but when I export it, the images dont show up. My setup looks like src ..gui ....Main.java ....menus ......MenuMain.java res ...Logo.png I refence Logo.png ...
0
votes
0answers
15 views

Install Packages (for dummies)

I know there's a lot of information on here about installing python packages, but I'm quite new to python and I think I need a more "for dummies" level of help. I was trying to install openpyxl for ...
0
votes
3answers
74 views

Exception in thread “Timer-0” java.lang.NoClassDefFoundError:

I have imported the necessary file( PeriodList Class) to my (Interface) class, but when I run the program I faced with the Exception : Exception in thread "Timer-0" java.lang.NoClassDefFoundError: ...
0
votes
1answer
27 views

Satis build tells that Authentication failed

I am preparing private package repository using satis. We are using git for versioning our source code. When I use credentials in repository address everything works well, packages.json is where it ...
1
vote
4answers
89 views

Java package woes

Ok, I'm used to structuring my projects like this |--com.mycompany.interfaces | |--IFoo1(public) | |--IFoo2(public) | |--IBar1(public) | |--IBar2(public) | ...
1
vote
1answer
64 views

Create a NuGet package while offline

I want to create a NuGet package from a machine that is on the office intranet, but blocks all connections to the internet. Both NuGetPackageExplorer.application and NuGet.exe will show the ...
0
votes
1answer
36 views

What needs to be in a Python package and how should it be structured?

I have a Python project that I'm ready to package up. I've never created a code package before and I have no idea what's involved. Right now my project looks like this: Project/ bin/ ...
1
vote
0answers
14 views

Eclipse is treating package names oddly

My original problem occurred whenever I would try to export a .jar file. Eclipse would say there was a missing build path for two of the classes. I decided that deleting the package that files were in ...
0
votes
1answer
29 views

Combining android packages into single project

Friends I have 3 android projects in eclipse say App1, App2, App3 and i want to combine all these into another android project say AppStarter which only has buttons to start the main activity of each ...
0
votes
1answer
39 views

Describe function in Hmisc and prettyR - masking problems

I like aspects of the prettyR describe function and aspects of Hmisc describe function. When both packages are loaded, the prettyR describe masks the Hmisc describe. I have looked around and found ...
1
vote
4answers
38 views

Importing and Packages

I'm not quite sure what I'm doing wrong, here. I have two files in a directory, let's call them FileA.java and FileB.java. FileA.java has a definition along the lines of: package ...
1
vote
1answer
55 views

python setup package in develop mode fails

I am attempting to setup a simple package in develop mode: setup.py from setuptools import setup, find_packages setup( name='rocflavors', version='0.0.1', ...
0
votes
1answer
61 views

Export Problems - to .apk

App works fine when tested from Eclipse on phone via USB/Sync, when I try and Export it to an .apk, the Manifest.xml looses track of 2 activities under the parent "MasterActvity". Then even the ...
1
vote
4answers
79 views

package convention for main() method`s Java class

I am building an standalone Java application. In that, i have to use the class with main() method. As this is the class where all execution begins, i usually place in one of package structure ...
0
votes
3answers
87 views

Program organization in java Eclipse project [closed]

I am new to java and Eclipse and this question is related to the organization of the java classes in a large Eclipse project. I am working on a project that has several classes (of the order of ...
1
vote
1answer
37 views

How to use a colliding namespace within a library

I have a structure similar to this for my packages: top/ ├── __init__.py └── io └── __init__.py Now I have this problem importing the standard library urllib3.filepost: gonvaled@pegasus ~/top ...
1
vote
2answers
47 views

multiple classes in ActionScript package?

I have read that you can only have one class by package in ActionScript. If you need helper classes, you have write this classes out of the package. Example: package { public class A {} } class B ...
-2
votes
2answers
57 views

JAVA - where should i put JUNG in my directory? im programming only in notepad [closed]

I downloaded the JUNG package but i don't know where should i put in my directory.
2
votes
1answer
82 views

Can I use a resource string for a package name?

Is something like this possible? <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="@string/package_name" android:versionCode="1" ...
1
vote
2answers
37 views

Why does eclipse put all packages at the same level

I've realized eclipse IDE puts all packages in a project (at least in a Java one) at the same level, e.g.: However, browsing the file system, you can find that packages are treated in the expected ...
2
votes
3answers
96 views

Different java packages & Visibility

The question I'm asking is about a very frequent topic but I didn't find my exact question so I'm asking it explicitly. I'm programming in java and I need to implement some classes, let's say A, B, C ...
1
vote
1answer
34 views

Testing for package conflicts in Prolog

It's a Prolog program that I want to check for dependencies between Linux packages and if there are conflicts anywhere. dep(gnome1,gcc7). confl(gcc7,gcc8). % recursive chain dependency depend(X,Y):- ...
0
votes
1answer
55 views

Installing R packages remotely with no special privileges. A.k.a. corruptions from installing R packages in /tmp/

I'm distributing jobs over a cluster and I'd rather not go to each machine and manually install the right packages. The job controller runs scripts as nobody, so I have to specify uncontroversial ...
0
votes
1answer
71 views

NetBeans importing classes package problems

I have created a class in Java that I need to import into NetBeans and use in a GUI. What I have done so far is add the jar file containing the classes to the library in my project. I can look ...
0
votes
0answers
76 views

RequireJS and modules or packages… a little confused

I have a single page application built with backbone.js and require.js among other libraries. It works fine, but it's growing and getting a little tougher to maintain. The overall layout of my app is: ...

1 2 3 4 5 19