js87 / androidlogcatviewer

Automatically exported from code.google.com/p/androidlogcatviewer
0 stars 0 forks source link

64-bit #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Doesn't run on 64-bit processors
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

If you use 
C:/eclipse/plugins/org.eclipse.swt.win32.win32.x86_64_3.100.0.v4233d.jar 
instead of the swt.jar that you've used then it works fine.

Original issue reported on code.google.com by neilboyd on 22 Aug 2012 at 6:02

GoogleCodeExporter commented 9 years ago
It's very easy to get the 64 bits version, just download the code delete the 
folder lib/x86 and put the 64 bits version of swt.jar 
(http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/#SWT)
 in lib directory, then compile and enjoy!

Original comment by an...@acilia.es on 30 Nov 2012 at 10:08

GoogleCodeExporter commented 9 years ago
I know, but just because I fixed it myself on but machine doesn't mean it's not 
an issue.

Original comment by neilboyd on 30 Nov 2012 at 10:43

GoogleCodeExporter commented 9 years ago
tested on Mac (Java SE 7 - jdk1.7.0_17.jdk)
with swt-3.6.1-cocoa-macosx-x86_64.zip from
http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/index.ph
p#SWT

works great, only the open file dialog does not refresh on Folder changes

Original comment by futuretr...@gmail.com on 30 Apr 2013 at 10:38

Attachments: