Board index » jbuilder » compiling JNI C code in JB9
|
Jeff Kesselman
JBuilder Developer |
|
Jeff Kesselman
JBuilder Developer |
compiling JNI C code in JB92004-01-09 05:34:44 AM jbuilder16 Hey Guys, Quick question. I have some C code that I will be calling through JNI. I cant't seem to figure out how to set a C compiler for JB9 to invoke to compile it. Where should I be looking? Thanks Jeff Kesselman Games Technology Group Sun Microsystems |
| Lori M Olson (TeamB)
Java Developer |
2004-01-09 05:57:32 AM
Re:compiling JNI C code in JB9
Jeff Kesselman wrote:
QuoteHey Guys, hack it in to JBuilder. You can download the "Personal" edition of C+BuilderX for free. Don't know how the licensing would apply to you... I also set up an ANT file that can compile and build everything (and it runs on Windows, Solaris, and Linux). If you are interested, reply here, and I can zip up my project(s) and post them to the attachments group for you. -- Regards, Lori Olson (TeamB) ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search www.google.ca/advanced_group_search Other Newsgroup Searches: www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: www.visi.com/~gyles19/fom-serve/cache/1.html |
| Jeff Kesselman
Java Developer |
2004-01-09 10:29:36 AM
Re:compiling JNI C code in JB9
Thanks Lori.
In the past I've used ANT for just such projects but as this is internal development I have the luxury in this case of using the IDE. I was hoping it was at least as functional as ANT :/ "Lori M Olson (TeamB)" < XXXX@XXXXX.COM >wrote in message QuoteJeff Kesselman wrote: {smallsort} |
| Lori M Olson (TeamB)
Java Developer |
2004-01-10 01:31:19 AM
Re:compiling JNI C code in JB9
Jeff Kesselman wrote:
QuoteThanks Lori. After I got everything working in there, I created the ANT file by duplicating the settings from C++BuilderX in ANT tasks. C++BuilderX echoes the command-line for you, so you can see what it's doing. I only created the ANT file because I needed to demonstrate this to some Microsoft Visual Studio C++ developers, and I didn't think they'd appreciate having to install 2 new IDE's just to run some examples. ANT is a pretty easy install on every platform. -- Regards, Lori Olson (TeamB) ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search www.google.ca/advanced_group_search Other Newsgroup Searches: www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: www.visi.com/~gyles19/fom-serve/cache/1.html |
| Michael Truman
Java Developer |
2004-01-10 02:13:15 AM
Re:compiling JNI C code in JB9
Isn't this what external build tasks are for?
Mike "Lori M Olson (TeamB)" < XXXX@XXXXX.COM >wrote in message QuoteJeff Kesselman wrote: |
| Jeff Kesselman
Java Developer |
2004-01-14 03:48:43 AM
Re:compiling JNI C code in JB9
Well I Dl'd C++ builder personal and started playing with it. Its very
nice. But it it ALSO seems to be built on the same Java IDE foundation as JBuilder, so I'm kind of suprised/disappointed they don't integrate together :( This is one trick S1Studio has over JB I guess. "Lori M Olson (TeamB)" < XXXX@XXXXX.COM >wrote in message QuoteJeff Kesselman wrote: |
| Lori M Olson (TeamB)
Java Developer |
2004-01-20 12:28:09 AM
Re:compiling JNI C code in JB9
Jeff Kesselman wrote:
QuoteWell I Dl'd C++ builder personal and started playing with it. Its very won't be free. -- Regards, Lori Olson (TeamB) |
| Gillmer J. Derge (TeamB)
Java Developer |
2004-01-20 12:40:16 AM
Re:compiling JNI C code in JB9
"Lori M Olson (TeamB)" < XXXX@XXXXX.COM >wrote in message
QuoteJeff Kesselman wrote: working toward. I suspect that's the long term goal, and it just hasn't happened yet in this release. The same thing happened with integration of Together with a capital T. In the first few releases it ran as a separate application with a separate Java VM, and there was a little bit of communication back and forth between JBuilder and Together. Now, with JBuilder X, there is true, seamless integration. Good things come to those who wait. :-) -- Gillmer J. Derge (TeamB) |
| Ken Warner
Java Developer |
2004-01-20 02:13:38 AM
Re:compiling JNI C code in JB9
How much longer do I have to wait to get it for free :=)
Gillmer J. Derge (TeamB) wrote: QuoteThe same thing happened with integration of Together with a capital T. |
