Help in programming

Status
Not open for further replies.

demoninside

In the zone
Hi guys i need help to do programming in debian,

first i m comfortable with all the C & C++ programming in it,
but the main problems r Database & Java,
as i m working on servlets & JSP
so i want to know hw to run servlet on debian system,
i don't know anything about it so be clear what ever u say,

second thing my browsers doesn't support applets so what is the solution for that coz if JRE is in my system then these applets should work but r not working,

third for database connection as I hv used oracle or access(through JDBC:ODBC bridge)
i don't even know hw to make tables here and connection is just seems to be far as sun(so guys help me in this too)

=>>>>>>>>> so pls tell me hw to run servlet on debian system
second is wht should i do to make my applet run
third tell me hw to use SQL & connect it with Java(JDBC)


one more problem is there
as my system with (ASUS P4P800VM MOB)
it detects the sound card right but the sound port wrong
coz there r three connecting port to o/p the debian detects mic port as sound port rather then orignal one,
and still sound configration says no mixer device is present,
and yes o/p is not upto the mark also it's just 1/4 th of orignal
so help needed
pls guys
 

GNUrag

FooBar Guy
demoninside said:
second thing my browsers doesn't support applets so what is the solution for that coz if JRE is in my system then these applets should work but r not working,
Make sure that you have JRE installed which is a complete and that of Sun's only... Go to the JRE's installation directory and find out its plugins directory.... somewhere you'll find a libmozilla.so (or something sounding like that) file... now copy that file into /usr/lib/mozilla/plugins and /usr/lib/mozilla-firefox/plugins to enable java applets in Mozilla and Firefox respectively....

same technique is applicable for enabling Macromedia Flash movies in Mozilla/Firefox....

demoninside said:
one more problem is there
as my system with (ASUS P4P800VM MOB)
it detects the sound card right but the sound port wrong
coz there r three connecting port to o/p the debian detects mic port as sound port rather then orignal one,
and still sound configration says no mixer device is present,
and yes o/p is not upto the mark also it's just 1/4 th of orignal
so help needed pls guys
No idea... do you have ALSA driver installed ?
 
OP
D

demoninside

In the zone
Thanx GNU ur trick worked

Second as u hv asked yes i hv ALSA installed
one more thing i wanna tell u about i hv installed debian with kernel 2.6
now when i run Sndconfig it says that kernel version is not supportive
u must hv kernel version 2.2 or greater

And pls tell me Hw i can make my Servlet & JSP work on debian,
i hv tomcat 4.1 installed but tel me hw to configure

and yes tell me hw to use DB(PostgreSQL) to create tables nd hw to connect them(i know SQL & PLSQL)
 
Status
Not open for further replies.
Top Bottom