java-gnome-developer Mailing List for The java-gnome language bindings project (Page 138)
Brought to you by:
afcowie
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(37) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(2) |
Feb
(20) |
Mar
(20) |
Apr
(8) |
May
|
Jun
(1) |
Jul
(6) |
Aug
(39) |
Sep
(37) |
Oct
(34) |
Nov
(50) |
Dec
(22) |
2002 |
Jan
(7) |
Feb
(13) |
Mar
(32) |
Apr
(16) |
May
(26) |
Jun
(20) |
Jul
(32) |
Aug
(7) |
Sep
(2) |
Oct
(11) |
Nov
(3) |
Dec
(35) |
2003 |
Jan
(11) |
Feb
(3) |
Mar
(8) |
Apr
(3) |
May
(11) |
Jun
(20) |
Jul
(11) |
Aug
(29) |
Sep
(13) |
Oct
(91) |
Nov
(185) |
Dec
(207) |
2004 |
Jan
(108) |
Feb
(171) |
Mar
(207) |
Apr
(113) |
May
(22) |
Jun
(53) |
Jul
(69) |
Aug
(43) |
Sep
(34) |
Oct
(182) |
Nov
(101) |
Dec
(61) |
2005 |
Jan
(86) |
Feb
(45) |
Mar
(106) |
Apr
(67) |
May
(70) |
Jun
(47) |
Jul
(19) |
Aug
(34) |
Sep
(24) |
Oct
(45) |
Nov
(20) |
Dec
(58) |
2006 |
Jan
(21) |
Feb
(21) |
Mar
(16) |
Apr
(24) |
May
(24) |
Jun
(47) |
Jul
(20) |
Aug
(8) |
Sep
(13) |
Oct
(7) |
Nov
(23) |
Dec
(2) |
2007 |
Jan
|
Feb
(14) |
Mar
(3) |
Apr
(11) |
May
(1) |
Jun
(15) |
Jul
(2) |
Aug
(5) |
Sep
(10) |
Oct
(5) |
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(13) |
Mar
(13) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
(14) |
Nov
(11) |
Dec
(12) |
2009 |
Jan
(30) |
Feb
(4) |
Mar
(16) |
Apr
(9) |
May
(9) |
Jun
(7) |
Jul
(6) |
Aug
(3) |
Sep
(14) |
Oct
(8) |
Nov
(12) |
Dec
(9) |
2010 |
Jan
(4) |
Feb
(27) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(13) |
Jul
(6) |
Aug
(15) |
Sep
(15) |
Oct
(12) |
Nov
(11) |
Dec
(9) |
2011 |
Jan
(12) |
Feb
(11) |
Mar
|
Apr
(3) |
May
|
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(8) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
(7) |
Oct
(7) |
Nov
|
Dec
(4) |
2013 |
Jan
(8) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(3) |
Jul
(16) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeffrey M. <Jef...@Br...> - 2001-08-28 10:50:52
|
Brad, Here are some pointers to help you get started. The bindings can be extended in four ways. The are: 1) The first is adding entries to the defs files located in src/defs directory. The entries in these files drive what the code generator creates. 2) The next way to extend the bindings is to make new entries in the src/tools/JNIProps.txt file. This file helps determine how the code is generated. You can define new types in this file and then use them in the defs files. 3) The third way to extend the bindings is to write the code by hand. This is necessary when you run into a situation that the generator cannot handle even by extending the bindings with the first two techniques. You add manual code to generated classes by adding files into the src/code/jni directories. The code in the java directory is added to the end of the generated java files and the code in the glue directory is added to the end of the generated native code. 4) The final way to extend the bindings is to write new classes and native code which are not a part of the code generation process. These files are placed in the src/other directory and must be added to the Makefile to ensure they are part of the build. Any help you could provide would be greatly appreciated. -Jeff > > Priority? No, not really. It just seems that they are some very nice > gui tools that can accomplish some cool things. I'll download the > lastest cvs snapshot and see if I can help work on them. > Thanks for the > timely reply. > > Brad > > On Mon, 2001-08-27 at 05:51, Jeffrey Morgan wrote: > > I am sorry to say that the Canvas classes are incomplete. > > If this is a priority for you then I can possibly place > > it on my schedule to work on after I release 0.7.0 in > > about two weeks. > > > > -Jeff > > > > > > > > Hi, > > > Does anyone know what to use the GnomeCanasePoints class? Are the > > > various canvas classes fully implemented yet? I've just > > > starting to use > > > the java-gnome stuff and so far it's seem to work great (I > > > went through > > > the tutorials). I'm also interest in the gnome-canvas > class but can't > > > seem to get them to work. I've been trying to convert a > tutorial I > > > found at IBM to java-gnome, but I can't figure out how to use the > > > GnomeCanvasPoints stuff. If I get the program going I'll > > > post it here. > > > (Every little bit helps right?) > > > > > > You guys are doing some great work here. > > > > > > Thanks > > > Brad > > > > > > > > > _______________________________________________ > > > java-gnome-developer mailing list > > > jav...@li... > > > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > > |
From: Damien <da...@ca...> - 2001-08-27 15:47:16
|
Hi I'm unable to use ZvtTerm. I get an "unresolved symbol zvt_term_new_with_size". I looked in src/code/jni/glue/ and in ZvtTerm.c the function is called Java_gnu_gnome_ZvtTerm_zvt_1term_1new_1with_1size , the same thing in ZvtTerm.h . I tried removing the 1s and recompling but I get the following error: Exception in thread "main" java.lang.UnsatisfiedLinkError: zvt_term_new_with_size at gnu.gnome.ZvtTerm.zvt_term_new_with_size(Native Method) at gnu.gnome.ZvtTerm.<init>(ZvtTerm.java:44) at MultiShell.<init>(MultiShell.java:17) at MultiShell.main(MultiShell.java:29) Any idea what's wrong ? Dam |
From: Jeffrey M. <Jef...@Br...> - 2001-08-27 14:55:40
|
This link should be fixed now. Thanks for the report. > I don't know if this is the appropriate place to send this, > but the CVS > link at http://java-gnome.sourceforge.net/Download/download.html seems > to be broken. It just goes to a sourceforge page and gives the > following: > |
From: Jeffrey M. <Jef...@Br...> - 2001-08-27 14:39:06
|
Go to the src directory and type "make doc". Since the majority of the source for Java-GNOME is generated the javadocs are not extremely useful except for looking up method signatures. As you will notice on the site under the Roadmap section I would like to add the ability to parse the original GTK and GNOME documentation (they are in xml format) to get the method description and insert it into the generated code. Perhaps somebody might be interested in taking this task. -Jeff > > Hi, > > How can I generate the docs using javadoc ? > > dam > > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Damien <da...@ca...> - 2001-08-27 14:32:37
|
Hi, How can I generate the docs using javadoc ? dam |
From: Jeffrey M. <Jef...@Br...> - 2001-08-27 14:10:25
|
Thanks. I will fix this today if I get a chance. > > I don't know if this is the appropriate place to send this, > but the CVS > link at http://java-gnome.sourceforge.net/Download/download.html seems > to be broken. It just goes to a sourceforge page and gives the > following: > > Invalid Project (in red) > > Invalid Project > > If this is not the proper place to send this please redirect me to the > correct place. > > Brad > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Brad B. <br...@co...> - 2001-08-27 12:57:44
|
I don't know if this is the appropriate place to send this, but the CVS link at http://java-gnome.sourceforge.net/Download/download.html seems to be broken. It just goes to a sourceforge page and gives the following: Invalid Project (in red) Invalid Project If this is not the proper place to send this please redirect me to the correct place. Brad |
From: Jeffrey M. <Jef...@Br...> - 2001-08-27 12:50:39
|
I am sorry to say that the Canvas classes are incomplete. If this is a priority for you then I can possibly place it on my schedule to work on after I release 0.7.0 in about two weeks. -Jeff > > Hi, > Does anyone know what to use the GnomeCanasePoints class? Are the > various canvas classes fully implemented yet? I've just > starting to use > the java-gnome stuff and so far it's seem to work great (I > went through > the tutorials). I'm also interest in the gnome-canvas class but can't > seem to get them to work. I've been trying to convert a tutorial I > found at IBM to java-gnome, but I can't figure out how to use the > GnomeCanvasPoints stuff. If I get the program going I'll > post it here. > (Every little bit helps right?) > > You guys are doing some great work here. > > Thanks > Brad > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Jeffrey M. <Jef...@Br...> - 2001-08-27 12:50:04
|
Yes this should work. You are probably experiencing problems due to the fact that most Java IDEs don't search the LD_LIBRARY_PATH to find native components. I would suggest placing the Java-GNOME shared objects in the directory where JDeveloper keeps its' shared objects. If this doesn't work try placing the Java-GNOME shared objects in the jre/bin directory of the JVM that JDeveloper is using. Can you please report back you results. If you are successful I would like to include a FAQ in our documentation. -Jeff > -----Original Message----- > From: Christian Schaller [mailto:Ur...@li...] > Sent: Monday, August 27, 2001 6:13 AM > To: jav...@li... > Subject: [Java-gnome-developer] Using Java-GNOME with GUI development > tools > > > Hi, > I tried last night to get make the Java-GNOME GUI classes available in > Oracle JDeveloper for development using the graphical GUI > designer, but > failed (probably due to my own inexperience both as a java > developer and > with the tool.) > > But I thought I should ask if getting this to work should > teorectically > work? > > Christian > > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Jeffrey M. <Jef...@Br...> - 2001-08-27 12:47:37
|
I have just updated some more code in CVS that will be necessary to get this working. I also added the beginning of an example. Perhaps you can just add to this example. In order to get it to compile you will need to manually add "-lzvt -lutil" to the end of the GNOME_LIBS define in the src/Makefile. I will add build support for this in time for the next release. -Jeff > Ok, I have a lot of work, but I'll have that done as soon as possible > (tomorrow or wednesday ...) > > Dam > > |
From: Damien <da...@ca...> - 2001-08-27 11:54:26
|
Ok, I have a lot of work, but I'll have that done as soon as possible (tomorrow or wednesday ...) Dam |
From: Christian S. <Ur...@li...> - 2001-08-27 10:14:12
|
Hi, I tried last night to get make the Java-GNOME GUI classes available in Oracle JDeveloper for development using the graphical GUI designer, but failed (probably due to my own inexperience both as a java developer and with the tool.) But I thought I should ask if getting this to work should teorectically work? Christian |
From: Brad B. <br...@co...> - 2001-08-27 04:56:14
|
Hi, Does anyone know what to use the GnomeCanasePoints class? Are the various canvas classes fully implemented yet? I've just starting to use the java-gnome stuff and so far it's seem to work great (I went through the tutorials). I'm also interest in the gnome-canvas class but can't seem to get them to work. I've been trying to convert a tutorial I found at IBM to java-gnome, but I can't figure out how to use the GnomeCanvasPoints stuff. If I get the program going I'll post it here. (Every little bit helps right?) You guys are doing some great work here. Thanks Brad |
From: Jeffrey M. <ku...@ne...> - 2001-08-26 02:42:07
|
If you get the latest contents from CVS I have added basic support for ZvtTerm. I have not completely tested it. Perhaps you can write an example program that demonstrates the widget's usage. On 2001.08.24 11:34 Damien wrote: > I would be very happy to work on java-gnome, but I not a skilled java > programmer ... (I know nothing about jni and that sort of stuff), and > java is the only language I know ( I understand a bit of C bit not > enough to code ). But if I may be of any help to you, I'm waiting for > proposition. If you think I may be able to add this myself, well I would > be happy to do it, because I will learn a lot of thing, but it will > surely take some times ... > > It's great that you are finishing the gcj support ... > > Bye > > Dam > > On 24 Aug 2001 10:42:25 -0400, Jeffrey Morgan wrote: > I will be happy to look into adding this. I am almost > > finished with adding support for gcj into the bindings. > > I should complete this and roll a new release within > > two weeks. At that time I should be able to get to > > this. If you would like to start working on it prior > > to that time I would be happy to give you some direction. > > > > -Jeff > > > > > > > > > > > Hi > > > > > > Jeffrey, will you plan to add (or maybe it is already done) > > > support for > > > the gnome zvt widget ?? > > > (http://developer.gnome.org/arch/widgets/zvt.html) > > > > > > It would be great to have this one... > > > > > > Thanks for your work, > > > > > > Bye > > > > > > Dam > > > > > > > > > _______________________________________________ > > > java-gnome-developer mailing list > > > jav...@li... > > > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Guillermo <on...@bi...> - 2001-08-24 22:28:37
|
i forgot to cc to the mailing list >-) Forwarded message:=20 On 24 Aug 2001 18:52:08 +0200, Christian Schaller wrote: > Hi, > Java-GNOME fails to compile for me with the following message, any > suggestions? >=20 > Christian > ---------------------------------------------------- > adding: gnu/gtk/GtkSideType.class(in =3D 1501) (out=3D 813)(deflated 45%) > adding: gnu/gtk/GtkCalendar.class(in =3D 962) (out=3D 554)(deflated 42%) > gcc -c -g -O2 -fPIC -Iother other/callback_dispatcher.c -o > other/callback_dispatcher.o -I /usr/java/jdk1.3.1/include > -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include > -I/usr/X11R6/include \ > -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include > -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include > -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/include/gtk-1.2 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include > -DGNOME > In file included from other/callback_dispatcher.c:10: > /usr/java/jdk1.3.1/include/jni.h:30:20: jni_md.h: No such file or > directory The same thing happened to me on a Debian testing/unstable, as a workaround I made a link to jni_md.h in the directory where jni.h is: ln -s /path-to-jni.h/linux/jni_md.h /path-to-jni.h/jni_md.h --=20 Guillermo Onta=F1=F3n on...@bi... http://mi.barrapunto.com/onta |
From: Jeffrey M. <Jef...@Br...> - 2001-08-24 17:09:38
|
I have the fix for this problem in cvs. Let me know if you don't have access to cvs and I will try to get you a new rpm or tar file. > -----Original Message----- > From: Christian Schaller [mailto:Ur...@li...] > Sent: Friday, August 24, 2001 12:52 PM > To: jav...@li... > Subject: [Java-gnome-developer] 0.6.1 compile problems > > > Hi, > Java-GNOME fails to compile for me with the following message, any > suggestions? > > Christian > ---------------------------------------------------- > adding: gnu/gtk/GtkSideType.class(in = 1501) (out= 813)(deflated 45%) > adding: gnu/gtk/GtkCalendar.class(in = 962) (out= 554)(deflated 42%) > gcc -c -g -O2 -fPIC -Iother other/callback_dispatcher.c -o > other/callback_dispatcher.o -I /usr/java/jdk1.3.1/include > -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include > -I/usr/X11R6/include \ > -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include > -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include > -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/include/gtk-1.2 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include > -DGNOME > In file included from other/callback_dispatcher.c:10: > /usr/java/jdk1.3.1/include/jni.h:30:20: jni_md.h: No such file or > directory > make[2]: *** [other/callback_dispatcher.o] Error 1 > make[2]: Leaving directory > `/usr/src/redhat/BUILD/java-gnome-0.6.1/src' > make[1]: *** [gtk] Error 2 > make[1]: Leaving directory > `/usr/src/redhat/BUILD/java-gnome-0.6.1/src' > make: *** [distro] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.39736 (%build) > > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.39736 (%build) > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Christian S. <Ur...@li...> - 2001-08-24 16:53:16
|
Hi, Java-GNOME fails to compile for me with the following message, any suggestions? Christian ---------------------------------------------------- adding: gnu/gtk/GtkSideType.class(in = 1501) (out= 813)(deflated 45%) adding: gnu/gtk/GtkCalendar.class(in = 962) (out= 554)(deflated 42%) gcc -c -g -O2 -fPIC -Iother other/callback_dispatcher.c -o other/callback_dispatcher.o -I /usr/java/jdk1.3.1/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include \ -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gnome-xml -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DGNOME In file included from other/callback_dispatcher.c:10: /usr/java/jdk1.3.1/include/jni.h:30:20: jni_md.h: No such file or directory make[2]: *** [other/callback_dispatcher.o] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/java-gnome-0.6.1/src' make[1]: *** [gtk] Error 2 make[1]: Leaving directory `/usr/src/redhat/BUILD/java-gnome-0.6.1/src' make: *** [distro] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.39736 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.39736 (%build) |
From: Damien <da...@ca...> - 2001-08-24 15:34:31
|
I would be very happy to work on java-gnome, but I not a skilled java programmer ... (I know nothing about jni and that sort of stuff), and java is the only language I know ( I understand a bit of C bit not enough to code ). But if I may be of any help to you, I'm waiting for proposition. If you think I may be able to add this myself, well I would be happy to do it, because I will learn a lot of thing, but it will surely take some times ... It's great that you are finishing the gcj support ... Bye Dam On 24 Aug 2001 10:42:25 -0400, Jeffrey Morgan wrote: I will be happy to look into adding this. I am almost > finished with adding support for gcj into the bindings. > I should complete this and roll a new release within > two weeks. At that time I should be able to get to > this. If you would like to start working on it prior > to that time I would be happy to give you some direction. > > -Jeff > > > > > > > Hi > > > > Jeffrey, will you plan to add (or maybe it is already done) > > support for > > the gnome zvt widget ?? > > (http://developer.gnome.org/arch/widgets/zvt.html) > > > > It would be great to have this one... > > > > Thanks for your work, > > > > Bye > > > > Dam > > > > > > _______________________________________________ > > java-gnome-developer mailing list > > jav...@li... > > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > |
From: Jeffrey M. <Jef...@Br...> - 2001-08-24 14:43:14
|
I will be happy to look into adding this. I am almost finished with adding support for gcj into the bindings. I should complete this and roll a new release within two weeks. At that time I should be able to get to this. If you would like to start working on it prior to that time I would be happy to give you some direction. -Jeff > > > Hi > > Jeffrey, will you plan to add (or maybe it is already done) > support for > the gnome zvt widget ?? > (http://developer.gnome.org/arch/widgets/zvt.html) > > It would be great to have this one... > > Thanks for your work, > > Bye > > Dam > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Damien <da...@ca...> - 2001-08-24 13:24:51
|
Hi Jeffrey, will you plan to add (or maybe it is already done) support for the gnome zvt widget ?? (http://developer.gnome.org/arch/widgets/zvt.html) It would be great to have this one... Thanks for your work, Bye Dam |
From: Jeffrey M. <Jef...@Br...> - 2001-08-20 17:55:25
|
I have something in cvs now that I think works. I would appreciate it if several people that have access to different jvm on different platforms (you know who you are!) could please give this a try before I create a new set of rpms. -Jeff -----Original Message----- From: Jeffrey Morgan [mailto:Jef...@Br...] Sent: Monday, August 20, 2001 8:29 AM To: 'jav...@li...' Subject: [Java-gnome-developer] Include directories Sorry about the last email. I got in too much of a hurry and replied to the wrong posting. My reply should have been to the email about the include directories. I'll include my reply below: I am having difficulty writing a rule that will work for all JVMs. My previous understanding of the include directories was that any JVM prior to version 1.3 needed the os specific directory but newer JVMs didn't. This is the rule that is in my configure.in script. IBM's 1.3 follows this rule but Sun's 1.3.1 doesn't Has anybody ran into this before and can anybody suggest a better solution? --- ------------------------------------ Jeffrey S. Morgan Email: jef...@br... |
From: Jeffrey M. <Jef...@Br...> - 2001-08-20 12:30:14
|
Sorry about the last email. I got in too much of a hurry and replied to the wrong posting. My reply should have been to the email about the include directories. I'll include my reply below: I am having difficulty writing a rule that will work for all JVMs. My previous understanding of the include directories was that any JVM prior to version 1.3 needed the os specific directory but newer JVMs didn't. This is the rule that is in my configure.in script. IBM's 1.3 follows this rule but Sun's 1.3.1 doesn't Has anybody ran into this before and can anybody suggest a better solution? --- ------------------------------------ Jeffrey S. Morgan Email: jef...@br... |
From: Jeffrey M. <Jef...@Br...> - 2001-08-20 12:26:44
|
I am having difficulty writing a rule that will work for all JVMs. My previous understanding of the include directories was that any JVM prior to version 1.3 needed the os specific directory but newer JVMs didn't. This is the rule that is in my configure.in script. IBM's 1.3 follows this rule but Sun's 1.3.1 doesn't Has anybody ran into this before and can anybody suggest a better solution? -Jeff > -----Original Message----- > From: Raj Kumar [mailto:cha...@ya...] > Sent: Thursday, August 16, 2001 9:04 AM > To: jav...@li... > Subject: [Java-gnome-developer] Unsatisfied link error - Please help.. > > > Hi.. > > I downloaded this package and installed it on my > computer (RH7.0 with JDK1.3.0_02).. > > And when I'm trying to run the test propgram > 'GnomeTest' I get the following error.. > > Exception in thread "main" > java.lang.UnsatisfiedLinkError: > /home/mobile/Rajit/java-gnome-0.6.1/test/libGTKJava.so: > undefined symbol : gtk_ctree_get_row_data > at > java.lang.ClassLoader$NativeLibrary.load(native > Method) > at > java.lang.ClassLoader.loadLibrary()(ClassLoader.java:1382) > at > java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306) > at > java.lang.Runtime.loadLibrary()(Runtime.java:749) > at > java.lang.System.loadLibrary(System.java:820) > at GnomeTest.<clinit>(GnomeTest.java:16) > > I'm sure I have gtk.jar and gnome.jar in myclasspath > and I have libGTKJava.so and libGNOMEJava.so in my > LD_LIBRARY_PATH env variable.. > > Immediate help would be greatly appreciated, > Thanx in advance.. > regards, > Rajit. > > __________________________________________________ > Do You Yahoo!? > Make international calls for as low as $.04/minute with > Yahoo! Messenger > http://phonecard.yahoo.com/ > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Brandon C. <bca...@ex...> - 2001-08-17 05:02:07
|
Sorry for the lack of a patch, but autoconf/automake are not in my arsenel at the moment. However, when trying to compile the native shared-object files, the compiliation fails because the file $JAVA_HOME/include/jni.h includes $JAVA_HOME/include/linux/jni_md.h but is not pulled in (via autoconf) to add BOTH of the following to the JAVA_INCLUDES make variable in the src/Makefile : JAVA_INCLUDES = -I $JAVA_HOME/include/ \ -I $JAVA_HOME/include/linux The $JAVA_HOME macros are typed here for convenience, but is: JAVA_HOME=/usr/local/java/jdk1.3.1 The DEFAULT ./configure --prefix=/usr/local produces the line in src/Makefile: JAVA_INCLUDES = -I $JAVA_HOME/include/ I added the second line to the Makefile, but this needs to be reflected in the autoconf configuration to include this. Lastly, my system: Java-GNOME-0.6.1 Sun's J2SDK - 1.3.1 Debian 2.2 (POTATO) And apologies if this has already been submitted. Thanks, Brandon Castagna bcastagna_@_excite_com brandon.castagna_@_bankofamerica_com _______________________________________________________ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ |
From: Jeffrey M. <Jef...@Br...> - 2001-08-16 16:21:16
|
The new rpms are now on the site. -----Original Message----- From: Jeffrey Morgan [mailto:Jef...@Br...] Sent: Thursday, August 16, 2001 11:51 AM To: 'Raj Kumar'; jav...@li... Subject: RE: [Java-gnome-developer] Unsatisfied link error - Please help.. The fix is in CVS now. I will be generating a new rpm within the next two hours. -Jeff > -----Original Message----- > From: Raj Kumar [ mailto:cha...@ya... <mailto:cha...@ya...> ] > Sent: Thursday, August 16, 2001 9:04 AM > To: jav...@li... > Subject: [Java-gnome-developer] Unsatisfied link error - Please help.. > > > Hi.. > > I downloaded this package and installed it on my > computer (RH7.0 with JDK1.3.0_02).. > > And when I'm trying to run the test propgram > 'GnomeTest' I get the following error.. > > Exception in thread "main" > java.lang.UnsatisfiedLinkError: > /home/mobile/Rajit/java-gnome-0.6.1/test/libGTKJava.so: > undefined symbol : gtk_ctree_get_row_data > at > java.lang.ClassLoader$NativeLibrary.load(native > Method) > at > java.lang.ClassLoader.loadLibrary()(ClassLoader.java:1382) > at > java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306) > at > java.lang.Runtime.loadLibrary()(Runtime.java:749) > at > java.lang.System.loadLibrary(System.java:820) > at GnomeTest.<clinit>(GnomeTest.java:16) > > I'm sure I have gtk.jar and gnome.jar in myclasspath > and I have libGTKJava.so and libGNOMEJava.so in my > LD_LIBRARY_PATH env variable.. > > Immediate help would be greatly appreciated, > Thanx in advance.. > regards, > Rajit. > > __________________________________________________ > Do You Yahoo!? > Make international calls for as low as $.04/minute with > Yahoo! Messenger > http://phonecard.yahoo.com/ <http://phonecard.yahoo.com/> > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > http://lists.sourceforge.net/lists/listinfo/java-gnome-developer <http://lists.sourceforge.net/lists/listinfo/java-gnome-developer> > |