kahem42's Profile
Reputation: 0
Apprentice
- Group:
- New Members
- Active Posts:
- 9 (0.03 per day)
- Joined:
- 10-July 12
- Profile Views:
- 64
- Last Active:
Jul 10 2012 09:11 AM- Currently:
- Offline
Previous Fields
- Country:
- GB
- OS Preference:
- Windows
- Favorite Browser:
- Chrome
- Favorite Processor:
- Intel
- Favorite Gaming Platform:
- XBox
- Your Car:
- Who Cares
- Dream Kudos:
- 0
Latest Visitors
-
Sona Sunil 
10 Jul 2012 - 07:40
Posts I've Made
-
In Topic: Compiler errors
Posted 10 Jul 2012
can you only have one operation? -
In Topic: Compiler errors
Posted 10 Jul 2012
1) i cant write java or c++ i can simply edit something of them and change things around i downloaded a source code and began to edit when it came to compiling i found errors in files i didn't change im not planing on making any money from this just to gain experience -
In Topic: Compiler errors
Posted 10 Jul 2012
Its not Homework or anything its just a Time killer -
In Topic: Compiler errors
Posted 10 Jul 2012
jon.kiparsky, on 10 July 2012 - 07:12 AM, said:A try block needs a catch block following it, to catch whatever exceptions are thrown by the dangerous operations in that block.
As a matter of programming hygiene, a try block should be only as long as needed to catch one particular dangerous operation, and not longer. This allows you to write code specific to the trouble you anticipate. What exceptions are you expecting in that block of code? Where are they thrown?
itspublic final void run() {while (!CoresManager.shutdown) {long currentTime = Utils.currentTimeMillis(); try {} // long debug = Utils.currentTimeMillis(); WorldTasksManager.processTasks(); // System.out.print("TASKS: "+(Utils.currentTimeMillis()-debug)); // debug = Utils.currentTimeMillis(); for (Player player : World.getPlayers()) { if (player == null || !player.hasStarted() || player.hasFinished()) continue; if (currentTime - player.getPacketsDecoderPing() > Settings.MAX_PACKETS_DECODER_PING_DELAY && player.getSession().getChannel().isOpen()) player.getSession().getChannel().close(); player.processEntity(); } -
In Topic: Compiler errors
Posted 10 Jul 2012
src\com\rs\cores\WorldThread.java:20: error: 'try' without 'catch', 'finally' or
resource declarations
try {}
^
any help with this one?
My Information
- Member Title:
- New D.I.C Head
- Age:
- 17 years old
- Birthday:
- October 8, 1995
- Gender:
-
- Location:
- Stoke on trent england
- Interests:
- Gaming movies girls ;)
- Full Name:
- jake oakes
- Years Programming:
- 1
- Programming Languages:
- java c++
Contact Information
- E-mail:
- Click here to e-mail me
- MSN:
-
oakesjake@msn.com
- Facebook:
- http://www.facebook.com/jake.oakes.923
Friends
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
kahem42 has no profile comments yet. Why not say hello?