LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 10-22-2003, 11:04 PM   #1
moresun
LQ Newbie
 
Registered: Aug 2003
Location: Austira
Distribution: xubuntu
Posts: 16

Rep: Reputation: 0
JBuilder 9 doesn't startup " *** OpenTool com.borland.jbuilder.JBuilderCore failed "


I had problems to start jbuilder 9 enterprice.

I got alwas the message
# ./jbuilder
Use -verbose for details on OpenTool failures
*** OpenTool com.borland.jbuilder.JBuilderCore failed to initialize




Markus

Last edited by moresun; 10-23-2003 at 12:41 AM.
 
Old 10-23-2003, 01:26 AM   #2
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
so run ./jbuilder -verbose and post what it says.

how did you install jbuilder? as root and installed in /opt or /usr/local? if so from which account are you trying to run it? for every user you want to run jbuilder you have to copy that registration textfile to every user's home directory.

Last edited by megaspaz; 10-23-2003 at 01:29 AM.
 
Old 10-26-2003, 05:24 PM   #3
maniades
LQ Newbie
 
Registered: Oct 2003
Location: Asturies
Distribution: Debian Woody
Posts: 3

Rep: Reputation: 0
I'm having the same error. I have installed it from the root account, and I'm trying to run it from the same account.

The complete error message is:

lucifer:/usr/local/jbuilder9/bin# ./jbuilder -verbose
Scanning manifest from /usr/local/jbuilder9/jdk1.4/lib/tools.jar
Scanning manifest from /usr/local/jbuilder9/lib/activation.jar
Scanning manifest from /usr/local/jbuilder9/lib/ant.jar
Scanning manifest from /usr/local/jbuilder9/lib/beandt.jar
Scanning manifest from /usr/local/jbuilder9/lib/dbswing.jar
Scanning manifest from /usr/local/jbuilder9/lib/dbswingdt.jar
Scanning manifest from /usr/local/jbuilder9/lib/dbtools.jar
Scanning manifest from /usr/local/jbuilder9/lib/dt.jar
Scanning manifest from /usr/local/jbuilder9/lib/dx.jar
Scanning manifest from /usr/local/jbuilder9/lib/EccpressoAll.jar
Scanning manifest from /usr/local/jbuilder9/lib/flexlm.jar
Scanning manifest from /usr/local/jbuilder9/lib/gnuregexp.jar
Scanning manifest from /usr/local/jbuilder9/lib/help.jar
Scanning manifest from /usr/local/jbuilder9/lib/jbcl.jar
Scanning manifest from /usr/local/jbuilder9/lib/jbuilder.jar
Bloqueando inicialización de com.borland.jbuilder.wizard.migration.MigrationTool
Bloqueando inicialización de com.borland.jbuilder.wizard.vcafeproject.ImportProjectWizard
Bloqueando inicialización de com.borland.jbuilder.enterprise.ejb.DeployPropertyGroup
Scanning manifest from /usr/local/jbuilder9/lib/jdbcx.jar
Scanning manifest from /usr/local/jbuilder9/lib/jds.jar
Scanning manifest from /usr/local/jbuilder9/lib/jdsremote.jar
Scanning manifest from /usr/local/jbuilder9/lib/jdsserver.jar
Scanning manifest from /usr/local/jbuilder9/lib/linuxDesktopConfigurator.jar
Scanning manifest from /usr/local/jbuilder9/lib/mail.jar
Scanning manifest from /usr/local/jbuilder9/lib/optional.jar
Scanning manifest from /usr/local/jbuilder9/lib/primetime.jar
Scanning manifest from /usr/local/jbuilder9/lib/sanctuary.jar
Scanning manifest from /usr/local/jbuilder9/lib/unittest.jar
Scanning manifest from /usr/local/jbuilder9/lib/webservices.jar
Bloqueando inicialización de com.borland.jbuilder.webservices.toolkits.weblogic.node.wldu.WlduNodePropertyGroup
Bloqueando inicialización de com.borland.jbuilder.webservices.toolkits.weblogic.build.WeblogicServicegenBuilder
Scanning manifest from /usr/local/jbuilder9/lib/xercesImpl.jar
Scanning manifest from /usr/local/jbuilder9/lib/xmlParserAPIs.jar
OpenTools discovered (1248ms)
--- Initializing OpenTools-Core
OpenTool com.borland.jbuilder.build.BuildCommand (649+3ms)
*** OpenTool com.borland.jbuilder.JBuilderCore no se inicializó
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.borland.primetime.PrimeTime.b(Unknown Source)
at com.borland.primetime.PrimeTime.initializeOpenTools(Unknown Source)
at com.borland.primetime.PrimeTime.initializeOpenTools(Unknown Source)
at com.borland.primetime.PrimeTime.start(Unknown Source)
at com.borland.jbuilder.JBuilder.main(Unknown Source)
Caused by: java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:72)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at java.awt.Toolkit$2.run(Toolkit.java:712)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:703)
at com.borland.primetime.util.Images.getImage(Unknown Source)
at com.borland.primetime.util.Images.getImage(Unknown Source)
at com.borland.primetime.util.Images.getImage(Unknown Source)
at com.borland.jbuilder.info.JBuilderInfo.<clinit>(Unknown Source)
at com.borland.jbuilder.JBuilderCore.initOpenTool(Unknown Source)
... 9 more
OpenTool com.borland.jbuilder.java.JavacValidator (15+10ms)
--- OpenTools-Core initialized (1078ms total)
lucifer:/usr/local/jbuilder9/bin#

