The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
32 views

What is the best way to use GPS in java? [on hold]

I'm developing a java application that is supposes to use positioning techniques, So, I've to deal with the GPS technology, I'm new in that and don't know where to start and what is the best protocols ...
0
votes
1answer
35 views

java.lang.NoClassDefFoundError exception with library

In my application i'm using a library (called SlideMenu) included correctly in my project (I have not compilation errors) but, when I call this library, appear this error: 06-25 15:10:04.463: ...
1
vote
1answer
24 views

Providing library to users without source code?

I have created a library that can do some work. I want users to use it, but due to certain reasons (having some secret recipes in it), I don't want users of library to see the source code. It is ...
0
votes
0answers
31 views

Java Slick2D Library

I decided to play around with Slick2D and LWJGL library. LWJGL is running pretty much smoothly, except with Slick2D which is working too but I'm getting a bit confused of two things. First some error, ...
0
votes
2answers
18 views

Can't remove jar from Web App Library

How can I remove the jars in my Web App Library? I manually added a couple jars to the web app library. My program is now pitching a fit so I clearly need to remove them. However, when I go to the ...
0
votes
0answers
20 views

adding jar files to the project in netbeans

I downloaded latests version of java slick 2D library and LWJGL, but I'm in dilemma which files to chose. I've found those tutorials on YT on how to add libraries but they're old like 3 years. Also, ...
2
votes
2answers
64 views

Can't load Java Library

I am very new to Java and I am trying to run a program I got from a friend. I keep getting this error and I'm unsure how to solve the problem. Application is starting. Fetching data. Please wait... ...
0
votes
1answer
27 views

Java Google Engine Library

i want a java library, to search a text on Google and returns some pages based on text and semantic similarity. is there any API doing this job? i wrote a crawler myself and search to specific depth ...
0
votes
0answers
12 views

Docs for java ws4j library

i am writing a project on plagiarism detection with Java, in this case for the first step i need to do the following tasks : inputing file (txt, .pdf, .doc) convert the file content to text ...
4
votes
1answer
81 views

Could not find class X referenced from method Y

I'm currently trying to program an Android application. Yet I'm stuck because I'm trying in incorporate a Java library I've written myself. When I run a test code from a plain Eclipse (No Android) it ...
-1
votes
1answer
17 views

A library in java for fragment the multimedia file to chunks and stick them together agian [closed]

I want a library in java for fragment a multimedia file into multiple chunks and then stick them together after that those chunks sent from client to server. please help me
0
votes
0answers
22 views

How to extract xml.stream source code from openjdk-7

I'm Trying to extract javax.xml.stream source code that will be used for android from openjdk-7. But there is problem in dependency. as I know, sources in javax.xml.stream.** have dependency on ...
-1
votes
1answer
121 views

2d Graphics library for Java? [closed]

Since Slick2d is no longer being maintained, I'm searching for a new library. What are some other well proven libraries that provide a similar feature set?
0
votes
0answers
35 views

Do you know a nice lib to get confidence interval of a simple regression analysis in SCALA/JAVA?

I'm looking for a lib to get the confidence interval of a simple regression analysis. For slope, intercept and the predicted serie i'm using org.apache.commons.math3.stat.regression lib but I don't ...
1
vote
1answer
98 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
1answer
67 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 ...
1
vote
3answers
141 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
63 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 ...
6
votes
1answer
639 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
19 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
54 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
31 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
37 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
71 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
73 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
14 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
151 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
76 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
1k 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
84 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
279 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
385 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
201 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
64 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
151 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
89 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
24 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
28 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
49 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
55 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
195 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
158 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 ...
2
votes
1answer
171 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
270 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
262 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
239 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
67 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
107 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
178 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 2 3 4