nirajj,
Any time you are doing dynamic class loading, reflection is key.
Some things you can do to avoid performance hits, but would make your class more static:
1. Use select case statements, and allow only predefined class types. Ex:
switch (type) {
case typeInt: // code, etc...
MartinF,
Actually, NetBeans DOES have built in self-signing capabilities. This may or may not be what you are looking for, but will certainly get your oracle connection moving along, but perhaps with an annoying security dialog.
Here's how you do it:
1. Open your project.
2. Go to File -->...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.