LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-11-2010, 06:35 PM   #1
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Rep: Reputation: 33
installing OOWeb


hi tring to install OOWeb. is it in the repos? if so where?

i have downloaded the tgz. anyone know howto install it?
using ubuntu jaunty
 
Old 02-11-2010, 08:05 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,997

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Looks like you simply unzip it and start server after you config it.
 
Old 02-12-2010, 05:16 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
README :
""OOWeb is an OO web framework for Java, inspired by CherryPy
(www.cherrypy.org) and RubyOnRails.
It allows you to write web applications by mapping directories in
URLs to objects, and transparently, methods in those objects to
pages.""
................

tar xvf ooweb-0.8.0-full.tar.gz
cd ooweb-0.8.0/
ant
.................

.. And please read : ooweb-0.8.0/samples/README
'ooweb-0.8.0/samples/java/simple' : ant can be run,
when a folder has a "build.xml" file.

Documentation : ooweb-0.8.0/docs/html/index.html

I guess, you will find out, if this (ooweb-0.8.0)
is something, you can use.
.....

Last edited by knudfl; 02-12-2010 at 05:21 AM.
 
Old 02-12-2010, 05:48 AM   #4
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by knudfl View Post
README :

................

tar xvf ooweb-0.8.0-full.tar.gz
cd ooweb-0.8.0/
ant
.................


.....
Thanks for that, you could have mentioned I needed to install ant. Tis done however, minor prob. Daft but I can't recall where its set. My jdk is in opt

Code:
johnh10000@tux:~/Public/ooweb-0.8.0$ ant
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/lib/tools.jar
Buildfile: build.xml

init:
    [mkdir] Created dir: /home/johnh10000/Public/ooweb-0.8.0/target/bin
    [mkdir] Created dir: /home/johnh10000/Public/ooweb-0.8.0/target/testbin
    [mkdir] Created dir: /home/johnh10000/Public/ooweb-0.8.0/target/dist

compile:
    [javac] Compiling 35 source files to /home/johnh10000/Public/ooweb-0.8.0/target/bin

BUILD FAILED
/home/johnh10000/Public/ooweb-0.8.0/build.xml:40: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre"

Total time: 5 seconds
johnh10000@tux:~/Public/ooweb-0.8.0$ 0;johnh10000@tux: ~/Public/ooweb-0.8.0johnh10000@tux:~/Public/ooweb-0.8.
johnh10000@tux:~/Public/ooweb-0.8.0$
 
Old 02-12-2010, 06:48 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
apt-get install sun-java6-jdk sun-java6-jre

.. provides a java ( + javac ) in your path :

sudo update-alternatives --config java

.. to select the new one.

.....
 
Old 02-12-2010, 07:05 AM   #6
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by knudfl View Post
apt-get install sun-java6-jdk sun-java6-jre

.. provides a java ( + javac ) in your path :

sudo update-alternatives --config java

.. to select the new one.

.....
still didn't work. purging the lot and then put it back on.

i'll let u know what i think
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Simplescalar: Problem installing simpleutils yy_current_buffer’ undeclared niteshg Linux - Software 1 07-03-2009 04:09 PM
Toshiba Satellite 110CS installing pdf reader, installing linux nappy501 Linux - Laptop and Netbook 3 10-11-2008 10:45 AM
Installing individual OpenOffice apps without installing the entire suite? roystonlodge DamnSmallLinux 3 06-06-2008 01:14 PM
Installing the nvidia driver off the web site and installing rpm in ubuntu? darkhatter Ubuntu 3 02-19-2006 02:44 PM
Installing Mandriva 2006 - Hangs installing hard drive controller nvidia mcp04 sata DanielJPayne Mandriva 7 01-19-2006 02:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration