| Thread | Last Post | Replies |
|
| executing my application outside the IDE does not work | 26 Mar 2008 18:00 GMT | 5 |
I have application code that runs fine when executed from inside Eclipse IDE. However when I make a jar "myApp.jar" out of it then the jar does not run. If I however remove a certain object of a certain class C from my
|
| need reviews on certain tutorials.. | 26 Mar 2008 13:45 GMT | 4 |
I think this thread can also provide some insight to beginners. I came across a very good website that lists many tutorials on java - http://freecomputerbooks.com/ Look into computer languages >> Java>>Core java
|
| Problem in executing servlets on tomcat 5.5 | 26 Mar 2008 13:40 GMT | 4 |
I'm developing a web application using tomcat 5.5. I can execute Jsp pages in my application, but when I try to execute servlets I simply cant execute them the error shown is: Requested resource is not available.
|
| executing a jsp from a java application | 26 Mar 2008 13:39 GMT | 1 |
I have a jsp that checks which clients that are connected. This works well! When I from a browser loads the jsp page, information about how many clients is connected is presented in the browser and also appended to a logfile on the Windows 2003 server machine.
|
| Tips: What is the magic Serializable interface does in Java? | 26 Mar 2008 13:38 GMT | 12 |
Most of you might know that serialization is required when you want to do some I/O operation. Why not all objects are by default Serializable? Read the below page to understand the design consideration behind the
|
| how can i optimize the given below code | 26 Mar 2008 13:26 GMT | 19 |
String value=""; if(value.length() == 0) { char data[]=new char[count]; for(int c=0;c<count;c++){
|
| Frame tearing in applet | 26 Mar 2008 12:35 GMT | 9 |
I'm writing a videogame emulator in Java, that'll run in a applet. The process I use to draw the image in the applet is the following: 1. The emulator process its data. During this processing, the video card is drawing to the "TV set", which means the emulator is drawing
|
| Java Web Start Icons, please register your preference. | 26 Mar 2008 12:10 GMT | 18 |
I commissioned a Java Web Start icon for public use from Ahasoft.com, e.g. to mark JNLP files in listings, to mark JNLP links, to decorate esssys about Java Web start. The artist has given me three designs to choose from:
|
| UnKnow Source... | 26 Mar 2008 05:01 GMT | 7 |
When I ran a web application, JVM spit out a message below... But, I don't know the exact problem... I thought that the line, " at com.wm.jdf.portfolio.PortfolioAnalysis.getPortfolioYieldRisk(Unknown
|
| IT Shop Center | 26 Mar 2008 02:49 GMT | 1 |
Hi friends. if you wanna looking the latest mobile phone..original software...laptop and accessories... you can search at here.. it will give the best price for you.
|
| file.getAbsoluteFile() | 26 Mar 2008 02:47 GMT | 5 |
Hi .. im working under SOLARIS, and i have this problem,.... when i write file = new File("/sgcv10/test","testing.xml"); and then i do file.getAbsoluteFile(); -> this shous me /usr/bin/ /sgcv10/test/
|
| tips and tutorials | 26 Mar 2008 02:45 GMT | 1 |
http://languages-languages.blogspot.com
|
| discount,Air Max, 2003 ,shoes ( paypal accept ) ( www.world-wholesaler.com ) | 25 Mar 2008 22:35 GMT | 2 |
discount,nike,sneakers, ( paypal accept ) ( www.world-wholesaler.com ) discount,nike,sneakers, ( paypal accept ) ( www.world-wholesaler.com )
|
| How to devide Integer value | 25 Mar 2008 20:20 GMT | 4 |
Helo, I need to divide Integer value by 2. Is it only one method to create new Integer? Looks cumbersome. Integer i = new Integer(10);
|
| Action vs Controller | 25 Mar 2008 18:49 GMT | 2 |
This is a question on architecture. In java we have two options on how to implement event handling mechanism. * First is to subclass AbstractAction, define all action handling
|