guido-granobles's Profile
Reputation: 171
Stalwart
- Group:
- Expert
- Active Posts:
- 616 (0.48 per day)
- Joined:
- 02-December 09
- Profile Views:
- 8,813
- Last Active:
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
Posts I've Made
-
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. -
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" -
In Topic: Tomcat 7.0.32
Posted 30 Oct 2012
It should be CATALINA_HOME and not CATALINE_HOME. -
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(); } -
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:
-
guido-granobles@hotmail.com
- Website URL:
-
http://guido-granobles.blogspot.com
- Skype:
-
guidojavier
- Facebook:
- http://www.facebook.com/guidojavier.granoblespizarro
Friends
|
|


Find Topics
Find Posts
View Reputation Given

|
Comments
macosxnerd101
27 Mar 2011 - 18:53macosxnerd101
21 Sep 2010 - 18:40Java Student
25 Aug 2010 - 09:55