• 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

load jar files created with tbc

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I need to load a tcl script to my project in eclipse.
The problem is that I don't want to load the tcl source code (since I don't want to release it with Eclipse package).
I tried 2 options:
1 - Compile Tcl (using tclPro). However, it seems eclipse doesn't support it
2. Compile Tcl to java (using tjc). From the created jar files, I created a plugin in eclipse, and then I added it to the "required plugins" in my main project.
The question is how can I load/use those jar files?

Any one tried this flow? or have other ideas how to load non-source-code tcl into eclipse-rcp?

Thanks,
Inbar
 
Hey! You're stepping on my hand! Help me tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic