• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

IDEA 4.0 package com.intelliJ.uiDesigner does not exist

 
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I debug my simple GUI project or run an ant build (with GUI output set to .java file instead of binary)
I get errors that package com.intelliJ.uiDesigner does not exist. I have fiddled with the project classpath to no avail.
Any hints?
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have any experience with IDEA's GUI Builder but my guess is that you need to include the forms_rt.jar in your ANT scripts build classpath. It can be found at IDEA_HOME\lib\forms_rt.jar.
Hopefully, somebody else that has actually used the GUI Builder will chime in with their thoughts...
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Chris Mathews:
I don't have any experience with IDEA's GUI Builder but my guess is that you need to include the forms_rt.jar in your ANT scripts build classpath. It can be found at IDEA_HOME\lib\forms_rt.jar.
Hopefully, somebody else that has actually used the GUI Builder will chime in with their thoughts...


Yes, this is correct.
 
Tim McGuire
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks!,
Everyone was a lot happier after I put that forms_rt.jar in my project path AND my ant build path.
Did I miss something in the GUI builder tutorial? I can't find any mention of forms_rt. If you point me to how you knew this, I bet I'll find a bunch of other stuff there that I should know.
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tim McGuire:
Did I miss something in the GUI builder tutorial? I can't find any mention of forms_rt. If you point me to how you knew this, I bet I'll find a bunch of other stuff there that I should know.


I just looked through the contents of the jars in IDEA_HOME/lib and made the logical guess based on the jar name and content that forms_rt.jar was the one you wanted.
[ March 08, 2004: Message edited by: Chris Mathews ]
 
Message for you sir! I think it is a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic