| View previous topic :: View next topic |
| Author |
Message |
Sean C Guest
|
Posted: Wed May 26, 2004 7:47 am Post subject: Not creating projects properly |
|
|
Hi - anyone had problems with JBuilder X Ent not creating projects
correctly - it creates the <project name>.jbx.local, but not <project
name>.jbx
|
|
| Back to top |
|
 |
Tor Iver Wilhelmsen Guest
|
Posted: Wed May 26, 2004 1:46 pm Post subject: Re: Not creating projects properly |
|
|
"Sean C" <sclarkson (AT) orchid (DOT) com> writes:
| Quote: | Hi - anyone had problems with JBuilder X Ent not creating projects
correctly - it creates the <project name>.jbx.local, but not <project
name>.jbx
|
Try running jbuilder.exe instead of the default jbuilderw.exe to see
if any exceptions are thrown when you try to create projects.
|
|
| Back to top |
|
 |
Sean Guest
|
Posted: Thu May 27, 2004 8:06 am Post subject: Re: Not creating projects properly |
|
|
[email]tor.wilhelmsen (AT) ergo (DOT) no[/email] (Tor Iver Wilhelmsen (TeamB)) wrote:
| Quote: | "Sean C" <sclarkson (AT) orchid (DOT) com> writes:
Hi - anyone had problems with JBuilder X Ent not creating projects
correctly - it creates the <project name>.jbx.local, but not <project
name>.jbx
Try running jbuilder.exe instead of the default jbuilderw.exe to see
if any exceptions are thrown when you try to create projects.
|
Tor,
I tried that - jbuilder.exe brought up the IDE and exactly the same problem. I do get exceptions - as follows;
java.lang.NoSuchFieldError: S_KEY_INDENT_AMOUNT
at com.borland.primetime.util.XmlJaxpUtil.serializeDocument(Unknown
ce)
at com.borland.jbuilder.node.JPXProjectStorage.writeProject(Unknown
ce)
at com.borland.primetime.node.ProjectStorage.getBufferContent(Unknow
urce)
at com.borland.primetime.node.Project.save(Unknown Source)
at com.borland.jbuilder.wizard.newproject.n.e(Unknown Source)
at com.borland.jbuilder.wizard.newproject.ProjectWizard.nodeWizardFi
ed(Unknown Source)
at com.borland.primetime.wizard.NodePropertyWizard.finish(Unknown So
)
at com.borland.jbuilder.wizard.newproject.ProjectWizard.finish(Unkno
ource)
at com.borland.primetime.wizard.WizardDialog.c(Unknown Source)
at com.borland.primetime.wizard.i.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.jav
86)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Ab
ctButton.java:1839)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonM
..java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java
)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicBut
istener.java:245)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:
)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispat
read.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatch
ad.java:151)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatch
ad.java:141)
at java.awt.Dialog$1.run(Dialog.java:540)
at java.awt.Dialog.show(Dialog.java:561)
at com.borland.primetime.ui.DefaultDialog.show(Unknown Source)
at com.borland.primetime.wizard.WizardDialog.show(Unknown Source)
at com.borland.primetime.wizard.WizardAction.invokeWizard(Unknown So
)
at com.borland.primetime.wizard.WizardAction.actionPerformed(Unknown
rce)
at com.borland.jbuilder.wizard.newproject.b.actionPerformed(Unknown
ce)
at com.borland.primetime.actions.s.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.jav
86)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Ab
ctButton.java:1839)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonM
..java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java
)
at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.ja
113)
at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRel
d(BasicMenuItemUI.java:943)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.ja
31)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:
)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispat
read.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatch
ad.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
|
|
| Back to top |
|
 |
Lori M Olson (TeamB) Guest
|
Posted: Thu May 27, 2004 3:37 pm Post subject: Re: Not creating projects properly |
|
|
Sean wrote:
| Quote: | tor.wilhelmsen (AT) ergo (DOT) no (Tor Iver Wilhelmsen (TeamB)) wrote:
"Sean C" <sclarkson (AT) orchid (DOT) com> writes:
Hi - anyone had problems with JBuilder X Ent not creating
projects correctly - it creates the <project name>.jbx.local, but
not <project name>.jbx
Try running jbuilder.exe instead of the default jbuilderw.exe to
see if any exceptions are thrown when you try to create projects.
Tor,
I tried that - jbuilder.exe brought up the IDE and exactly the same
problem. I do get exceptions - as follows;
java.lang.NoSuchFieldError: S_KEY_INDENT_AMOUNT
|
This looks suspiciously like you have changed the JDK that JBuilder is
running on. Have you?
--
Regards,
Lori Olson (TeamB)
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|
| Back to top |
|
 |
|