The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
26 views

OpenERP 7 webservices support for Java?

I've been doing a lot of research for the past few days but it seems I can't arrive with the right answers. And most of the resources are scarce. Here are my questions, hope you could help me answer ...
-11
votes
0answers
41 views

What are some examples of Android's Java API critiques? [closed]

From Android Reference: Although consistent with the RI, this behavior is inconsistent with available(), and violates the Liskov Substitution Principle. This method should not be used. What ...
0
votes
0answers
51 views

Google Calendar API v3 OAuth 2.0 Android Java API

I am trying to use the Java API for Google Calendar v3 on Android, but I am stuck. Here is what I've done so far: Created a google account myapp@gmail.com for my application and registered it with ...
1
vote
2answers
59 views

JavaM API for GT.M - SELECT support

I'm wondering if there's any possible way how to use or implement SELECT query into JavaM API for GT.M database system. I'm using version 0.1, since I haven't found any other version ( ...
1
vote
1answer
74 views

unable to print UTF8 document using Java Print Service API on windows

I have been trying to print a text document containing Russian letters using the Java Print Service API on windows OS, but no luck so far. The printer prints the file, but the unicode characters get ...
0
votes
0answers
52 views

Java API to get vimeo video url

I am doing a web application using struts. In that I want to show the vimeo videos to the user using their vimeo usename and password. How can I get the list of vimeo video url using java api? I ...
0
votes
0answers
32 views

Getmessage pump from API initialization

I created an application that scrap screen values from a specific JAVA application, using C#. To do so I had to use Java Access Bridge ...
0
votes
1answer
116 views

Get count of facebook likes of a fan page at a point of time in the past

I want to get count of facebook likes of a fan page at a point of time in the past. I can get number of likes that are currently present for a page using facebook API but is there anyway I can get ...
0
votes
1answer
31 views

Google cloud storage install

I need to configure google cloud storage for a google apps account, is it possible ?
1
vote
1answer
73 views

Z3 JAVA-API for solver timeout

How to set solver's timeout for Z3 JAVA API?
0
votes
1answer
67 views

About AWS SES using Java Api

I am new AWS user. I want to use aws SES feature using java api. When i tried to execute sample SES code of EC2 java api then it gives me following exception:- "Status Code: 400, AWS Service: ...
0
votes
0answers
23 views

Accessing printer attributes using Java API

Is there any way to access the printer attributes using Java API? i wrote a simple API program i can able to access the basic printer attributes, such as printer name, color support or not ,Status. ...
0
votes
2answers
100 views

Java import directories

I want to ask smaller question about Java VM and thing about it. If I understand import process correctly, then when I request contents of packages by import keyword in Java, packages are being ...
0
votes
1answer
570 views

java.lang.UnsatisfiedLinkError: Unable to load library 'jpbc-pbc': The specified module could not be found

How can I solve this problem: java.lang.UnsatisfiedLinkError: Unable to load library 'jpbc-pbc': The specified module could not be found. at ...
0
votes
1answer
45 views

smooth() method level parameter

I have been checking some code for a project of mine and saw something interesting in PApplet and PGraphics classes related with smooth() methods Below is the piece of code from PAppplet.java ...
0
votes
1answer
152 views

Java XML files comparison

I'm trying to compare 2 XML files using XMLUnit. I tried with the following code in eclipse, I have placed the xml files to be compared in the local directory. import java.io.FileNotFoundException; ...
0
votes
1answer
258 views

copyFromLocalFile doesn't work in CDH4

I've installed CDH4 on a ubuntu 12 LTS server successfully in the amazon cloud (1 server). I used Cloudera Manager free edition to install the software and had no errors). I have a program that ...
0
votes
0answers
31 views

cruisecontrol java API

Is there a java API for cruise control? I tried to google for APIs if available but could not find any. What I am trying to do: Run a java program on my local machine that connect to my cruise ...
0
votes
1answer
39 views

Java Image Applet

i am new to java programming. i am trying to create a java applet running in HTML page which will chose any image from your computer by browsing through your directories. So far i was able to display ...
1
vote
2answers
66 views

Strange control statement in Collection class

I came across this code in Java API Collection class. Does it work like switch statement ? How is this idiom called ? public static int indexOfSubList(List<?> source, List<?> target) { ...
0
votes
1answer
48 views

Looking for OAUTH open source jar for java

I have published a java REST API using war on tomcat 7, and I am looking for an easy to deploy open source OAUTH code that i can add to my code (preferably by using maven POM) and use it for securing ...
2
votes
3answers
54 views

How to search for classes/interfaces by method name in the Java API?

I'm reading Java Manual. There is an example in the List Interface section: a[i] = a[j].times(a[k]); I'd like to know whose the times method is. How can I find all this method's classes? Google ...
0
votes
0answers
180 views

Google N gram Java API

I have manged to get some big chunk of Google N gram corpus on my machine. Now, I need to work with this data with help of Java API. Although,such an API I couldn't locate on the internet, I wish to ...
1
vote
2answers
176 views

Symmetric difference of two Java arrays

I have two arrays String[] ID1={"19","20","12","13","14"}; String[] ID2={"10","11","12","13","15"}; How can I get following answer while comparing above two arrays. I want to exclude common ...
0
votes
0answers
93 views

Trouble using Shopify JAVA API

I am new to the Shopify Developer community and am trying to use the Shopify Java Adapter. I am facing a difficulty using the Shopify JAVA api. I downloaded the Java Adapter code from the following ...
0
votes
2answers
42 views

I can not react to Math.reverseBytes in Java [closed]

I try to use Math.reverseBytes in Java but giving error : The method reverseBytes() is undefined for the type Math As you know it is static type . Why cant i use it? import java.lang.Integer; ...
2
votes
2answers
153 views

Use of enums in Java API

Could you point me out to a class, from official Java API that has a good use of enums ? I could not find any specific class. Does the Java API incorporates enums in their classes at all?
0
votes
3answers
514 views

how to solve Java heap space Exception for ArrayList Size?

When i run the below program which displays subsets of a given array, where array size is <=19 , it works fine. But if array size >19 it throws Java Heap Space Exception. How to overcome this ...
0
votes
1answer
232 views

Need help in replacing contents of microsoft 2007 (HWPFDocument) document using apache poi

First of all i m feeling its not very easy to use Apache POI API, as like any other java API's because i am confused which are all jar files needed in case of modifying contents of docx for this i am ...
0
votes
1answer
274 views

How to download and istall imageJLibrary in netbeans

I'm new to java and image processing. I want to develop a java application with functionalities like thresholding and hitorgrams related operations. I have considered about 2 image processing ...
0
votes
0answers
83 views

Kerberos: Checking if principal exists in KDC with Java

I need a method to programmatically check if a user (principal) exists in KDC or not. In the kadmin.local interface, one can do this using get_principal command. Is there a way to do this via some ...
0
votes
1answer
201 views

Sphinx Search result gives 0 matches

I have total 720 sphinx index with 1.21 GB size. Here attached all index with one service. it takes 800MB of RAM. I have used sql_attr_str2ordinal for storing string so RAM is reduced and now it takes ...
1
vote
1answer
220 views

storing outlook emails to a disk in .MSG format using Java

I am using Spring JavaMail API to generate automatic emails to the customers.I am using SMTP server to send this emails.As soon as email goes out to the customer the outgoing email should be stored to ...
0
votes
1answer
133 views

Filter Implementation for XMLHTTPRequest/Response Case of Http Response Splitting security Issue

I need to handle the HTTP Response Splitting Issue for a ajax call through the XMLHTTPRequest/Response. I am using a filter for filtering the servlet request and response and have defined inner ...
0
votes
2answers
1k views

using java class in jsp

hi i am new to jsp i have a java file which has a useful code and i want to call that java code in my jsp file .i have tried this by googling.for instance iam using a java file which successfully ...
0
votes
2answers
339 views

send email in java

I am creating an application where I want to send an email to my clients.When i compiled the below code its ok but when i run it gives me error as follows java code: import java.util.*; import ...
0
votes
2answers
170 views

plot the graph using different Excel files

I have some data stored in different Microsoft Excel Worksheet (.xlsx) . Now i want to ploat a graph by using these data (which are in different .xlsx) files. How can i do this ? means which language ...
0
votes
0answers
250 views

Apple pushNotification with Javapns “Invalid certificate chain”

I making web services for apple pushnotification but on pushing the notification Push.alert("notification test", "C:/Temp/myCertificates.p12", "myPassword", false, TokenId); i got error: ...
2
votes
2answers
121 views

Getting a Date and description associated with a file revision - Java API Perforce

I am trying to write a method which takes a file path and a revision number as its arguments and returns the date the revision is associated with. The code I have works (although pretty slowely) ...
0
votes
0answers
71 views

Retreive images from wordpress using redstone java api? [closed]

I'm using Redstone Wordpress java-api. i need to retrieve all the images from Wordpress library and display it in my JSP page. Can anyone plz help me on this? Thanks in advance, Sreeraj
2
votes
4answers
1k views

Any Cloud Print API For ANDROID

Does anyone know if there is a Cloud print API for Android? .To develop our own Cloud print Apk for Android device. Any tutorial or Sample code for this will b helpful
1
vote
1answer
277 views

Will MPXJ Api calculate endDate automatically before writing to .MPX file?

I am using MPXJ Java Api to create,read Microsoft Project Planner files in Java..I found out a specific problem while executing the code..The code executes the file is created ...My question is will ...
0
votes
2answers
638 views

Java API Example for abstract class. unable to understand the concept properly so reposted

I am just trying myself to be comfortable with java api. But I am unable to do it. Not knowing the purpose of when to use abstract class. Consider the java library collections ...
-1
votes
3answers
151 views

C++ tutorial and full API Specification the same as Java has? [closed]

Are there resources for C++ which would be like Java has? Like full tutorial http://docs.oracle.com/javase/tutorial and like full API Specification ...
2
votes
1answer
910 views

Java audio converter api

I am looking for a comprehensive API in Java that can convert audio across various formats and bitrates. For example WAV (6kHz to 48kHz) L16/audio ---TO--- WAV (RIFF header) 8KHz 8-bit mono ...
1
vote
3answers
2k views

Finding SMTP host and port knowing the e-mail address using JAVA API

I made a simple application to send e-mails using Java API and have a question: Is there any way to find out the SMTP host knowing the e-mail address of the one who will login to send an e-mail? And ...
1
vote
3answers
322 views

Linux shell jobs api for Java

Are there any APIs available in Java to query jobs? In other words, I am looking for api for "jobs" command so that I can get to know status of jobs (running, stopped etc). Ideally, I would like to be ...
1
vote
1answer
2k views

Send free sms with java

In my company we need to send some alerts via sms, I used the Nexmo API With java and it works perfect, however our company can't by the service, so I was thinking about if there any free gateway that ...
5
votes
1answer
184 views

Is there an API for Java to calculate code churn?

I'm looking for a Java Library similar to nchurn to be able to get the information about which files in a repository have been changed a lot... I need some information similar to the following so that ...
0
votes
1answer
80 views

Are there any libraries available to be able to calculate the code churn of a project?

I'm trying to use code churn to be able to locate the differences in changes between two versions of a same project and I will be using SVN as my repository and the language is JAVA. I need some code ...

1 2