need java to c converter


 
Thread Tools Search this Thread
Top Forums Programming need java to c converter
# 1  
Old 09-18-2007
need java to c converter

Hello,

does anyone know a program able to convert Java sourcecode to C or C++
sourcecode ?

Thanks.

Regards...
JAGDISH
# 2  
Old 09-18-2007
Yes, there are a number of source code converters out there. Google the
phrase "Java to C converter" to find.
# 3  
Old 09-21-2007
This may work for individual classes using standard java but when using third party jars or for larger application it will be difficult. You may end up with one very large executable which probably isn't very practical.
# 4  
Old 09-27-2007
Why not to write initially in C/C++?
# 5  
Old 10-09-2007
not really a solution but more of a suggestion. You'd probably have better luck porting your code to C#/J# if that's an option. As previously stated, you'll have problems when it comes to using external libraries although there are a lot of cross platform ones available for the more common external libraries such as log4c and Axis but uncommon or bespoke ones might prove a problem.
# 6  
Old 10-09-2007
Or use IPC or JNI to talk to bits of code that have to be in C/C++.

Or are you saying there is no JVM or runtime for your environment?
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Slideshow with ffmpeg converter

Hi, everyone! I'm on a Debian 9.0 GNU/Linux machine. I'm not a very experienced user, but I do my best to learn. So, I have a bunch of images PNG files. I'm trying to make a slideshow with these using the ffmpeg video converter. I also have an audio WAVE stereo file which I'd like to merge... (0 Replies)
Discussion started by: worov
0 Replies

2. HP-UX

Best text to pdf converter for Hp/UX 11.31

Hi, Can anyone tell me the best converter I can use to convert text to pdf for HP/UX 11.31? Thanks, Linda (0 Replies)
Discussion started by: lnemitz
0 Replies

3. Programming

How can I send data to my C converter?

Hello, I have a directory structure of seismic files that are stored within about 1000 different directories. The directory structure is typically no more than two levels deep, and they are organized by station name and disc name. Each disc name folder contains a text file called 'vdaq.txt' that I... (4 Replies)
Discussion started by: ws6transam
4 Replies

4. Solaris

PCL To PDF Converter

Looking for a Unix command / tool that would convert PCL files into PDF files. I've searched the forum and the web and can't find any. Is it even possible? Cheers. (1 Reply)
Discussion started by: KenLynch
1 Replies

5. Programming

Reading from the parallelport (a/d Converter)

Hi all For my Radio-astronomy project, I`d like to read from the parallel port. Signals are coming from a 8bit analog/digital converter over the parallelport. I`d like to read the signal (endless) and print them out on the screen. I mean in a diagramm, with 2 axis. (Time,sec. and Voltage, V... (1 Reply)
Discussion started by: fab102
1 Replies
Login or Register to Ask a Question