|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
||||
|
||||
|
SQL Question
I have a question about connecting to an SQL database through a Java applet...
I dont have the java.sql.* packages installed on my PC that I write my code, but it is installed on the webserver that I use - is there any way I can upload a .java file to the server and compile it to a .class remotely, without SSH or Telnet? Is there some sort of server-side PHP or Perl program that would compile a .java file into its bytecode? I'm new to Java, and I dont exactly know the routine for installing packages on my computer, so I thought that compiling it remotely would work, but would it just be easier to download the JDBC files to work locally? Any help would be appreciated. Sam |
|
#2
|
||||
|
||||
|
Sorry, but can't you just install J2SDK on your pc? It's really easy!
Then you can work with tools like Netbeans and Tomcat. You can find excellent tutorials here!
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > SQL Question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|