1

Anyone knows what is the source language used for Oracle TimesTen? Is it C++ or Java? Cannot find the answer for that anywhere.

donjenya
  • 11
  • 2
  • It's pretty easy: if the binaries are stored in `.jar` files it's Java. Otherwise it's something different (might be C++) –  Aug 02 '12 at 11:20
  • 2
    Out of interest, why do you need to know? – Ollie Aug 02 '12 at 12:49

2 Answers2

0

Looks like Timesten binaries writen in plain C

vromanov
  • 881
  • 6
  • 11
0

The Oracle TimesTen binaries are mostly written in ANSI C with a little bit of C++.

TimesTen runs on Linux, Windows, Solaris/Sparc, Solaris/x86, AIX and HP-UX.