Use jar in Tomcat4 Webapp

2002-07-27 Thread Roman Kennke
Hi, I am trying to create a webapp which depends on Xalan2 (xalan-2.0.1.jar). So I packed it into WEB-INF/lib . Wenn deploying the application, the logfile says that the application (including this JAR file) was deployed somewhere under /usr/share/tomcat4/work/localhost/ (btw: why not in /usr/sha

Re: Generating UML schemes from java sources

2002-08-11 Thread Roman Kennke
Hi, > which applications (a free one will be good) should I use to generate > UML schemes from a set of java sources ? maybe Argouml (www.argouml.org). Regards, Roman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Java packages in contrib?

2004-03-26 Thread Roman Kennke
Hi Java-list, I've noticed that free-java-sdk is still only in unstable. The reason stated is, that it it depends on gjdoc, which in turn is in contrib. Now I don't understand, why gjdoc is in contrib, checking it's depends shows only debhelper, libgnujaxp-java, libxalan2-java and sablevm. Ok, her

why does eclipse-platform depend on j2sdk?

2004-04-06 Thread Roman Kennke
Hi list, the eclipse-platform package seems to be the only eclipse-related package that directly depends on non-free stuff, holding all the eclipse packages in contrib. Is there a specific reason, why eclipse-platform does not depend on kaffe? I'm running eclipse from unstable together with kaffe

Re: Blackdown Java and Mozilla

2002-04-19 Thread Roman Kennke
Steffen Evers wrote: Hi! My Mozilla crashes all the time because of the java deb packages from Blackdown and I get these plugin131.trace files in my home dir. Does anyone experience the same probelms and how can I fix it? I had the same problem. I installed Mozilla _after_ the installation of java

deb for netbeans

2002-05-02 Thread Roman Kennke
Hi there, I wondered if there is a deb available for Netbeans? Its a great open source IDE, I think. Or is there something wrong with the license? Regards, Roman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Use jar in Tomcat4 Webapp

2002-07-27 Thread Roman Kennke
Hi, I am trying to create a webapp which depends on Xalan2 (xalan-2.0.1.jar). So I packed it into WEB-INF/lib . Wenn deploying the application, the logfile says that the application (including this JAR file) was deployed somewhere under /usr/share/tomcat4/work/localhost/ (btw: why not in /usr/shar

Re: Generating UML schemes from java sources

2002-08-11 Thread Roman Kennke
Hi, > which applications (a free one will be good) should I use to generate > UML schemes from a set of java sources ? maybe Argouml (www.argouml.org). Regards, Roman

Re: Blackdown Java and Mozilla

2002-04-19 Thread Roman Kennke
Steffen Evers wrote: >Hi! > >My Mozilla crashes all the time because of the java deb packages from >Blackdown and I get these plugin131.trace files in my home dir. > >Does anyone experience the same probelms and how can I fix it? > I had the same problem. I installed Mozilla _after_ the installat

deb for netbeans

2002-05-02 Thread Roman Kennke
Hi there, I wondered if there is a deb available for Netbeans? Its a great open source IDE, I think. Or is there something wrong with the license? Regards, Roman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Image loading

2003-04-26 Thread Roman Kennke
Am Sam, 2003-04-26 um 19.51 schrieb Thomas Badran: > Whats the easiest way to load an image (jpg) off disk and display, on > say a JFrame or other swing component without using external libraries? read: http://java.sun.com/docs/books/tutorial/uiswing/painting/usingImages.html > Also, can you get

Re: Tomcat 4.1.24

2003-05-03 Thread Roman Kennke
Hi, > URL: http://localhost:8080/index.jsp > An error occurred at line: -1 in the jsp file: null obviously the file index.jsp is missing. What did you try to start? Did you forget you application-context: http://localhost:8080/app-context/index.jsp ? Roman

Re: accepting SUN's EULA

2003-05-22 Thread Roman Kennke
How do I accept SUN's EULA for j2sdk1.3 or is this not possible? I'm running Knoppix 3.2 -- it's testing/unstable I believe. Thanks. press Q for quit (less) and enter yes. Roman

Howto run Junit in Ant?

2004-04-20 Thread Roman Kennke
Hi list, I try to run a junit-task with ant1.6 in Debian testing. I have installed both ant and junit, I checked the directory /usr/share/ant1.6/lib contains ant-junit.jar. I always get the following error: <...> BUILD FAILED /home/roman/Entwicklung/KTv4/build.xml:61: Could not create type junit

Packaging a Java-App

2004-05-17 Thread Roman Kennke
Hi list, I've created a pretty nice (IMO) Java application, of which I also would like to create a .deb file. Could someone point me to a quick-start-guide on how to create .debs in general and Java-.debs in particular? Also, I am aware that, in the current state of Kaffe/Classpath it is not poss

Re: Packaging a Java-App

2004-05-20 Thread Roman Kennke
Hi, > > Could someone point me to a quick-start-guide on how to create .debs in > > general and Java-.debs in particular? > > http://www.debian.org/devel/ > http://www.debian.org/doc/packaging-manuals/java-policy/ > http://pkg-java.alioth.debian.org/developers.html > > you have a lot of examples

Re: Packaging a Java-App

2004-05-21 Thread Roman Kennke
Hi again, > > Could someone point me to a quick-start-guide on how to create .debs in > > general and Java-.debs in particular? > > http://www.debian.org/devel/ > http://www.debian.org/doc/packaging-manuals/java-policy/ > http://pkg-java.alioth.debian.org/developers.html > > you have a lot of ex

Re: Packaging a Java-App

2004-05-21 Thread Roman Kennke
Well, ok. I've done a little studying and found this one especially useful, besides your hello world example (you should put this somewhere on a website): http://www.debian.org/doc/maint-guide/ I also borrowed a lot of stuff from pkg-java.alioth.debian.org as templates :-) Finally I have put toge