You are not logged in.

#1 2014-04-25 16:11:32

RobinJ
Member
From: Belgium, Europe
Registered: 2012-01-05
Posts: 21
Website

[SOLVED] Java javax.* packages

I'm not sure whether I'm on the right forum and/or subforum for this question, so first of all excuse me if I'm not.
I installed Arch on my laptop yesterday and am enjoying it immensely (turns out I missed pacman and AUR a lot tongue), but at college we are working on a web project in Java. Getting Java itself and Netbeans to run was a breeze, but when I open my project I'm faced with the following;
cTKinSKs.png

I've tried several packages, but I can't seem to get the javax.* packages to work.
Hoping someone can assist me or at least point me in the right direction.
Thanks.

Last edited by RobinJ (2014-04-26 08:24:23)

Offline

#2 2014-04-25 20:43:26

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,730
Website

Re: [SOLVED] Java javax.* packages

I am **not** a Java programmer but I understand that the Java J2EE SDK had everything or else the servlet.jar
If you search with

pacman -Ss servlet

you get:

extra/tomcat6 6.0.39-2
    Open source implementation of the Java Servlet 2.5 and JavaServer Pages 2.1 technologies
extra/tomcat7 7.0.53-1
    Open source implementation of the Java Servlet 3.0 and JavaServer Pages 2.2 technologies
extra/tomcat8 8.0.5-1
    Open source implementation of the Java Servlet 3.1 and JavaServer Pages 2.3 technologies

Hope this will help.
Perhaps some Java programmers in the forums may have a better response. smile

Edit: Here in the Oracle site you may find more accurate info about the servlet2.3 jar

Last edited by ralvez (2014-04-25 20:55:04)

Offline

#3 2014-04-25 21:52:13

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,614

Re: [SOLVED] Java javax.* packages

Moving to programming and scripting.   Also, watch the size of your images
I was going to tell you to set up a thumbnail, but you did hmm  Could I bother you to make that thumbnail a smidgen smaller?  If not, I'll probably come back and convert the img tags to url tags.

Last edited by ewaller (2014-04-25 21:55:13)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#4 2014-04-25 22:15:28

RobinJ
Member
From: Belgium, Europe
Registered: 2012-01-05
Posts: 21
Website

Re: [SOLVED] Java javax.* packages

ewaller wrote:

Moving to programming and scripting.   Also, watch the size of your images
I was going to tell you to set up a thumbnail, but you did hmm  Could I bother you to make that thumbnail a smidgen smaller?  If not, I'll probably come back and convert the img tags to url tags.

Sorry. Done smile

ralvez wrote:

I am **not** a Java programmer but I understand that the Java J2EE SDK had everything or else the servlet.jar
If you search with

pacman -Ss servlet

you get:

extra/tomcat6 6.0.39-2
    Open source implementation of the Java Servlet 2.5 and JavaServer Pages 2.1 technologies
extra/tomcat7 7.0.53-1
    Open source implementation of the Java Servlet 3.0 and JavaServer Pages 2.2 technologies
extra/tomcat8 8.0.5-1
    Open source implementation of the Java Servlet 3.1 and JavaServer Pages 2.3 technologies

Hope this will help.
Perhaps some Java programmers in the forums may have a better response. smile

Edit: Here in the Oracle site you may find more accurate info about the servlet2.3 jar

AFAIK that's just an alternative web server.

Offline

#5 2014-04-26 00:31:37

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,730
Website

Re: [SOLVED] Java javax.* packages

Yes, it is. But it may contain the package you need and you can take it form the  files installed. wink

R.

Offline

#6 2014-04-26 01:18:00

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Java javax.* packages

Drop down that "Libraries" folder in the tree on the left and let's see what's in there as well....


Matt

"It is very difficult to educate the educated."

Offline

#7 2014-04-26 08:21:19

RobinJ
Member
From: Belgium, Europe
Registered: 2012-01-05
Posts: 21
Website

Re: [SOLVED] Java javax.* packages

mrunion wrote:

Drop down that "Libraries" folder in the tree on the left and let's see what's in there as well....

P2y7yRw.png
Huh. That gives me something to look into smile
Might have to symlink something? Because I do have Java EE installed.
Thanks.

--Edit--
Ok, that was stupid of me.
Thanks, mrunion.

For future reference;
Right-click on your poject, pick "Fix Missing Server Problem...", and add your GlassFish server.

Sorry again. Should've seen this sooner.

Last edited by RobinJ (2014-04-26 08:23:24)

Offline

Board footer

Powered by FluxBB