aboutsummaryrefslogtreecommitdiff
path: root/website/download.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-16 22:41:47 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-16 22:41:47 +0200
commit08a7452f3ca40f4eaa29b430828d751e0adc96a8 (patch)
treea692cf5e296ce6ec143e6eb36e08c059f59a7149 /website/download.html
parent6187d5059565ee96ac635ebbe5bd5514d25a6e2b (diff)
downloadlombok-08a7452f3ca40f4eaa29b430828d751e0adc96a8.tar.gz
lombok-08a7452f3ca40f4eaa29b430828d751e0adc96a8.tar.bz2
lombok-08a7452f3ca40f4eaa29b430828d751e0adc96a8.zip
Added explanation for the download info text that you may have to run 'java -jar lombok.jar' in case some fucktard archiver tool overwrote the default action for jar files.
Diffstat (limited to 'website/download.html')
-rw-r--r--website/download.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/website/download.html b/website/download.html
index 7a2d13e9..3bd36387 100644
--- a/website/download.html
+++ b/website/download.html
@@ -30,7 +30,10 @@
Just double-click the <code>lombok.jar</code> file you've downloaded to install lombok into
your IDE. <code>lombok.jar</code> is also the jar you use as a project dependency
(include it in your classpath when compiling with <code>javac</code> or add it to your project
- library list in your java IDE). It's the only jar you need!
+ library list in your java IDE). It's the only jar you need!<br />
+ <br />
+ If double-clicking opens winrar or some other archiver, go to the command line and run:<br />
+ <code>java -jar lombok.jar</code> to start the installer.
</p>
<a href="http://projectlombok.googlecode.com/files/lombok.jar" id="downloadLink">
Download now!