Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
2k views

Using Java and any external libraries, how can I draw latitude/longitude points onto a graphical representation of the Earth?

I'm currently using the Java Map Projection Library (I was able to obtain the code used for the Applet from the author and modify it for use in a desktop application - not sure if he linked to that on ...
4
votes
2answers
921 views

java gis library

What is the best/user friendly GIS/arcGIS Java library for basic academic assignment?
3
votes
1answer
575 views

Library to manage XAdES signatures in Java

I'm looking for a Java library that allows the creation and verification of XAdES signatures (the more formats, the better: XAdES-BES, XAdES-C, XAdES-X-L, etc.). The most interesting implementations ...
3
votes
3answers
886 views

How to download jars from Maven Central without writing any pom.xml

I would like something like the following. I want just an utility that is able to download jars and their dependencies from the Maven Repository without imposing no constraints on how my project ...
2
votes
1answer
143 views

How can I import my own .class file into a RingoJS application?

Good day, I would like to know how I could import and call my library contained in a .jar file directly through RingoJS. Thank you. Edit: Here is some additional informations. I have compiled a ...
2
votes
3answers
311 views

How to render basic HTML markup inside a JPanel in Java Swing?

I want to do something really simple like this: JPanel htmlPanel = new HtmlPanel("<html><body><h1>hello world</h1></body></html>"); I think I had seen code ...
2
votes
5answers
375 views

Installing Java libaries

As I'm quite new to Java, I would like to know the proper procedure of installing new libaries (those that are no available in my linux dist repositories). Where should I place them? and how to ...
2
votes
2answers
156 views

How to figure out used JARs?

In a bigger project we might be using tons of JARs. How do I find out which JARs are being used by a certain module/package in the project (not the whole project). Any tool, technique, etc?
2
votes
2answers
335 views

Packing an android library on a JAR that uses JNI

I have an Android java library that uses some native code. I have added this java library to a client project. May I have to add script that copy the native library to libs folder on my client ...
2
votes
3answers
112 views

Java library/API to help run windows commands

Is there a Java library/API available to interact with Windows OS, like executing commands on the command prompt and returning the output back to the program?
1
vote
3answers
50 views

Java library for Pattern mining on time based data

We have a number representing volume of posts per minute on numerous subjects. We want to be able to find patterns so that we can predict what the volume of posts will be in the future. We want the ...
1
vote
0answers
41 views

PDFlib works only if the library is in /usr/lib not in a custom path

we are using PDFlib for personalizing PDFs. The pdflib.jar library and the libpdf_java.so file are both in the folder: /home/user/my/custom/library/path/ I start the server with this argument: ...
1
vote
2answers
144 views

Get mp3 duration in android

How to get mp3 track duration without creating MediaPlayer instance? I just need to show mp3 song length in mp3 file list, so I think that I shouldn't create MediaPlayer object for each of tracks in ...
1
vote
4answers
96 views

Fill Class from jdbc ResultSet

Now im filling my classes like this: Part part = new Part(); ResultSet rs = statement.executeQuery(); part.setBrand(rs.getString("P_BRAND")); part.setComment(rs.getString("P_COMMENT")); ...
1
vote
3answers
724 views

Java applet RuntimeException: java.lang.NoClassDefFoundError: javax/mail/Authenticator

I have written my first java applet and get errors when deploying it on my web server. My applet uses couple of additional jar files like javaMail mail.jar, smtp.jar, mailapi.jar and others. When I ...
1
vote
1answer
96 views

Unable to properly link external Java library in Eclipse

I've been struggling to properly integrate this Netflix Java Client to access Netflix's API into a very basic Eclipse Java Web Project. Whenever I try to publish any content referring to this ...
1
vote
0answers
43 views

Which direct-sequence spread spectrum library for Java?

Which Direct-sequence spread spectrum Java libraries exists? Additionally, what are you experience working with it? Thanks in advance
1
vote
1answer
738 views

How to base64 encode a SHA-1 hash in Scala and Play Framework?

