| Thread | Last Post | Replies |
|
| Error Logs | 21 Aug 2004 20:00 GMT | 1 |
I keep getting these error logs on my computer. I am not sure what is causing them or even what program is causing them. I have an HP computer running Windows XP. Can anyone tell me what this means? an unexpected exception has been detected in native code outside the VM.
|
| Can you have two version of the runtime on the same machine | 21 Aug 2004 18:34 GMT | 4 |
I am not a java person but I would think there would be some way to accomplish this. My company is having problems with two different java apps that run in the browser, they require different version of the runtime. Can I install both versions of the runtime on a single machine ...
|
| Java hangs at running a second app | 21 Aug 2004 16:22 GMT | 3 |
I'm having a hard time with running Java apps. The first Java GUI app I start is working, but any second one I start hangs at: [Loaded sun.awt.windows.Win32SurfaceData from
|
| How to Use Progress Bars | 21 Aug 2004 14:25 GMT | 1 |
http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html In my continuing education, I am trying to get the progress bar sample from java.sun.com running. I have download the three files: ProgressBarDemo.java
|
| Javascript WebPage Doesn't Work on Laptop, Works on Other Machines | 21 Aug 2004 03:49 GMT | 5 |
Note: I did post this at comp.lang.javascript. I posted it both using Google and Outlook Expresss--last night. As of today, neither had shown up on the newsgroup, I wonder if something's wrong with it. That's why I'm posting here. Going ahead:
|
| Database, Pooling, Connection Err/Exc's. | 20 Aug 2004 18:04 GMT | 1 |
I've set up a Database Connection pooling system, for a website and can run a page, beans, sql just fine - but the next day I get Null.P.E (NPE) and it looks like my Connections are no longer valid. ( my JSP pages are down )
|
| Formatting a number, adding decimal places | 20 Aug 2004 16:17 GMT | 8 |
Can someone help me out on formatting a number and getting the decimal in the right place? 1) I have the number 8883. 2) I would like to format the number so it shows up as 88.33.
|
| Problem using JSP/Taglibs with TomCat | 20 Aug 2004 16:05 GMT | 1 |
I am trying to make a simple HelloWorld taglib. I am using Tomcat 5.0.27 and Ant 1.6.1 to compile the project. The compilation goes fine, and I have created my web.xml and
|
| help please... | 20 Aug 2004 14:46 GMT | 2 |
I need an explanation how to rotate 2d figures in Java.
|
| Installing Tomcat on Windows 95 | 20 Aug 2004 13:30 GMT | 2 |
I'm having a hard time installing Jakarta Tomcat on to Windows 95. Can anyone comment on whether or not this is possible, and if so, which Tomcat version I should use? Thanks!
|
| Converting BigInteger back to text file | 20 Aug 2004 12:27 GMT | 1 |
I am doing some Encryption type studies and have encrypted then decrypted ok( I think). I am struggling to get what was initially a simple text file converted to byte then BigInteger, back to the same presentable text. Can someone advise a process from BigInteger to a file save ...
|
| newbie array question. | 20 Aug 2004 10:20 GMT | 3 |
Hey everyone, im currently in the proccess of learning Java and have a question about arrays. after creating an array say with 6 slots (with a line like int[] houses = new int[6];). Is it possible to add or remove slots or do I need to create
|
| URL rewriting on tomcat | 19 Aug 2004 23:20 GMT | 3 |
Does anybody know if you can do this on a tomcat web server without having to rely on a separate apache server cant seem to find how to do this on tomcat home page. url1
|
| Opening a new web page from inside an applet | 19 Aug 2004 17:39 GMT | 7 |
I am exploring Java applets in browsers. Now I have an applet running in the virtual machine, with buttons and the like. When I push a button on the applet,
|
| sort array of objects? | 19 Aug 2004 16:25 GMT | 7 |
I have an array of objects of a class of my own, which I would like to see sorted, according to their toString() function. I tried using the sort(Object[] a) function in Arrays like this: Arrays.sort(myArrayOfObjects)
|