Sponsored Links
My Products

Posts Tagged ‘Java Application’

linux covering server

mysql computer is already installed in linux and utility also.i poverty to enter my java(core) covering with mysql computer in linux.but i hit ClassNotFoundExcepition in my programe,why plz verify me with solution.my writing is:

import java.sql.* ;

public collection exam
{
public noise vacuum main( String[] args )
{
try
{
Class.forName( “com.mysql.jdbc.Driver” ).newInstance();
try
{
Connection jailbird = DriverManager.getConnection( “jdbc:mysql://localhost/scholar”, “root”, invalid );

try
{
Statement evidence = con.createStatement();

ResultSet rs = statement.executeQuery(”SELECT NAME FROM STUDENT”);

patch ( rs.next() )
{
System.out.println( rs.getString( “NAME” ) );
}

rs.close();
statement.close();
}
grownup (

Read the rest of this entry »

linux covering server

I had organized my possess linux incase and hosted a Java scheme covering using Tomcat server.When I admittance http://linux_box_ip:8080 on my linux incase it entireness well.Then when I proven to admittance this covering by typewriting the http://linux_box_ip:8080 in a scheme covering from a windows xp box, I can’t admittance my scheme application. Can anyone verify me what needs to be organized in visit to admittance my linux incase from windows box? BTW my linux ip come is impulsive and allocated by my ISP/cable consort comcast. Thanks in advance…

Read the rest of this entry »