I am not sure the best way to describe what I want to do here, but I will attempt to.
I have a .zip file I want to extract, I have wrote the code to do this and it is working, but I want to "manipulate" the path when writing them to disk.
If I used IZArc to extract this .zip file, it is doing...
I was wondering if somebody can/could give me an example of code that would convert a text file to a tiff image?
I have created a text file and I need to convert it to a tiff file.
Any ideas?
I have a java project with a Menu.java that has the main method in it. If you try to run the project I get an error saying:
Could not find the main class: com.tms.client.lib.Menu. Program will exit.
If you click OK, you get the message in the console window:
Exception in thread "main".
Since...
Hello,
I have a production database that has multiple filegroups and I want to make a backup of this, and restore it to a different server for our development database. I am able to do this, but I want to merge all filegroups into the primary filegroup.
I have done a regular restore, then used...
I am not sure I can explain this, so I will try my best.
I have 3 tables, orders, movements and movement_order,
movement_order ties an order to multiple movements. Let's call one movement loaded and one empty.
movement_order fields:
id, order_id, movement_id
1, 100, 200
2, 100, 201
3, 101...
Hello,
I was looking for advice, I have googled this topic for the last week, finding a lot of information, but not exactly what I was looking for.
We are getting ready to upgrade our TMS software and I am looking for advice on how to allocate different RAIDS/disks for MSSQL.
This is what I...
I am trying to learn GUI and Database programming by creating a small application (or should I say attempting to create one).
I have a screen built and I have my database connection working. As a matter of fact, I was able to add a "Search" button that would search the database, but it was very...
Hello,
I am working with the google maps API, running routes, which I have working just fine. What we are trying to do now is plot fuel stops along that route.
I am able to get fuel stops that are within the bounds (rectangle) that googles api provides, but when it comes to plotting only fuel...
I am sure there are a lot of ways to accomplish this, but I would like to setup or start building an application with Java at home. Possibly using JBoss as the application server. (Our application at work uses JBoss and I would like to know more about it and how it works with a Java...
I have been looking to see if there is a way to "change" the parameters that are passed to a servlet.
Example:
www.test.com?origin=XXX&dest=YYY
XXX and YYY are location codes)
What I want to do, is when this string comes to my servlet, I would like to lookup XXX and YYY in our database, and...
I was wondering if somebody could explain to me what would cause this error?
java.lang.IncompatibleClassChangeError
I did get it fixed by checking the problem class out of our CVS, adding a return and then checking it back in. But, I am not sure I understand what this error means or what would...
I was wondering if somebody could help me, or tell me if this is even possible.
I have a query that returns what I need, but now I have been asked to add a count to it that comes from another query.
This is what I am working with so far.
(My addition to the previously working query is the...
I have created a class that reads in a file, when I test it internally, it works fine (with a file that I manually created). So I got the file that I want to read in via FTP and now I am getting the "white space" symbol between each character. If I open the file that we get via FTP and copy and...
I know that this is not supposed to happen in Java, but I have a memory leak with a servlet that I was wondering if somebody could tell me where my problem might be?
I have done everything I can think of and it still exsists.
The only thing I can think is that the page that is creates is set...
I have created a sub class of JTextField called Edit.
I would like to do is add a method in there that is called:
setCaption(String)
What this would do is add a JLabel or "caption" to a text field.
textField.setCaption("Name:"); - Which would produce something like this:
Name: ____________...
I was wondering if anybody can try and give me some guidence on Event ID 1030 on Windows XP Pro.
I have googled this and tried just about everything I have found online and nothing seems to correct this.
My environment is about 50 to 60 end user computers (ALL Windows XP Pro). I have two...
We have an application that we can set to use MAPI to send an e-mail. We use outlook 2003 on all the clients with Exchange 2007 as our mail server.
This MAPI option works great, but was wondering if anybody knew of a way to get the message to insert the users signature when creating a new...
I had a hard drive fail the other day and to get it up and running the fastest I took the hard drive out of an identical computer(0078) on our network and installed it in the original computer(0072).
Of course this changed the computer name from 0072 to 0078.
Now I have a new hard drive and...
I was wondering if I could get some suggestions on reading and/or examples to help pick up Java. I was trained in C and have programmed in C for a while, but I am really struggling with Java. At times I think that my problem is that I make it to harder then it really is.
I have purchase a few...
If this is the wrong place to post this, please let me know and I will move it.
I am trying to take a query from a report writer and move it to our software package and I am having a little difficulty deciphering the sql statement that was built by impromptu.
select "c26" "c1" , "c25" "c2" ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.