guido-granobles's Profile User Rating: -----

Reputation: 171 Stalwart
Group:
Expert
Active Posts:
616 (0.48 per day)
Joined:
02-December 09
Profile Views:
8,813
Last Active:
User is offline Mar 18 2013 01:31 PM
Currently:
Offline

Previous Fields

Country:
Who Cares
OS Preference:
Windows
Favorite Browser:
FireFox
Favorite Processor:
Intel
Favorite Gaming Platform:
Playstation
Your Car:
Mazda
Dream Kudos:
50
Expert In:
Java

Latest Visitors

Icon   guido-granobles has not set their status

Posts I've Made

  1. In Topic: Caesar Cipher ArrayIndexOutOfBounds Exception

    Posted 18 Mar 2013

    I haven't seen the whole code but you should try this:
    if (temp > (LIMIT - 1)) {
            temp = (temp - LIMIT) - 1;
    }
    
    


    you should sorround the operators with brackets to determine the order of the operations.
  2. In Topic: Tomcat 7.0.32

    Posted 30 Oct 2012

    Ok. It seems that you are working on windows so the CATALINA_HOME should be set as:
    CATALINA_HOME="E:\apache-tomcat-7.0.32"
  3. In Topic: Tomcat 7.0.32

    Posted 30 Oct 2012

    It should be CATALINA_HOME and not CATALINE_HOME.
  4. In Topic: non-static method toString() cannot be referenced from a static contex

    Posted 2 Oct 2012

    The tostring() method should be toString(). Beside that you are using the toString method of the StudentInvoice class like it were a static method. You should use that method with an instance of the
    StudentInvoice class, something like:

    
    //some where in StudentInvoiceList class.
    StudentInvoice  invoice = new StudentInvoice();
    //other stuff with invoice
    
    public String toString(){
     return invoice.toString();
    }
    
    
  5. In Topic: Is there a difference between J2ME and J2SE

    Posted 10 Mar 2012

    There are a lot of differences between J2SE and J2ME. Maybe basic things are the same. I mean like control structures but the API is different and so the presentation (user interface). The logic can be the same but the way you get data from user and the way you deal with the user interface is totally different.

My Information

Member Title:
D.I.C Addict
Age:
37 years old
Birthday:
June 3, 1976
Gender:
Interests:
Programming, Technology, Movies, Music.
Full Name:
Guido Javier Granobles Pizarro
Years Programming:
14
Programming Languages:
C/C++, C#, Java, Visual Foxpro, Xbase, javascript, HTML,Ajax,J2EE.

Contact Information

E-mail:
Private
MSN:
MSN  guido-granobles@hotmail.com
Website URL:
Website URL  http://guido-granobles.blogspot.com
Skype:
Skype  guidojavier
Facebook:
http://www.facebook.com/guidojavier.granoblespizarro

Comments

Page 1 of 1
  1. Photo

    macosxnerd101 Icon

    27 Mar 2011 - 18:53
    Hey Guidojavier! It's been a while since we've seen you. How are things going?
  2. Photo

    macosxnerd101 Icon

    21 Sep 2010 - 18:40
    Looking good in purple. Congrats on the promotion!
  3. Photo

    Java Student Icon

    25 Aug 2010 - 09:55
    is your name from jersey shore?
Page 1 of 1