• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

please help me

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.1000projects.com/new/java/major/44.html

i downloaded (http://www.1000projects.com/new/java/major/44.html) CoursesRegistration code from website
1. i want to execute it, i don't know how to
2. i want to install it in my computer, how to make installer
3.after the installation, i want to enter data and search the entered date ,it should save in database , is i have to install oracle or database ?
4.please help me please i don't know
 
Ranch Hand
Posts: 378
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Install the jdk or java runtime. verify that you can run java through the command prompt, by typing java.

extract the zip file to a folder. change to that directory through the command prompt.

run like so..

java CoursesRegistration (Because this is the class with the main method in it)


Also it looks like you would benefit a lot by going through some basic java tutorials like this.
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JR:
1. If your father is rich person and your doing graduation just for the sake of some degree/certificates, then in your "ready-made" project, you'll find the "ReadMe.txt" or "Insatll.txt" file describing the steps to execute the project.

2. If you want to make a career in software especially in Java - then learn it.
No matter how much days it will take to build the same project from scratch, but the thing is, you gotta study hard.

Also, some links for you:
http://faq.javaranch.com/java/NamingPolicy
http://faq.javaranch.com/java/DoYourOwnHomework
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"student stu", Welcome to the ranch !
Can you check your Private Messages for an important administrative matter. As Sagar pointed out, there are a couple of important things you may not be aware of yet.
 
Gamini Sirisena
Ranch Hand
Posts: 378
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nope, I didn't see a Readme or install in the contents.. bad show..
 
Sagar Rohankar
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Gamini Sirisena wrote:Nope, I didn't see a Readme or install in the contents.. bad show..


What are you saying
There is NO install/setup instruction with the project and they expect the real Java knowledge user/student gonna download this project and use it. NO, We must complaint. There is already so much thing one have in college like class bunking, beer and now this stuff called as Final year project.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go to http://java.sun.com/javase/downloads/index.jsp
Download JDK 6 Update 16
Follow the installation instructions

If you don't know how to compile and run a simple Java program, then check out Sun's Java Tutorials.

Please don't forget to check the private message that Christophe sent you. Also, please use a meaningful subject line instead of "please help me" when you post a question.
 
reply
    Bookmark Topic Watch Topic
  • New Topic