Java is a programming language and runtime environment which allows programs to run unchanged on most platforms. Java was originally developed by James Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java ...

learn more… | top users | synonyms (5) | java jobs

24
votes
0answers
678 views

Juddi publish and find service

I have successfully set up an Apache Juddi v3 installation (tomcat version) on my computer. What I want now is to publish a service whose WSDL is found at ...
9
votes
0answers
261 views

Java native launcher performance

I have a program written in Java and a native launcher written in C++, based on a sample at http://www.codeproject.com/Articles/17352/JVM-Launcher. A strange thing is that running my program with my ...
9
votes
0answers
410 views

Skype4Java via Scala on Mac OS

I'm running Mac OS 10.6, Java 1.6_17, Scala 2.8.1 final. I'm attempting to make a simple Skype call using Skype4Java by doing the following: $>export JAVA_OPTS=-d32 $>scala -classpath ...
7
votes
0answers
120 views

Ebean looks for wrong sequence name in Play Framework 2

I have an id: @Column(name = "device") @GeneratedValue(strategy = GenerationType.AUTO, generator = "device_gen") @SequenceGenerator(name = "device_gen", sequenceName = "device_id") @Id public Integer ...
7
votes
0answers
162 views

java will intermittently not resolve symlinks on Linux

I'm trying to resolve canonical paths for all the files in a folder tree, but for some reason it will not resolve them (and intermittently the JVM security code will resolve the symlink properly ...
6
votes
0answers
111 views

Accessing Ms CryptoAPI with java ( sunmscapi alternative)

I was trying to make good use of the MS cryptoapi, and stumped into a great mischief... the SunMSCapi provider only, hmm, provides, per lack of better word, at least for signature, the following ...
6
votes
0answers
492 views

TLSv1 handshake failure

(Disclaimer: I am by no stretch of the imagination a security expert nor a windows expert for that matter) Setup: server on our end: java 1.6 (already added bouncycastle to the security file) on ...
6
votes
0answers
795 views

ActiveX in Java - Can't QI object for IDispatch

I am having an exception like this: Exception in thread "main" com.jacob.com.ComFailException: Can't QI object for IDispatch at com.jacob.com.Dispatch.createInstanceNative(Native Method) at ...
6
votes
0answers
266 views

.NET equivalent or alternative to Java's GlyphVector?

I'm in the process of porting a Java program to .NET using IKVM. Unfortunately IKVM's Graphics2D implementation throws a NotImplementedException in drawGlyphVector, i.e. it needs to be "fleshed out" ...
5
votes
0answers
92 views

How can I use BitmapRegionDecoder code in android 2.2.2 (Froyo)?

I was reading an answer to a different question on SO, in which @RomainGuy commented that one could (please correct me if I'm paraphrasing incorrectly) back-port code from later versions of android to ...
5
votes
0answers
156 views

Accessing fields from a proxied object

I've run into an interesting problem while developing an ORM framework for Android. I'm using a library called dexmaker for bytecode manipulation, which enables me to create proxies for persistent ...
5
votes
0answers
792 views

Jetty, preflight and ajax

Having a Jetty server set up programmatically which I try to access via ajax and xmlHttpRequest. Without authorization, the call works fine but with, I get 401 Unauthorized. Any suggestions. ...
4
votes
0answers
65 views

JNI_CreateJavaVM() fails every other time I run my applicaton (exactly)

I have a Windows MFC application that: (1) Loads the JVM (JNI_CreateJavaVM()) (2) Attaches the main thread to the JVM (AttachCurrentThread()) (3) Loads some Java classes and methods (FindClass() ...
4
votes
0answers
58 views

Problems Shortcut JNLP

I have a problem with JNLP. When a computer has two Java versions installed, 64 and 32 bits. The computer executes the version 32 bits by default. And the shortcut is ...
4
votes
0answers
147 views

Trouble interpolating RSA signatures between Python and Java/Scala

I'm writing a client in Python2 with the python-crypto API to digitally sign an XML file and I have a service written in Scala that is suppose to verify the signature. My Python code looks something ...

1 2 3 4 5 2495
15 30 50 per page