Thanks
 
Old 10-26-2003, 05:51 PM   #4
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
did either of you save the reg297.txt file to the user's home directory that you want to be able to use jbuilder? borland sends this reg file to you via email. a copy of this text file has to be in all your users' home directories that you want to be able to run jbuilder. so if you want root to be able to use jbuilder, make a copy of reg297.txt and put in /root. if you want johnny_user to be able to run jbuilder, put a copy of reg297.txt in /home/johnny_user
 
Old 10-26-2003, 06:27 PM   #5
moresun
LQ Newbie
 
Registered: Aug 2003
Location: Austira
Distribution: xubuntu
Posts: 16

Original Poster
Rep: Reputation: 0
My JBuilder is now working,

I had also a version of the SUN j2sdk1.4.2_01 running on my computer.
So I changed the links in .../JBuilder9/bin/jdk.config
The JBuilder worked but I got errors.
The Computer was a new installation so (I know that's no answer) reinstalled my Mandrake without j2sdk1.4.2_01.

I think if you spend some time with the the config files you can fix the problem also without a re-installation, but I had not the time.

Ciao
Markus
 
Old 10-27-2003, 05:45 AM   #6
maniades
LQ Newbie
 
Registered: Oct 2003
Location: Asturies
Distribution: Debian Woody
Posts: 3

Rep: Reputation: 0
Thanks to all.

The problem, was not in the register file. I had already installed before the jsdk from sun, so I had already had some troubles installing, but I solved them. When I installed it, I wanted JBuilder to run using the JSDK that it has by default (the VM it brings), but for some reason, it didn't want to work with it, so I changed some paths in sdk.config file, and it worked.
 
Old 11-01-2003, 02:45 PM   #7
maniades
LQ Newbie
 
Registered: Oct 2003
Location: Asturies
Distribution: Debian Woody
Posts: 3

Rep: Reputation: 0
New problem!!

For some reason, my JBuilder, cant finde java.lang... It says It's not in the boot up Classpath or something (I have the spanish version of JBuilder, so my mesages are in spanish).

The IDE works fine, but it doen't compile or execute the programs...

Any suggestion?
 
Old 11-12-2003, 03:25 PM   #8
ers805
LQ Newbie
 
Registered: Nov 2003
Posts: 1

Rep: Reputation: 0
I had the same exact problem.

Take a look at http://groups.google.de/groups?hl=de...531%40yahoo.de

What I did was install libstdc++2.10-2.96-0.83mdk.i586.rpm (just do a google search) and the problem was solved. Note I first uninstalled JBuilder9 and then reinstalled so you may have to do that.

Hope this helps.
 
Old 11-15-2003, 04:45 PM   #9
Thaith
Member
 
Registered: Oct 2003
Posts: 32

Rep: Reputation: 15
JBuilder can run on LInux?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is any one here using the borland "Kylix c++ IDE"? tx-cary Programming 10 01-18-2006 04:17 AM
JBuilder install cancels - "No message error returned" bpatters Linux - Software 0 04-02-2004 01:57 PM
does failed using urpmi messed up my "Install Software" / "mandrake update" ??? sirpelidor Mandriva 1 11-02-2003 09:00 PM
jbuilder installation seyl Programming 1 07-06-2002 08:02 AM
jbuilder installation seyl Linux - Software 0 07-06-2002 06:32 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 02:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration