Hi Gokhan, I looked at the problem some more. With the help of a colleague I figured out the problem was actually the version of java in my PATH env variable. TBC was finding a java 1.4.2 version before the 1.6.0_24 version. Once I made sure the 1.6.0_24 version was higher up in the PATH hierarchy it worked fine. That is what the references to java version = 1.4.2 were about.
On Nov 8, 6:00 pm, Gokhan Soydan <[email protected]> wrote: > Dilphat, > > It appears that you got a corrupted (incomplete) download. Could you try > re-downloading TBC? > > Gokhan > > On 11/8/2011 2:20 PM, Dilphat wrote: > > > > > I just downloaded the 64 bit TBC 3.5.2 version, unzipped the zip file, > > and executed the TopBraid Composer executable. The following dump > > results: > > > [c087158@schon ~/tbcme]$ TopBraid\ Composer > > Warning: -XX:PermSize=256m not understood. Ignoring. > > Warning: -XX:MaxPermSize=256m not understood. Ignoring. > > Warning: -Xmx1024M not understood. Ignoring. > > Warning: -Xms640M not understood. Ignoring. > > Warning: -XX:SurvivorRatio=16 not understood. Ignoring. > > Warning: -XX:NewRatio=3 not understood. Ignoring. > > Warning: -jar not understood. Ignoring. > > Exception in thread "main" > > java.lang.NoClassDefFoundError: > > .home.c087158.tbcme.plugins.org.eclipse.equinox.launcher_1.1.0.v20100507.jar > > at gnu.gcj.runtime.FirstThread.run() (/usr/lib64/libgcj.so.5.0.0) > > at _Jv_ThreadRun(java.lang.Thread) (/usr/lib64/libgcj.so.5.0.0) > > at _Jv_RunMain(java.lang.Class, byte const, int, byte const, > > boolean) (/usr/lib64/libgcj.so.5.0.0) > > at __gcj_personality_v0 (/home/c087158/tbcme/java.version=1.4.2) > > at __libc_start_main (/lib64/tls/libc-2.3.4.so) > > at _Jv_RegisterClasses (/home/c087158/tbcme/java.version=1.4.2) > > No fonts found; this probably means that the fontconfig > > library is not correctly configured. You may need to > > edit the fonts.conf configuration file. More information > > about fontconfig can be found in the fontconfig(3) manual > > page and onhttp://fontconfig.org > > > Looks like its not finding the jvm. Sure I'm doing something un-smart. > > Could you give the ignorant a clue please...- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