I would like to base64 encode a generated SHA-1 hash in Scala using Play Framework. This works for me in Scala: val md = java.security.MessageDigest.getInstance("SHA-1"); println(new ...
1
vote
4answers
233 views

importing java libarary

I am starting to learn a few programming languages. I learned python then did a bit of jython and now want to learn java. I read a basic book but haven't done anything with importing libraries yet. ...
1
vote
2answers
388 views

Visualize vector graphics in Java, which library?

I need to visualize a large vector graphic. It's a map of roads, the roads are just lines. Is there a library for that? It would be nice if that library had support for zoom-in/zoom-out and would be ...
1
vote
2answers
63 views

Biggest does lots of stuff frameworks [closed]

Everybody knows that the Spring framework does a lot of different thing such as: dependency injection jdbc helpers (template etc) transaction management & integration emailing interceptors i ...
1
vote
6answers
455 views

Java library suggestions for implementing a custom web server

I would like to create a web server that will serve/accept json files through REST. The JSON files being served will come from a database query and format the results into JSON. Any suggestions for a ...
1
vote
3answers
2k views

Basic Java/Eclipse problem: standard libraries cannot be imported in Android project

I'm new to Java/Eclipse/Android, so this is probably an easy (if not stupid) question: After creating a new Android project, I want to import some (what I think are standard) java libraries. ...
1
vote
1answer
119 views

configuration for java class library on tomcat distibution

What is the best practice for configuring a java class library? At my work, i am writing a class library. Some of the classes needs a configuration to work with our system setup. This configuration ...
0
votes
2answers
39 views

Creating a Jar which contains the other lib files

I want to create one executable Jar which contains other jar libraries, But when I execute the Jar it gives error of class path problem. How do I solve the class-path problem?
0
votes
1answer
17 views

JavalibUsb library - getDevice function

I want to use Javalibusb library to connect PIC18f4550 via a USB connection to the PC I have a problem with the following line of code: // get a device instance with vendor id and product id ...
0
votes
0answers
8 views

My appln is working but in history I'm getting Exception starting filter struts2 in eclipse

The error message while I am trying is: Action class [UserController] not found - action - ...
0
votes
4answers
63 views

Include java libraries into own library

I created a little framework for myself which I want to use in multiple projects. I also want the distributed jar-file to include all external libraries so that my projects just need to include my ...
0
votes
1answer
64 views

Android libraries and Java classic libraries (.jar) on Android platform

As I have understood I can create the classic .jar library for the Android as long as the library contains the java code. Once I will need to include the resources (xml files, etc.) to the library I ...
0
votes
1answer
59 views

jaudiotagger get mp3 frequency

Anyone knows how to get mp3 Frequency (in Hz) using jaudiotagger library for Java? jaudiotagger site
0
votes
0answers
88 views

Referencing library project in a new Android project breaks referenced libraries in original project

A little background first...... I've completed my android app and would like to publish a paid version and a free version. I've followed the instructions at developer.android.com to set my app as a ...
0
votes
1answer
29 views

Using 3rd Party Java Libraries on JSP

How can I use 3rd party libraries like Twitter4J on JSP?
0
votes
1answer
47 views

Which Java OAuth library fully implements 1.0 protocol (not it's draft) and is fully configurable?

everyone. I've googled a lot but I didnt't find the good library enough. I need one, which will help me to authorize via URL query or via Authorization header params (I want to decide my self which ...
0
votes
1answer
160 views

Installing a library (WiiRemoteJ) into NetBeans

I downloaded the WiiRemoteJ java library from here: http://dl.qj.net/wii/homebrew/wiiremotej-v14.html But I don't know how to install it into netbeans to use with a project! I went to ...
0
votes
3answers
432 views

Eclipse Java Build Path does not find jars when launch with eclipse Helios

hope you can help me out with this problem, i have a web apps(JSF 2.0) in eclipse helios, i have created a class that uses apache.commons.validator because i need to validate a Url and some IPs ...
0
votes
1answer
102 views

Java library for extended attributes, typing and validation

Background: I have an object model that needs to be extended by adding several attributes to a few types, which can vary across installations. For example, my 'user' objects need to have a few ...
0
votes
1answer
340 views

Java library to map request parameters onto an object

I have used stipes on a project in the past, and it has a great TypeConverter library that can take request parameters and route them into JavaBeans. It can even handle maps and arrays, such that: ...
0
votes
3answers
987 views

Java library to display Excel data

On one of our Java application screens, we want to display data loaded from an Excel file on a Excel-like spreadsheet component. The component has to be able to evaluate the formulas within the ...