The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
51 views

Joda Time classes don't have any constructors… why? And what am I doing wrong?

Apparently Scala on Eclipse tries to convince me that DateTime, Period, DateMidnight and many other classes in Joda Time don't have any constructors Which is odd considering the fact that the ...
0
votes
0answers
15 views

Retrieving mouse-clicks in Graphstream

Since I couldn't find any specific place to discuss this, I thought I'd post here... I'm using graphstream 1.1 (http://graphstream-project.org/), a graph visualization library for java, to develop a ...
0
votes
3answers
56 views

android: Java .jar library import resulting in a java.lang.NoClassDefFoundError

I've been building a custom Java library, and after importing it to my Android project, it results in a java.lang.NoClassDefFoundError when I try to use it. My library used to be part of my project, ...
1
vote
0answers
31 views

Where can I find a JAVA library of visual effects and image manipulation?

I'm looking for to create an android app, and need to find a library of visual effects. For instance: - starting with a blank canvas (1) user draws a geometrical shape and everything in the shape ...
3
votes
1answer
285 views

Android Studio - how to use libraries (from eclipse projects)

Yes. Everybody are testing Android Studio. I'm using Eclipse in my projects and I want to migrate to Android Studio. I'm having problems with my projects. I read this page: ...
0
votes
0answers
12 views

how to introduce the device with JXIput

I am a student at university and I am beginner at java. I want to use steering wheel console in my java project. I have heard that I should use JXIput and I get the JXInput library and I import it my ...
0
votes
2answers
27 views

Configure pom.xml for hibernate 3.6

I tried to conigure pom.xml file for my Spring 3 & Hibernate 3.6 application. The relevant part of pom.xml looks like this: <dependency> <groupId>mysql</groupId> ...
-1
votes
1answer
24 views

Where can I download the Java binding for OpenAL? [closed]

I went to the JOAL website and there are no download links, just tutorials, documentation, etc. Does anyone know where I can download the actual library?
0
votes
0answers
31 views

What's a good library for capturing video input? [closed]

I've worked with JMF, but apparently Oracle isn't updating it past Java 6. In your opinion, what's the fastest and easiest to use library for capturing input from a webcam?
0
votes
0answers
48 views

Riak java client, add index query result as input for mapreduce

I am trying to use Riak Java client query riak in scala. Using index query result as input for mapreduce. I have two buckets -accounts-user and account-userprofile. In accounts-user I have email as ...
2
votes
1answer
61 views

AspectJ: How to pick the execution of non-annotated methods of subclasses of a given class?

I'd like to intercept the execution of non-annotated methods of any subclass of a given class. For instance, say I have class Base: public class Base { public void baseMethod() { //shouldn't be ...
0
votes
0answers
12 views

multiple openjdk versions installed — how to direct program to appropriate libraries

If I have openjdk 6, openjdk 7 and gcj installed, some programs that depend on a specific version will get offended and stop with an error if the system variables direct them to use the wrong java ...
0
votes
1answer
66 views

Where can I get an official copy of sunrsasign.jar?

I'm trying to link in a third party library that is looking for /jdk**/jre/lib/sunrsasign.jar and can't find it. I've found numerous threads online that say they copied it in from elsewhere and got it ...
-1
votes
3answers
56 views

Java vertical bar chart [closed]

I need to create vertical bar charts in java, and wasn't able to find libraries for doing this. Are there any simple, but still good for handling a lot of data, libraries? Thanks a lot
1
vote
0answers
497 views

Unable to execute dex: Multiple dex files define Lcom/facebook/android/AsyncFacebookRunner$1;

I have an android app, which calls an jar lib say b.jar. This b.jar lib. is then calls facebook sdk lib. When I compile my app under this situation, it always says Unable to execute dex: Multiple dex ...
0
votes
0answers
56 views

Using Facebook SDK in Java library for Android applications

Although I know Android doesn't support creating jars as such, I was able to create an Android-compatible jar from an ordinary Java project which included the android.jar file for Android ...
0
votes
1answer
125 views

Error parsing xml: Unbound prefix with the Facebook SDK

My project doesn't recognizes com.facebook.widget.ProfilePictureView (or another widget) in my xml. I imported the facebook sdk and even used it to log in and interact with open graph. That all worked ...
8
votes
2answers
256 views

Annotations for Java enum singleton

As Bloch states in Item 3 ("Enforce the singleton property with a private constructor or an enum type") of Effective Java 2nd Edition, a single-element enum type is the best way to implement a ...
0
votes
3answers
132 views

Repackaging library JARs in Java

