Re: Oracle's jDeveloper

2001-12-13 Thread Oleg Zhurakouksy
Title: Oracle's jDeveloper It's not just Oracle   Any modern tool would give you simmilar error. It all comes down to dirrectory structure that basicaly looks at two things: 1. Document root (html, jsp, etc..) and classpath (java classes, java beans, jar files etc...)   I wo

Oracle's jDeveloper

2001-12-13 Thread Charles Williams
Title: Oracle's jDeveloper For anyone doing Java, jdbc and jsp work in this environment: I'm trying to avoid all the fancy menu choices in jDeveloper and simply write a DBConn.java file and untitled.jsp file. My jsp file says <% DBConn dbcon = new DBConn();