• 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

am stuck in Creating a Simple Program Using Jcreator

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guyz

i am new to Java using j creator. been doing very well but recently i have been have a problem trying to create a program.

i would be greatfull if any of you GURU here can show me the way

Below is my problem..

How do i implement a piece of software that keeps track of modules studied by students at university.
For each module, a module code and titles needs to be recorded, as well as this a list of students taking
that module needs to be recorded. The system should allow modules and students taking a module and
modules registered to a particular student to be displayed
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How is this a JCReator question? Are you wanting to know what kind of project to create? Or are you looking for a general design of the system?
 
Shuaibu Mohammed
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Peter Johnson,

thanks for the reply..


am actually new so i don't know how to start it.
i want to know what kind of project to create.
and also a general design of the system.

Thank You.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

i want to know what kind of project to create.


This is the correct forum for this kind of question. I don't use JCreator, so I will defer to some other Rancher who does.

and also a general design of the system.


This might be better asked in the Java in General forum: https://coderanch.com/forums/f-1/Java-General
That is sort of a guess; your project's description could also qualify it for several other forums. When asking in such forums, do NOT emphasis that you want to know how to create the project in JCreator - the topic might find itself moved here by a moderator.

By the way, I hope that this is not a school project assignment...
reply
    Bookmark Topic Watch Topic
  • New Topic