RE: [Java-gnome-developer] Gnome-Java development enviroment
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2003-08-18 14:11:06
|
Do you get the same error if you run one of the applications under src/examples/... ? -Jeff > > Hi, perhaps you can help me get started I'm having some problems that > are probably something very simple. > > I'm just trying to run the examples in the project (using > eclipse). I've > run "./configure" and "make all" > > **couldn't get make install to work** > got this: > make: *** No rule to make target `gnome', needed by `install'. Stop. > > I ignored this and popped the GTK and Gnome.so files in /usr/bin. > > I've then tried to run the tests and apps in eclipse by adding the > following to the JVM args "-Djava.library.path=/usr/lib" to avoid the > linking error. I'm not sure if this is the best way to do it - I have > done something similar to get SWT apps running. > > Anyway I now get the following errors when running the test > or gnome/GTK > apps: > > java.lang.UnsatisfiedLinkError: gtk_window_new > at org.gnu.gtk.Window.gtk_window_new(Native Method) > at org.gnu.gtk.Window.<init>(Window.java:44) > at org.gnu.gtk.tests.WidgetTest.setUp(WidgetTest.java:43) > at org.gnu.gtk.tests.ContainerTest.setUp(ContainerTest.java:39) > at org.gnu.gtk.tests.ButtonTest.setUp(ButtonTest.java:37) > at junit.framework.TestCase.runBare(TestCase.java:138) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:131) > at junit.framework.TestSuite.runTest(TestSuite.java:173) > at junit.framework.TestSuite.run(TestSuite.java:168) > at junit.framework.TestSuite.runTest(TestSuite.java:173) > at junit.framework.TestSuite.run(TestSuite.java:168) > at junit.framework.TestSuite.runTest(TestSuite.java:173) > at junit.framework.TestSuite.run(TestSuite.java:168) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTest > s(RemoteTestRunner.java:396) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(Rem > oteTestRunner.java:280) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(Re > moteTestRunner.java:172) > > > This is still an unsatisfied link error, but different to the > previous > one complainging about the missing ".so" librarys. > > I am more experienced with the java side of things and less > with linux > libraries and tools, so I may have made a silly error or perhaps the > failed make install is the problem. > > Any help much appreciated, > Matthew Cooke. > > > Jeffrey Morgan wrote: > > I think this is a great idea. I will try to help a little if I have > > the time. > > > > On Sat, 2003-08-16 at 05:09, Matthew Cooke wrote: > > > >>Hi all, > >> > >>It should be possile to create quite a good gnome-java IDE > by building > >>onto the eclipse platform - this would only require minimal > effort to > >>get going. > >> > >>Eclipse has many advantages for this project as it has the following > >>advantages: (www.eclipse.org) > >> > >>* Java plugin with micro compilation and refactoring tools. > >>* Good debugging. > >>* CVS integration. > >>* It is already significantly ahead of other IDE's such as > Microsofts > >>.NET studio. So we would be building on something already > very functional. > >>* It's designed to have other IDE's Products built from it. > >>* Modular design - and under the Open Source IBM Public License > >>Here is a rough plan of what I envisaged: > >> > >>1) Create gnome app wizard - to help newbies get started. > >> > >>This would create the gnome project add a small example app > and setup > >>the libraries so it can run. > >> > >>2) GCJ integration for single click compilation from a tool bar. > >> > >>3) Wizard for connecting to any sourceforge java-gnome project. > >> > >>5) (Potentially) Rebranding of the Eclipse platform to > distinguish it as > >>specifically a gnome-java IDE. > >>see: http://www.eclipse.org/articles/product-guide/guide.html > >> > >>6) (Potentially) Integrated Gnome GUI builder. > >> > >> > >>If anyone else is interested in this idea let me know. > >> > >>Best Regards, > >>Matthew Cooke. > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email sponsored by: Free pre-built ASP.NET > sites including > >>Data Reports, E-commerce, Portals, and Forums are available now. > >>Download today and enter to win an XBOX or Visual Studio .NET. > >>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspn et_072303_01/01 >>_______________________________________________ >>java-gnome-developer mailing list >>jav...@li... >>https://lists.sourceforge.net/lists/listinfo/java-gnome-developer ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ java-gnome-developer mailing list jav...@li... https://lists.sourceforge.net/lists/listinfo/java-gnome-developer |