I have been extracting 3rd-party library JARs into my open source Java library in order for the dependencies to work at runtime. I remember when I tried doing this in Eclipse a while ago (different ...
0
votes
2answers
45 views

Runnable jar with Apache POI

I'm trying to export my program as a runnable jar, packing the necessary libraries (Apache POI). The .jar is created, but it doesn't work. Is there a catch on deploying with these libraries? Because ...
0
votes
4answers
125 views

Sort a pair of string using collection

I am a new programmer in java. I want to sort a pair of string using collection. Basically i want to sort name and the name has two part, first name and last name. Now if i take first name in a list ...
0
votes
2answers
82 views

Array Index out of bound exception using jblas

double [][] AdjacencyMat = new double[baseSize][baseSize]; for (int i = 0; i < baseSize; ++i) { for (int j =0; j < baseSize; ++j) { ...
0
votes
0answers
23 views

Java libraries to serialize class fields in a specific pattern

I am working on a project where I need to write the class fields in an object to a file. I know there are a bunch of serialization libraries but im looking for specific serialization requirement. The ...
1
vote
0answers
26 views

How to get some infromation from Set<Defect> in w3c validator

How i can get some information (column, line, message) at this code? String xhtml = "<html><body><p>Hello, world!<p></body></html>"; ValidationResponse response = ...
1
vote
1answer
42 views

java.lang.NoClassDefFoundError: com/rexsl/test/AssertionPolicy

I'm trying to validate simple HTML file with this code: public static void main(String[] args) { String xhtml = "<html><body><p>Hello, ...
0
votes
0answers
47 views

socks5 client lib in java [closed]

for implements a socks5 client (as proxifier) is there a java lib for this? we know socks5 client must be put in session layer and write a session layer handler with java is correct or no ? for ...
0
votes
2answers
142 views

check if a pst file is password protected with java-libpst

I am using the open source library java-libpst to parse a outlook pst file.before parsing I want to know if the file is password protected or not.The problem us that this library opens password ...
0
votes
4answers
112 views

Using Java library in iOS project

I am developing a project that requires business logic calculations based on a relative complex rule set. The calucations are to be executed on the following platforms: Android app iOS app Java EE ...
1
vote
1answer
106 views

Core libraries with android maven plugin

I want to use nativ libraries with android. When i try to complie my project with mvn clean install I get an error [INFO] If you really intend to build a core library -- which is only [INFO] ...
0
votes
1answer
34 views

Identify the application that using library in android

Well in my android projects I use a common library for developing different applications Let me elaborate : I got Library package called com.example.library and i have two application based on this ...
10
votes
1answer
220 views

What well developed iteratee/pipes libraries are available for Scala?

Does Scala have any well developed libraries in the spirit of Haskell's pipes, or at least iteratee? I found Play's iteratee library first, but I couldn't make it work, and it seems tightly coupled ...
0
votes
2answers
198 views

LRUCache in Scala?

I know Guava has an excellent caching library but I am looking for something more Scala/functional friendly where I can do things like cache.getOrElse(query, { /* expensive operation */}) . I also ...
0
votes
1answer
185 views

Java library for reading apk file (for building play store like app)

My requirement is to develop an Play store like application. Where, developers will be uploading their Android .apk file. Checking on the mobile application side can be done only with applications ...
-3
votes
3answers
66 views

Re size image using java programme [closed]

Am having some pictures with large resolution like 4000x3000 . I want to create a java program which can re size the image size to something small like 1000x900 just for an example . Can anyone tell ...
-4
votes
2answers
105 views

Java comparison library [closed]

Is there a Java library which would allow me to do comparison operations such as try { verify(a).isEqualTo(b); verify(a).isGreaterThan(b); verify(a).contains(b); catch (AssetionError e) { .. ...
0
votes
1answer
138 views

Structural Diff of two java source files

Is there any way to find Structural diff of two java source files? I want to find structural difference of two java files, but i don't know how to start it. Is there any library in java for this ...
1
vote
0answers
75 views

android build error

I have created some modules inside android to add some additional functionality. I have defined my own make file but that doesn't have anything like ...
2
votes
2answers
125 views

Is it possible to embed (combine) an external jar file to my library project in eclipse?

I am developing an Android project in eclipse. I am creating a library project that is used by a main project. Main project uses an external jar file. I want to add this external jar file to my ...
0
votes
2answers
29 views

Adding a method to a class that is from a referenced library (JUNG)

I want to add a method to the Graph class of the JUNG library using Eclipse. How would I do this? I have the JUNG working correctly as a reference library by following this answer: ...
1
vote
1answer
38 views

Regarding eclipse libraries

Have a question on eclipse libraries. I have an eclipse java project where I have created a library which contains some 50 odd jars files which are needed by the project. Now I have created a new ...
10
votes
2answers
415 views

Timeline creation library for java

I need to create time lines diagram using my Java (J2SE) application. What library can use to create a time line diagram like ANY of these:
2
votes
1answer
35 views

How to add a jar library into another jar library

i am doing a java library that is using jaybird jar. I want my library to be a jar with the jaybird in it so when I have to use it, I only import my jar. How can this be done? I'm using Eclipse ...
4
votes
1answer
75 views

How to simply check for the proximity of two words?

I want to check that 2 words are very close each others. My need is really simple: we allow the user to execute an action by answering to an email, and the user should answer with one word (APPROVED, ...
3
votes
1answer
48 views

Creating a java library

While I was working on a Java EE project I created some utility classes. I like to package them to a Jar and share it with the community. I have all the classes in one separate package. I'm using ...
2
votes
2answers
528 views

SIP JAVA API / Library

Hi I want to build a softphone (voip dialer). And I dont have much time (1 month max). What is the sip java library I should use for it? I am reading about jain sip right now. But want to be sure if ...
0
votes
1answer
98 views

Removing JavaFx libs to make JavaFx.jar file load faster

I have created a JavaFx application, however when i try to open it on a shared harddrive in my office the loading time is extreamly slow. Me and my co-worker have tried to figure out what the problem ...
0
votes
4answers
103 views

Java: How to open a library?

I want to open libraries, because currently I want to see the algorithms used for drawing, modify them and implement them in my program. For example: I have tried to create an algorithm on my own for ...
1
vote
1answer
167 views

why my webproject in Java call already loaded external library for contained Applet

Hi i write web application which contains APplet and i use this tag to start my applet in Html page <applet codebase="http://localhost:8084/WebForSpark" code="AppletBroadcaster.ZkusebniApplet" ...
1
vote
1answer
63 views

Storing a folder in a file with java

What would be the easier and safer way in JAVA to store a folder in a single file like zip, tar, rar, iso, etc? something like compressing and decompressing it. I don't really need compression, just ...
0
votes
1answer
76 views

Is it possible to split my android project to multiple projects for reducing compile time?

I have created a big android application that takes a long time for building. Some namespaces are changed rarely. Is it possible to create these name spaces in separate projects and import them in ...

1 2 3