Paul Clapham wrote:I googled for "mig layout" and got directed pretty firmly to http://www.miglayout.com/ -- which halfway down the page has a link to "Downloads Folder". From there I selected the "4.0" link which led to a page which appeared to have all kinds of jar files available for download. Probably you got distracted by something else which I didn't notice, but anyway I couldn't find any downloads for class files.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Rob Spoor wrote:http://www.migcalendar.com/miglayout/versions/4.0/miglayout-4.0-swing.jar is the JAR file (for Swing, there is also an SWT one and one with both).
Paul Clapham wrote:I don't know what you're doing, but when I download it I get a jar file downloaded.
As for Eclipse, it's called "build path". I don't understand what you mean by "doing" a jar file directory path. To add a jar file to your project's build path you just navigate to the jar file, as far as I remember.
Charles Sexton wrote:
Paul Clapham wrote:I don't know what you're doing, but when I download it I get a jar file downloaded.
As for Eclipse, it's called "build path". I don't understand what you mean by "doing" a jar file directory path. To add a jar file to your project's build path you just navigate to the jar file, as far as I remember.
If I am correct the "location" of the jar file on your computer is called the directory path ex. C:\Users\UserName\Documents.....When I download the file I don't get a jar file......
Paul Clapham wrote:I click on the link which Rob Spoor posted and my browser pops up a dialog box which says "You have chosen to open miglayout-4.0-swing.jar... Would you like to save this file? (Save) (Cancel)". And when I click on the Save button it downloads the jar file into a folder on my computer.
Charles Sexton wrote:
Paul Clapham wrote:I click on the link which Rob Spoor posted and my browser pops up a dialog box which says "You have chosen to open miglayout-4.0-swing.jar... Would you like to save this file? (Save) (Cancel)". And when I click on the Save button it downloads the jar file into a folder on my computer.
I click save as and I save it to my desktop. It is one folder, I open the folder and it brings up two folders, net and META-INF. I open META-INF folder and it contains the MANIFEST.MF file. I click back and click on net folder then click on miginfocom folder. Then I click on layout folder. This folder contains several .class files. I click back and then click on the swing folder and it has nothing but .class files. So that is why I am asking for help. The jar file isn't their when I download.....any suggestions or advice?
Paul Clapham wrote:You downloaded the jar file to your desktop. Apparently your desktop interprets it as being a folder and shows you the contents. I have no idea why that is -- I don't even know what operating system you're using or how you configured it to do that. All I can suggest is that you download it to a more ordinary folder and not to your desktop.
Paul Clapham wrote:You downloaded the jar file to your desktop. Apparently your desktop interprets it as being a folder and shows you the contents. I have no idea why that is -- I don't even know what operating system you're using or how you configured it to do that. All I can suggest is that you download it to a more ordinary folder and not to your desktop.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Rob Spoor wrote:Recent versions of Windows have native support for ZIP files. Perhaps Windows 8 goes further than only checking the extension and sees that the JAR file is a ZIP file, and therefore treats it as a ZIP file. Windows 7 (perhaps Vista already) treats ZIP files as folders. That doesn't mean that it is a folder, it's still a ZIP file (or JAR file).
Charles, I think you'll see that the icon of the new "folder" is slightly different from other folders. There is probably a little zipper or something similar added.
Rob Spoor wrote:For any software it doesn't matter, but I can understand that users can miss the difference between a (JAR/ZIP) file and a folder. I think that there was never any problem other than the communication between Windows and Charles.