Tagged Questions
Java is an object-oriented language and runtime environment (JRE). Java programs are platform independent, because they are compiled to bytecode and their execution is handled by a Virtual Machine called the Java VM or JVM.
16
votes
0answers
116 views
+50
matlab - How to get int64 from a Java method returning a long?
According to Matlab documentation, when a Java method returns a long, it is converted to a double before being assigned in Matlab.
Precision has been lost. I am interested in the lower digits of the ...
16
votes
0answers
2k views
HttpURLConnection buffering rather than streaming, despite setting chunked streaming mode?
I am using HttpURLConnection to write files, some of which are quite large, to a server.
final HttpURLConnection conn = (HttpURLConnection) url.openConnection();
A while back I had issues writing ...
10
votes
0answers
526 views
Weird behavior of JSF p:dataTable (first entry wrong in p:columns)
I have on a page two p:dataTable. The left one is mainly used for selection
<p:dataTable id="leftTable" var="item" value="#{bean.items}"
selection="#{bean.item}" ...
9
votes
0answers
396 views
Jetty WebSocketClient over ssl
I've got a WebSocket server running in an embedded jetty (8.1.8.v20121106) and would like to connect to it from another Java application with the jetty WebSocketClient. This is the test method I use:
...
8
votes
0answers
199 views
Committed JDO writes do not apply on local GAE HRD, or possibly reused transaction
I'm using JDO 2.3 on app engine. I was using the Master/Slave datastore for local testing and recently switched over to using the HRD datastore for local testing, and parts of my app are breaking ...
8
votes
0answers
374 views
Use ImageSearchDll.dll in Java ( from AutoIt ) edit: JNA
I want to react on a screen event in my Java Programm so i want to find a Image in my actual screen. I tried to write a method to get a Screenshot from the robot class and then search the pixels - but ...
8
votes
0answers
680 views
CGContextSetBaseCTM invalid context 0x0
I'm currently developing a Java application.
And as I don't own a OSX computer I've enlisted the help of some people from the forum/community this app is for.
But there is this error that occurs when ...
8
votes
0answers
562 views
Jenkins + Play 1.2.4 : problems with cobertura lock files / report
we have a Play 1.2.4 application and we got Jenkins (on Ubuntu) for the application. We're having problems with Cobertura.
After running the tests (succesfully), we get every now and then the ...
8
votes
0answers
1k views
Wrong digest value for xml signatures using Java XML Digital Signature API
I need to send a signed XML file to a government agency in Brazil. The problem is that the digest calculated by my Java code (using the Java XML Digital Signature API is different from the one ...
7
votes
0answers
159 views
Mutually restricting begin and end date-times using p:calendar (no validation)
We have a requirement to present two p:calendar components to the user, representing a start and end date each. Both datetimes have dates, hours and minutes.
PrimeFaces has perfect mindate, maxdate, ...
7
votes
0answers
280 views
how to integrate “WordNet Domains” into WordNet?
I am using WordNet 2.1 tool and accessing it pro-grammatically via JAWS(Java API for WordNet Searching).
Today I came across this new thing called WordNet Domains which has assigned DOMAIN labels to ...
7
votes
0answers
165 views
J2ME Polish Application icon defaulting
I have a problem in a J2ME Polish app, where basically we have 2 icons showing for the app (the menu icon and the in-app icon that shows up top).
If I compile with a single icon and set it in the ...
7
votes
0answers
999 views
How to use Renderer for TableHeader
Even I read and test answers by @kleopatra
How do I correctly use customer renderers to paint specific cells in a JTable?
particular one table header color java swing
about ...
6
votes
0answers
127 views
Strange behaviour of the Hotspot loop condition optimizer
Based on the discussions around an answer to this question, I discovered a really strange behaviour of the Java Hotspot optimizer. The observed behaviour can at least be seen in the Oracle VM ...
6
votes
0answers
383 views
Uploaded filename encoding issue for Japanese and Chinese
I am currently using the jQuery-File-Upload. I may upload some files with a Japanese or Chinese file name, and I can see that the file name is for example, "お疲れ様です.txt" or "测试文档.txt" in browser's ...
6
votes
0answers
131 views
Convert from RSAPrivateCrtKeyParameters / RSAKeyParameters to PEM in J2ME
I'm developing some cryptography on BlackBerry, and we're working with certificates. We use BouncyCastle Lightweight API instead of RIM api to apply the cryptography, but in the lightweight API ...
6
votes
0answers
256 views
Why cascading examples failed to compile?
In shell I type gradle clean jar in the Impatient/part1 directory. The output is following. The error is "class file for org.apache.hadoop.mapred.JobConf not found". Why it failed to compile?
...
6
votes
0answers
210 views
Share contact book from java application with CardDAV
I want to share with my colleagues a contact book, created with and used/managed by our application. We thought to share the contacts with our phones via CardDAV protocol.
Is there any well ...
5
votes
0answers
100 views
Java class constant pool duplicates?
I have decompiled a class with javap and I'm seeing some duplicates in the Constant Pool section, like this:
#19 = Class #350 // java/lang/StringBuilder
... Some other class ...
5
votes
0answers
143 views
Microsoft ISA Server Authentication in Android
I have an application in Android, in which I were reading files from the remote server, code for reading file is given below;
URI uri = null;
try {
uri = new ...
5
votes
0answers
53 views
GWT TypeOracle.getTypes does not return all types
I have a custom generator that generates code only for somes classes in my project. The following code is at the beginning of the generate method, and puts all the classes I will need to work on in ...
5
votes
0answers
1k views
Spring MVC multiple file upload with HTML5 multiple file form feature
I am trying to upload multiple files using spring 3.1.2 with @Controller and @RequestMapping.
Here's what I did and my configuration.
Html5 form :
<form action="addFileSystemImage.foo" ...
5
votes
0answers
195 views
Struts 2, type conversion of Dates in a List, non-default format
I have an action, that action has List of Dates property. The request parameters will come in "yyyy.MM.dd" format.
In have "-coversion.properties" file (I don't want to use global type converter for ...
5
votes
0answers
227 views
Apply Matrix Transformations to BoundingBox
I have a model matrix that I am keeping track of for position of the mesh in my world. With each call to glRotate() and glTranslate() I have a corresponding call to modelMatrix.rotate() and ...
5
votes
0answers
124 views
WCF Java clients and IncludeTimestamp
So recently we exposed a service to a Java client. Our service utilizes transport security along with username/password validation.
When attempting to call our service the client was receiving an ...
5
votes
0answers
199 views
JSF 2.0. Unable to get POST parameters and cookies in preRenderView event handler
I am trying to develop a service.
The point is that my index.xhtml should get parameters (either POST and GET) and cookies from HTTP Request.
I tried combination with <f:metadata> and ...
5
votes
0answers
327 views
FragmentActivity TabHost with Fragment and Activity
I have to implement such diagram-hierarchy in my application.
I have got 5 tabs from TabHost. One of them should be Activity cause of specific behaviour. This only one Activity should have both: ...
5
votes
0answers
443 views
Exception “java.awt.color.CMMException: Invalid image format” thrown when resizing certain images…why?
After obtaining an image from db, when i try to resize it, by passing width using the below code
public static BufferedImage resize(final byte[] pImageData,
final int ...
5
votes
0answers
233 views
How to bind booleans in JTable with JGoodies
I have seven boolean values in a column of a JTable that I want to bind to my bean. How do I bind them? All the JTable binding examples out there focus on binding the table selection, but I only care ...
5
votes
0answers
507 views
Server Sent Events on Play framework using Java
I am completely new Play framework and Scala. I am trying to push some events from the server to the browser using Html5 -server sent events and play framework.
I came across this example in Scala. I ...
5
votes
0answers
353 views
Embedding HSSF(excel) into HSLF(ppt) using apache poi
I want to embed the excel sheet into presentation(PPT) using apache poi. how can we do this? If anyones knows, please help me.
4
votes
0answers
29 views
code analyzer specifically for gwt code?
I have been going through code analyzers like pmd, findbuigs. They cover many cases and seem to be great to use.
But wanted to know if there is any code analyzer specifically for gwt code?
4
votes
0answers
52 views
How to take inceremental backup in lucene?
I want to perform a backup and restore process in my project. I used snapshotdeletionpolicy to take a hot backup of my indexes to another location.
Is it possible to take a incremental backup in ...
4
votes
0answers
116 views
Filling a “power grid” using a breadth-first fill algorithm; I'm stuck
EDIT: I think I may have to implement a BFS in the run() function?
EDIT2: I have updated the code to what I have now. I'm not comfortable with it, but it seems to be adding asterisks to the power ...
4
votes
0answers
145 views
Signed Java applet suddenly has mixed code warning
I have a signed applet on my website that had been working fine for nearly a year. Today, however, it's giving my users a mixed code warning. I found here that certain Apache components, which I ...
4
votes
0answers
33 views
Bluecove Close connection issue
I use Bluecove 2.1.1 and trying to restart bluetooth service, but after closing connection and reopening I can't connect to service, I got "Connection refused" exception. I found this issue on ...
4
votes
0answers
67 views
Wrong JSF 2 ID Chaining
Situation
JavaServer Faces Version: 2.1.6
I got a parent composite component with two nested cc. One of them contains a HtmlPanelGroup, which has a component binding. I use that binding to ...
4
votes
0answers
37 views
WAS 6.1 IBMJCE provider generating wrong sha256withrsa signature
We are generating a digital signature (PKCS7) using Java security API. The digest algorithm is SHA-256 and the encryption algorithm is RSA (SHA256withRSA).
Using SunRsaSign provider in the local ...
4
votes
0answers
86 views
EndContact of ContactListner(Box2d) not called everytime in LibGDX
I am new in box2d and trying to implement it in a LibGDX Game. What I want to do is to detect the collision between the various bodies. So,I made a class collisionDetection and implement ...
4
votes
0answers
260 views
localizing JavaAnpr for local license plates
has anyone dealt with JavaAnpr?
http://javaanpr.sourceforge.net/ this is the link for more information.
while it works well with European license plates it doesn't with my country for example;
...
4
votes
0answers
341 views
transformer.setOutputProperty(OutputKeys.ENCODING, “UTF-8”) is NOT working
I have the following method to write an XMLDom to a stream:
public void writeToOutputStream(Document fDoc, OutputStream out) throws Exception {
fDoc.setXmlStandalone(true);
DOMSource ...
4
votes
0answers
116 views
Get Cell ID and LAC in CDMA BlackBerry devices (OS5 and greater)
I am stuck on how to get CellID and LAC in CDMA BlackBerry devices supporting OS 5 and greater. I have to get Latitude and Longitude without using GPS. So, i have implemented the solution for GPRS ...
4
votes
0answers
120 views
Couchbase bad connectivity (TIMING OUT) in AWS VPC
I am experiencing a connectivity problem which is a bizarre in a private virtual vpc in Amazon environment (AWS). My context is like this i have subnet in in this subnet i have 2 machines a client ...
4
votes
0answers
737 views
Consuming a multipart/form-data via RESTful CXF
I've been working in a webservice that consumes and produces JSON files using Apache CXF in conjuction with Jackson. However, one of the service's methods should be able to save an uploaded image ...
4
votes
0answers
198 views
Restore Expansion/Selection State in JTree with Lazy Loading
I have an application which contains a JTree backed with a DefaultTreeModel that is used to display a hierarchy of files which reflects a section of the file system on my server (I will refer to this ...
4
votes
0answers
383 views
android openCV FeatureDetector
I am trying to write a code that applies SURF object detection, so I took one of the openCV samples ( sample 3 ) and I started updating the onCameraViewStarted() and onCameraFrame() methods but I keep ...
4
votes
0answers
120 views
Implementing idempotency for AWS Spot Instance Requests
I'm using the Java AWS SDK to make EC2 spot instance requests. As opposed to on demand instances, the API for spot requests does not have anything similar to ClientToken and thus does not support ...
4
votes
0answers
154 views
Why is my Cassandra node stuck with MutationStage increasing?
I'm using Cassandra to store pictures. We are currently mass migrating pictures from an old system. Everything works great for a while, but eventually we'd get a TimedOutException when saving which I ...
4
votes
0answers
873 views
Using IExtendedNetworkService to get USSD response in Android
I'm trying to find the way to make USSD requests in Android. I found this - http://commandus.com/blog/?p=58 .
I added all needed files to my project.
USSDDumbExtendedNetworkService.java:
package ...
4
votes
0answers
487 views
Twain device (scanner) control in Java
I want to scan a number of papers through Java. I found the mm's computing twain library.
When I run the example TwainExample.java at the site, I receive this error.
...

