• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I just want to know whether I can use eclipse to build my JNI functions?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am currently developping applications using Eclipse.
And when I handle some special requests that I cannot solve with java such as to control some harddriver(CDRW,DVDRW and so on),I am going to write some JNI functions.But I don't want to change my IDE,I love Eclipse and dislike VisualStudio.
Is it possible that I entirely use Eclipse+CDT+Cygwin to develop my applications including writing drivers?
I am a new-bie of Cygwin and CDT.Can it call windows' DDK dll or other windows' core funcions?
Thanks in advance!
 
reply
    Bookmark Topic Watch Topic
  • New Topic