The java-libraries tag has no wiki summary.
2
votes
0answers
139 views
Searching for XPS Java library
Im looking for Java library for XPS document creation. I already found JmuPDF and java-axp but its only for reading, I can't create new XPS files. XPS is a popular document format, but I still can't ...
1
vote
0answers
59 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 ...
1
vote
0answers
999 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 ...
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
0answers
81 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 ...
1
vote
0answers
99 views
running RabbitMq in CMD
I'm currently doing the tutorials that can be found on the rabbitMQ webiste and I've run into problems when running the programs in command prompt (Windows7).
Now I have the client libraries working ...
1
vote
0answers
550 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
0answers
107 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
0
votes
0answers
23 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
0answers
15 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, ...
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
...
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 ...
0
votes
0answers
34 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 ...
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
0answers
70 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 ...