• 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

How to create a JAR along with oracle thin

 
Ranch Hand
Posts: 268
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
I have created an application and packed all the class files in a JAR archive now i directly can execute that jar as those thin drivers archive is missing which comes along with oracle (odbc14). Can i include the whole archive in my jar or shall i unpack and place the class files in my jar. Some one please suggest. If so, how shall i include the whole driver archive in my jar.


Thanks and Regards
alexander
 
adeeb alexander
Ranch Hand
Posts: 268
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
I have created an application and packed all the class files in a JAR archive now i directly cant execute that jar, as the oracle drivers archive is missing which comes along with oracle (odbc14). Can i include the whole archive in my jar if so how? or shall i unpack and place the class files in my jar. Some one please suggest me.

Thanks and Regards
alexander
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nothing to do with UI. Moving
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Search the forums. This question crops up quite a few times.
 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even if you include the jar, it won't solve your issue.
Whatever jars are needed by your app should be accessible when you try to run it.

I was also stuck at this and Maneesh had pointed this to me
See this

Jhakda
 
reply
    Bookmark Topic Watch Topic
  • New Topic