Thursday, May 24, 2012

Problem registering for college classes ?

May 24, 2010 by  
Filed under class registration system

I usually do it online, but the system is not allowing me to. I went to register on campus, but the system wouldn’t let them do it either. It kept logging them out when they put in my student ID. Something must be wrong with my account because I have already been trying for four [...]

Problem while executing java Applet?

March 4, 2010 by  
Filed under class registration system

This is my Program..
The error is “Start:Applet not Initialized” when i run the applet.
import java.io.*;
import javax.swing.*;
import java.applet.*;
import java.applet.Applet;
import java.awt.Graphics;
import java.awt.event.*;
import java.awt.*;
import java.sql.*;
public class RecruiterRegis extends Applet implements ActionListener
{
JTextField txtId,txtName,txtContNo,txtMobNo,txtEmail,txtContPers,txtBase;
JLabel lblId,lblName,lblAdd,lblContNo,lblMobNo,lblEmail,lblContPers,lblBase;
JTextArea txtAdd;
JButton cmdSave,cmdCancel;
GridLayout grid = new GridLayout(9,2);
Connection con=null;
public void init()
{
try
{
Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver”);
con = DriverManager.getConnection(“jdbc:odbc:crssys”);
}
catch(ClassNotFoundException e)
{
System.out.println(e.toString());
System.out.println(“Error Raised 4547″);
}
catch(SQLException e)
{
System.out.println(e.toString());
System.out.println(“Error [...]

Powered by Yahoo! Answers