- debugger quality
I'll do my best to help reproduce these problems, if those aren't universal,as I feared ;-)ymajoros wrote: I have never tried debugging these kind of applications myself, so I cannot help you here. However, there are NetBeans team members in this list. So if they read your mail, I am sure they...
- debugger quality
These are ejb3 applications.One problem, for example (nb 6): to debug my application client, I have to right-click the project and click "debug". Starting whatever class doesn't work (ok, I think I understand somewhat, but this wasn't so easy to find out). It then asks "Is the server started in...
- Replay why this doesn't work quite well here.
So, debbuging deployed beans works fine?If so, we still have to find out why this doesn't work quite well here.Any other bad or good experiences?Yes. I also have dedugged several applications with NetBeans (versions 5.5,5.5.1 and 6.0). I found it quite annoying that GlassFish is started in normal...
- zipinput/output stream
Dear All,I have a problem over here, in the transfer of file from my client machine to the server machine....I am zipping the file in the client machine and sending to the server machine....In the server machine I am trying to unzip it and write it over there....For contacting my server, ...
- ZipEntry.getSize() always returns -1 when zipped with java.util.zip
Hi,using java.util.zip works just fine when creating ZIP files. It only seems that the attribute "Size" is not set properly when using setSize(...).When I zip the ZipEntry and set the size with setSize(long x), my debugger tells me that the ZipEntry-Object has in fact the desired size set.But ...
- Zip : problem with read method in Zip齨putStream
Hello,I have a probleme when i try to read in my zip file...The file is good and i have completly my data but when i try to read them, for some files it's ok but for others not :(My data are crypted with the AES_ENCRYPT method of mySQL and stored in a binary files...It seem to be an invalid ...