Tagged Questions

5
votes
3answers
320 views

Invoking C++ code from Java (GCJ)

I'm trying to invoke C++ from Java using GCJ using the CNI, so far I'm able to invoke Java code from C++. How can I invoke C++ from Java using the CNI?
4
votes
1answer
52 views

How to call a Java programme from .Net?

I have a little java programme, that responsible for sending message via mobile phone, and which is a native programme on the PC. But we won't convert it to .net, but it can be execute via dos cmd ...
4
votes
3answers
321 views

Interacting with java code from C#

We've written a Java program which we are looking to use and interact with from C#. What are our options? Optimally it would be possible to compile the Java application as a library (.DLL) that we ...
2
votes
4answers
590 views

Allowing a method to lock its parent Object in Java

Is there a way in Java to get a method to lock (mutex) the object which it is in? I know this sounds confusing but basically I wan't an equivelent to this snippet of C# but in Java. lock(this) { ...
1
vote
3answers
414 views

XML Based Validation Frameworks Cross Language

I'm about to embark on a new project within which we require the ability to re-use validations based on (preferably XML) on both the client and server. We would setup a service to provide the XML ...
0
votes
1answer
75 views

Python Java Cross communication Servers

+-------------------+ +-------------------+ | Wowza | | Django | |-------------------| |-------------------| ...