| | |
Shared class in java.
Thread Solved |
•
•
Join Date: Jun 2008
Posts: 46
Reputation:
Solved Threads: 1
I have many projects in a software. Although some files and classes are shared within these projects, there are classes used by most of these projects. How do i creat classes that can be shaed among different projects . Is there anything in java that can function the same as 'modules' in vb.net?
Thanks a lot.
Thanks a lot.
Create a seperate Project with some classes and then you can import these classes like you import any other class:
The only difference is that you will be importing your classes with their packages.
You can take the .class files (in their folder/package) or create a jar file with the classes. Then add that to the classpath of the project you want them to be used.
Java Syntax (Toggle Plain Text)
import java.util.*
The only difference is that you will be importing your classes with their packages.
You can take the .class files (in their folder/package) or create a jar file with the classes. Then add that to the classpath of the project you want them to be used.
I murdered thousands for the Emperor and he gave me nothing except his damning silence. Now his lapdogs yap for every life I take, while the gods promise me the galaxy.
- Svane Vulfbad -
- Svane Vulfbad -
![]() |
Similar Threads
- java assignment problem- need pro helps. (Java)
- Need help with Array sorting using Java Servlet (Java)
- Why there is no "local static variable" in JAVA is any alternate available for that (Java)
- Java script errors with IE & Mozilla (Web Browsers)
- java database connectivityl (Java)
- IE shuts down and leaves message on desktop (Viruses, Spyware and other Nasties)
- Hijackthis report, I just don't know (Viruses, Spyware and other Nasties)
- 62.214.197.166 wants to send email through java (Viruses, Spyware and other Nasties)
- JAVA OPENSTR.A & Trojan.ByteVerify (Viruses, Spyware and other Nasties)
Other Threads in the Java Forum
- Previous Thread: Java Help
- Next Thread: hey everybody,m an it student from india,n I'm in great trouble.Pls help!
Views: 540 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for Java
access actionlistener android applet application arguments array arrays binary bluetooth c# chat class classes client code combobox compile compiler component convert converter data database db desktop eclipse error event exception fast file fractal givemetehcodez graphics gui helpwithhomework homeworkassignment html ide image input j2me java javafx jframe jmf jni jpanel jtextfield lazy linked linked-list list loop main method methods mobile netbeans newbie number object objects oracle os pattern phone pixel print printing problem program programming read recursion remote remove robot scanner screen server set socket software sort sql string swing system test text thread time transfer translate tree user web windows






