Search:

Type: Posts; User: MostinCredible21

Search: Search took 0.11 seconds.

  1. (SpringSource) Web project --> pom.xml --> Dependency --> ojdbc14 --> ERROR MESSAGE

    I am creating a Web project which connects to an oracle database....

    I have placed the following dependency into my pom.xml:

    <dependency>
    <groupId>com.oracle</groupId>...
  2. Replies
    2
    Views
    2,704

    ATM machine

    Hi all,

    I have been given the project of creating an ATM machine (Cash-point) in Java and I no idea where to begin (My basic knowledge of the language is pretty good...I know the 4 OO pillars)....
  3. Replies
    2
    Views
    1,401

    Re: Scanner overriding output stream

    Thanks a lot of that information
  4. Replies
    2
    Views
    1,401

    Scanner overriding output stream

    *DO NOT BE DISCOURAGED TO READ DUE TO LENGTH, IT IS QUICKER TO READ THAN YOU THINK*

    My issue is that I cannot get my output stream to look and work the way I intend.

    I am creating a program for...
  5. Re: Solution for error message: Bad operand for binary operator '-'

    k...starting to get it now, what sort of statements would need to be included in such methods?
    -----------------------------------------------------------------------------------------------

    ...
  6. Re: Solution for error message: Bad operand for binary operator '-'

    Hey Junky

    Thanks for the analogy, I never thought what I was doing was a problem until the analogies you described highlighted the error in my thinking.

    Your quite right when you...
  7. Re: Solution for error message: Bad operand for binary operator '-'

    Hey Norm
    'Binary operator minus only takes numeric primitives....' note taken. My incorrect thinking was that I could define my own data type............ I guess :-s
    Thanks for the questions asked...
  8. Solution for error message: Bad operand for binary operator '-'

    Hi all, I'll try to be as clear as I can...

    I am creating a mini GUI project with a JFrame window that has two buttons added to it labelled 'Credit' and 'Deposit', my intention is to alsoadd two...
Results 1 to 8 of 8