Serious Java development is new to me, so I've not dealt with the JNI before. Yesterday a co-worker and I were discussing the JNI and the way to pronounce it was in question. Is there a preferred way? In addition to jay-en-eye (j-n-i), I have also heard genie/jeanie. I could easily imagine ginny or jenny.

link|improve this question

7  
JINI (pronounced genie/jeanne) is a very different technology, so I say that pronunciation is wrong (jini.org/wiki/Main_Page) – Rob Di Marco Sep 23 '10 at 15:58
@Rob Di Marco: Thanks. Maybe that's what was being discussed when I heard genie, but I didn't know enough then to know ... – GreenMatt Sep 23 '10 at 16:08
1  
I dream of JNI. – Adamski Sep 23 '10 at 16:25
Do Androids dream of Electric JNI's? – Thorbjørn Ravn Andersen Sep 23 '10 at 16:48
1  
Also, to closers: I don't understand how this isn't on-topic as defined by the FAQ. – Mark Peters Sep 23 '10 at 20:48
show 3 more comments
feedback

closed as off topic by Rob Hruska, random, Matt Ball, Nicol Bolas, animuson Mar 14 at 4:09

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

8 Answers

up vote 20 down vote accepted

I just say the initialism. Jay En Eye.

I haven't heard it called anything else.

link|improve this answer
feedback

I say Gee En Eee. I believe this comes from some of my coworkers, who are French...

link|improve this answer
1  
+1 - This is actually somewhat enlightening. What seems like a straightforward acronym in English sounds completely different in French, but isn't incorrect. – Rob Hruska Sep 23 '10 at 16:09
1  
Germans also like to mispronounce every j saying g (gee), like: Gee-Boss for jboss, for example. But its simply mispronunciation. Every non-english people has its own typical mispronunciations... – chiccodoro Sep 23 '10 at 16:27
2  
@chiccodoro - But it's not necessarily a mispronunciation. The alphabet is pronounced differently among different languages. "X" is a good example. In English it's "ex", in German it's "ix", and in Spanish it's "equis". But none of them are wrong. In Spanish, do they say "Ex Em El" or "Equis Eme Ele"? And is the latter incorrect? :) – Rob Hruska Sep 23 '10 at 16:38
1  
@seanizer French people do horrible things with English acronyms, sometimes even mixing French and English (français + anglais => franglais), which is totally illogic. And all that with a sweet touch of French accent :) – Pascal Thivent Sep 23 '10 at 20:55
1  
@Pascal on the other hand: I took French in a California High School some 20+ years ago, and hearing American kids speak French ain't pretty either :-) – Sean Patrick Floyd Sep 24 '10 at 4:38
show 7 more comments
feedback

JNI is an Initialism not an Acronym.
http://www.merriam-webster.com/dictionary/initialism
http: //www.merriam-webster.com/dictionary/acronym

Pronounce each letter as though it was a word. "Jay" "En" "Eye" in US English.

link|improve this answer
1  
+1 for the initialism vs. acronym point ... I agree with it, but that's a point I don't fight much anymore (and the acronym definition you point to indicates that Webster has stopped that fight too). – GreenMatt Sep 23 '10 at 17:54
feedback

I would call it Jay En Ay (but that would sound extraterrestrial).If you are using this word very often you should make an alias for it, and call it simply: "CHUCK".

link|improve this answer
Would Jay En Ay be the Romanian pronunciation? – GreenMatt Sep 23 '10 at 16:27
Jee nee - more closely to the romanian pronunciation. – Andrei Ciobanu Sep 23 '10 at 17:50
feedback

I personnally use the letters /ʒi/ /ɛn/ /i/ (in english Gee Enn Eee) but I am french so...

link|improve this answer
As I said to wok, thanks for pointing out that this would be pronounced differently in another language. – GreenMatt Sep 23 '10 at 16:29
feedback

I have heard it being called "Jeannie", but I doubt that's official.

So,when talking with colleagues, you can call it anything you like, as long as there is no misunderstanding - but when speaking to a audience, you should better stick to "Jay En Eye".

link|improve this answer
Good point about talking to audiences. – GreenMatt Sep 23 '10 at 16:30
feedback

I've heard and say "Jenny." Might try "Jeanie" to see if anyone notices ;)

link|improve this answer
feedback

As the letters...

By the way, if looking at using JNI, you might also consider seeing if the JNA project might let you do what you want in a simpler manner...

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.