Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display issues on OS X 10.9.2 / Java 2013-005 (11m4609) #14

Open
rae opened this issue Apr 17, 2014 · 7 comments
Open

Display issues on OS X 10.9.2 / Java 2013-005 (11m4609) #14

rae opened this issue Apr 17, 2014 · 7 comments

Comments

@rae
Copy link

rae commented Apr 17, 2014

Cannot log in. UI is not displayed correctly.
screenshot 2014-04-17 11 47 26

@albill
Copy link

albill commented Apr 17, 2014

Same here on my OS X 10.9.2 system.

@mmpowers
Copy link
Contributor

Hmmm, are you guys on Retina displays, perchance?

As a workaround for now, you can launch the command-line client with "serve --api" and connect with your browser of choice, which is frankly going to be a much better browser than our built-in one.

@albill
Copy link

albill commented Apr 17, 2014

Yes, retina.

@rae
Copy link
Author

rae commented Apr 18, 2014

Yes, I have a retina display.

@rae
Copy link
Author

rae commented Apr 22, 2014

Tried to use the command line, but got an error about version numbers:

$ pushd /Applications/trsst-client-0.2-SNAPSHOT.app/Contents
$ java -jar Java/trsst-client-0.2-SNAPSHOT-jfx.jar serve --gui
Apr 22, 2014 6:17:37 PM com.trsst.Common getBuildDate
WARNING: Could not parse build timestamp: null
Apr 22, 2014 6:17:37 PM com.trsst.Command doBegin
SEVERE: Unexpected error: java.lang.UnsupportedClassVersionError: org/eclipse/jetty/server/Handler : Unsupported major.minor version 51.0
java.lang.UnsupportedClassVersionError: org/eclipse/jetty/server/Handler : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at com.trsst.Command.doServe(Command.java:673)
    at com.trsst.Command.doBegin(Command.java:458)
    at com.trsst.Command.main(Command.java:191)

@rae
Copy link
Author

rae commented Apr 22, 2014

Ditto with "serve --api"

@mmpowers
Copy link
Contributor

Definitely JRE 1.8 is required. We include it embedded in our distribution, but to build or run separately, you'll need to get the latest from Oracle (which is kind of a PITA).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants