Results 1 to 6 of 6
Thread: use classes from another project
- 01-08-2013, 10:36 AM #1
Member
- Join Date
- Aug 2011
- Posts
- 60
- Rep Power
- 0
- 01-08-2013, 10:54 AM #2
Member
- Join Date
- Jan 2013
- Location
- INDIA
- Posts
- 18
- Rep Power
- 0
Re: use classes from another project
you can import old project in current project.
Right Click your Project -> Libraries -> Processor -> Add Project
Best Luck.
- 01-08-2013, 11:49 AM #3
Re: use classes from another project
Moved from New to Java
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 01-08-2013, 12:30 PM #4
Member
- Join Date
- Aug 2011
- Posts
- 60
- Rep Power
- 0
Re: use classes from another project
i made this
when i use classes and methods, there is no error, but in run, i have a lot
for example i write this code:
where FrameNewRequirement is a class in the project imortedJava Code:FrameNewRequirement newReq=new FrameNewRequirement("jamel"); System.out.println("xxxxx"+newReq.getcBox_actor().getSelectedItem());
i have this error
"Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: REQUIREMENT.FrameNewRequirement.getcBox_actor()Lja vax/swing/JComboBox;"
- 01-08-2013, 01:27 PM #5
Member
- Join Date
- Aug 2011
- Posts
- 60
- Rep Power
- 0
Re: use classes from another project
sometimes i have this error
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: REQUIREMENT/FrameNewRequirement
- 01-11-2013, 04:34 PM #6
Member
- Join Date
- Jan 2013
- Location
- INDIA
- Posts
- 18
- Rep Power
- 0
Similar Threads
-
New to NetBeans - project with multiple classes
By Humphrey Bogart in forum NetBeansReplies: 2Last Post: 11-08-2012, 12:43 AM -
Help with 2 classes on this project plzzz
By stan989 in forum New To JavaReplies: 28Last Post: 12-08-2011, 07:27 PM -
Java project with multiple classes
By trakke in forum New To JavaReplies: 1Last Post: 04-28-2011, 08:16 PM -
How do you decide what classes to make in a project?
By coopc in forum New To JavaReplies: 23Last Post: 04-18-2011, 06:54 PM -
Classes in Project not appearing in Intellisense
By donvr in forum EclipseReplies: 5Last Post: 12-05-2009, 10:45 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks