Posted: 14 Feb 2007, 19:40
It should be $HOME/.aflobby. (I doubt Java file reading/writing functions know about environment variable substitution tho, so you'll have to getenv("HOME") + "/.aflobby" (pseudocode)).
Open Source Realtime Strategy Game Engine
https://springrts.com/phpbb/
perhaps but then again AFLobby isnt solely intended for spring in the long long run.....Also, shouldn't you place the lobby minimaps in in .spring were all the other files for spring are kept?
Well I tried it but its having more problems im afraid.own3d wrote:I just tried it on windows xp on java 5 and I had a white band all down the right hand side and it wouldn't login so im a bit confused about that. It should work I did exactly what you said. I will test it on ubuntu in a few days but im not optimistic if it doesnt even function on xp.
Code: Select all
1053r@vinge:~/Desktop$ /usr/lib/jvm/java-1.5.0-sun-1.5.0.08/bin/java AFLobby.jar
Exception in thread "main" java.lang.NoClassDefFoundError: AFLobby/jar
1053r@vinge:~/Desktop$
Code: Select all
1053r@vinge:~/Desktop$ /usr/lib/jvm/java-1.5.0-sun-1.5.0.08/bin/java -jar AFLobby.jar
/usr/share/themes/Human/gtk-2.0/gtkrc:70: Engine "ubuntulooks" is unsupported, ignoring
/usr/share/themes/Human/gtk-2.0/gtkrc:240: Priority specification is unsupported, ignoring
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: javax/swing/GroupLayout$Group
at aflobby.LMain.AddView(LMain.java:625)
at aflobby.LMain.formWindowOpened(LMain.java:438)
at aflobby.LMain.access$300(LMain.java:54)
at aflobby.LMain$3.windowOpened(LMain.java:151)
at java.awt.Window.processWindowEvent(Window.java:1187)
at java.awt.Window.processEvent(Window.java:1148)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Window.dispatchEventImpl(Window.java:1778)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Do I need to install another package?/usr/share/themes/Human/gtk-2.0/gtkrc:70: Engine "ubuntulooks" is unsupported, ignoring
/usr/share/themes/Human/gtk-2.0/gtkrc:240: Priority specification is unsupported, ignoring