4,076 reputation
925
bio website
location
age
visits member for 2 years, 6 months
seen 4 hours ago
stats profile views 294

This is blank.


May
13
awarded  Notable Question
Apr
3
awarded  Notable Question
Mar
11
revised Accessing files/directories in webapp folder in Spring
deleted 1 characters in body
Mar
9
awarded  Popular Question
Mar
8
awarded  Notable Question
Mar
8
comment EXE JAR not functioning as expected
@AndrewThompson can JWS create an exe file?
Mar
7
comment EXE JAR not functioning as expected
you have to launch it from command line to see if there is any error. otherwise, there won't be any place to see the error.
Mar
7
comment EXE JAR not functioning as expected
have you set main class? did you try to run it on a machine with no java installed? if not, any error in the console/cmd?
Mar
6
awarded  Nice Answer
Feb
28
comment CPU usage high in android,How to reduce it?
the word "gson" should be enough for googling, i.e. google.com/search?q=gson or code.google.com/p/google-gson
Feb
28
comment Vaadin 7 Refresher addon doesn't work
does it also throw an exception on the server logs? usually blank page should mean something go wrong with an error.
Feb
28
comment CPU usage high in android,How to reduce it?
i used gson for my android app. but for a small json, this should not matter. it could be the convertStreamToString(in) method.
Feb
28
comment Vaadin 7 Refresher addon doesn't work
just to check, have you also updated refresher addon to new version, i.e. 1.2.1.7?
Feb
28
comment CPU usage high in android,How to reduce it?
how big is your returning json data? the only things that can be cpu intensive in your codes are the convertStreamToString(in) method, looping or json.getString which means there is nothing much you can do about it. try different json library might help.
Feb
28
answered RHEL : JDK 7u15 installation error
Feb
25
comment How can I always print 15 non-zero digits in Java?
i am just trying to find exception so that you can prevent possible bugs in your code
Feb
25
comment How can I always print 15 non-zero digits in Java?
there are many fractional values which have zero at its 15th digit, e.g. 1+ 23456789123450/99999999999999
Feb
25
awarded  Caucus
Feb
25
comment How can I always print 15 non-zero digits in Java?
it's impossible to always print 15 non-zero digits of a lots of numbers, e.g. 1 cannot be printed as 15 non-zero digits because the other digits are always zero
Feb
23
awarded  Nice Question