717 byte By
EJ_ILGUa at 2007-11-27 8:02:37
Hi, I have Sunstudio 12 on Solaris x86. I've got a warning when dbx read libclntsh.so.10.1.What's wrong? any idea?--bash-3.00$ uname -aSunOS wel02566 5.11 snv_57 i86pc i386 i86pcbash-3.00$ CC -VCC: Sun C++ 5.9 SunOS_i386 2007/05/03--(dbx)debug - 9358...Reading libnsl.so.1Reading ...
Dear members, I am trying to complete this code in JSC1: public Map<String, Object> listBoxMap;and i am getting following compilation errorgenerics are not supported in -source 1.4(try -source 1.5 to enable generics)i tried to change the source level in project.property file from 1.4 to ...
I am attempting to compile and run NCAR's CAM3.1, a global climate model, using the Sun compilers for Linux (we are testing our options for running our models in Linux). At the moment I am using a Sun Ultra 20 w/ amd64 and Fedora 5 installed to test this.So far, much of the source has built ...
Hi, I've just upgraded from Sun compiler 5.0 to Sun Studio 11 - On Solaris 8.I have a little program which uses std::string, I can't link this program with Sun Studio 11 : Undefinedfirst referenced symbolin filestd::string::~basic_string() changeUser.ovoid std::string::__unLink() ...
Hello,In the Febuary express edition of SunStudio there were more module update centers available.this allowed me to install the clearcase plugin.When I look at the SunStudio12 final release, there is only an update center for "Sun Studio Update Center".How do I add the other update centers - ...
Studio 12 seems to have a CVS menu item - but I use Subversion.Is there an equivalent facility available as an addin?
Is it possible to configure the /usr/sfw/bin/gcc compiler to be a selectable option in the Compiler Collection setting in Studio 12?(Or indeed any more modern gcc that I might build and install?)
Hi all,I Want to upload multiple files that I put in a java.util.list when the user explore and select the file and push a button. When the user do this (first file and push attach,second...,), it's necessary to put another button to send to the server the files in the List.Everything it's ...
I am trying to add a second style sheet to a project: For example:This one is already there<ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>Trying to add this one:<ui:link binding="#{Page1.link2}" id="link2" url="/resources/print.css" media="print"/>I ...
Hello all,how can i print a page to pdf on click of button in sun creatorregards
Hello All,I just installed Solaris Express, Developer Edition. And the only User Id is root. I am not sure that I want to practice and work in the root id. I am not sure, but to me it seems a bit risky.However, I do not know how to create a new user id and password. Is there an easy way to do ...
Hi On my page I have 2 radio buttons with Auto-submit on change activated for the 2 radio buttons, if any of the 2 radio button is check its sets some values picked from the database to some static text components,the logic is working fine but after clicking any of the radio button ...
459 byte By
HoBaa at 2007-11-27 8:11:03
i have a probelm:-i need to bind DropDownList to something dynamic,i know that i should bind it to Option[ ] and the happened in the session bean, and init. this Option in the constructor to fixed data like newOpion("My choice","Mychoice);but this is not my case, my case i have a webservice ...
350 byte By
Azerotha at 2007-11-27 8:11:46
I have a dynamically created table bound to a objectArrayDataProvider where all the columns have a check box. The thing is when I read the values in the objectArray it has the values as I loaded it. If a checkbox is changed in the table the objectArray dosn't get the change. How can I make ...
818 byte By
yongsuna at 2007-11-27 8:13:06
I met a strange problem recently. The __STATIC_CONSTRUCTOR() calls are not in proper order.I have one shared object file (im-scim.so), and it depends on another shared library file (libscim-1.0.so). In im-scim.so, there is a static object instance, and it calls a global function in ...
Hihow to let my client use popup jasperviewer when they generate report ?currently what i did is using signed applet and display this viewer within the appletwhat i want is when they click generate report .i want the jasper viewer pop up from their browser and they can see the reportcan anybody ...
1293 byte By
y.zhanga at 2007-11-27 8:15:23
Hi there, here is my simple c++ code:-#include <iostream>#include <math.h>using namespace std;int main(){long double a, b;int i;for ( i = 0; i <= 1000000; i++ ){a = i * i * i;b = sin(a) * a * a * cos(a);}for ( i = 0; i <= 10000000; i++ ){a = sin(a*b);b = cos(b*b);}cout ...
815 byte By
MFSa at 2007-11-27 8:15:50
Dear all,I'm new to the Sun Development Tools and I'm trying to install Sunstudio12 on my Linux Ubuntu Feisty. I've used the tar file distribution and I installed java-sdk e and netbeans using the deb packages from the Ubuntu's repositories.I unpacked the tar file in /opt/sun. The ...
632 byte By
fatmala at 2007-11-27 8:17:09
Hi,Working through the tutorial on using virtual forms to add/edit/delete rows of data into a table, I've set-up virtual forms against the buttons, which I now need to associate with the table. The tutorial states select tableColumn1, then right-click and select "Configure Virtual Forms". I ...
583 byte By
fatmala at 2007-11-27 8:17:14
I want to provide a very thorough search mechanism for my app, to search across multiple uploaded documents and document types. I'm considering using Lucene to provide this functionality, with all uploaded files stored in MySQL.Does anyone have experience in doing this, and if so, could you ...
in the code:CSeqDBAliasNode::CSeqDBAliasNode(CSeqDBAtlas& atlas, const CSeqDB_DirName & dbpath, const CSeqDB_BaseName & dbname, charprot_nucl, CSeqDBAliasStack& recurse, CSeqDBLockHold& locked, CSeqDBAliasSets& alias_sets): m_Atlas(atlas),m_DBPath(dbpath),m_ThisName ...
699 byte By
rpalm01a at 2007-11-27 8:19:48
I'm using the latest (as of today) Java Studio Enterprise 8.1 application server. I'm trying to request a verisign certificate and install it on the system. I used the keytool to perform a certificate request, sent the certificate to versign, got the reply back, and installed the signed key ...
20285 byte By
autohanda at 2007-11-27 8:20:05
i can call the size function, but not the operator[] function - another vector member variable in the same class does not have this problem - i am confused why i am having trouble with this one.(dbx) print m_SubNodes.size()m_SubNodes.size() = 1U(dbx) print m_SubNodes.operator[](0)dbx: ...
472 byte By
Zootlea at 2007-11-27 8:21:44
While running applications that throw exceptions on x86 with access checking enabled, I always get the following error:Read from unallocated (rua) on thread 1:Attempting to read 4 bytes at address 0xfefa242cLocation of error: , line 0, _get_exit_frame_monitor()Followed by a SIGTRAP:dbx: ...
thanksi have a page that it verify if the password and confirm password user's, it are matches.sorry my englishand i have this script tag into jsf page: <ui:script binding="#{newPage.script1}" id="script1" url="chequeador.js"/>and the file chequeador.js contain:function chequeador(form) ...
737 byte By
Viatora at 2007-11-27 8:23:25
hi everybody!could your please help me to understand where mistake is?tried to install Sun Studio12 and received following messages1. while checking for prerequisite software by typing/prepare_system -c - got message "the following steps are required: netbeans patches" (help says i should ...
a make poject with netBeans5not able in compiler and run alot of error what i can me the help
262 byte By
LeDieua at 2007-11-27 8:25:39
Hi people,I am not sure if this is the right place for this topic but i don't know a better one.I have a question if there is any info about the undo/redo function in the UML Modeling Tool in the Netbeans project.Greetz,LeDieu
678 byte By
RickHa at 2007-11-27 8:26:21
Hi all. I tried installing Sun Studio 12 on my Solaris 10 box. There were troubles at installation, I think because although the top level directory (/opt) was on my box, the next level down (/opt/lang) was out somewhere else on nfs. I tried to uninstall, but that also failed, I'm thinking ...
Where does Forte Developer 6 look for my header (.h) files? I amended my LD_LIBRARY_PATH but it looks like that's just for .so .a etc.
16815 byte By
burferda at 2007-11-27 8:27:56
I have 4 separate JSF applications developed in JSC.On occasion, I have a problem starting the application server and get a popup saying to check for misassigned port names and contents of domain.xml.Whenever this happens, a system reboot seems to clear up the problem until now.Now, rebooting ...
Hi,When running the web application from my local machine the url is the following http://localhost:8080/AutomobileDatabase2/faces/Page1.jspI want to deploye my application in a real server with the nameAUTODEALSso the url should be www.autodeals.comQuestions1. How will Page1.jsp be displayed ...
4126 byte By
marysama at 2007-11-27 8:30:50
I posted this on 19th June, I haven抰 got any reply yet. I never had such problems with security a few years ago. I didn抰 have other choices than to cry out to the gurus at Sun. Note that I have also tried granting permissions, etc., in server.policy file. It didn抰 budge. Please help me.My ...
I hope someone can provide me some feedback into this error. I've done some research on this error, but the recommendations do not work.What I have done is created a portlet in JSC and have it working on the Sun Server. Now I am moving the portlet over to Liferay. I've added the two Liferay ...
Hi,How do I set the "linker flags" through the Sun Studio 12 IDE?Am moving a small existing set of GTK/Gnome source C code from Eclipse 3.2.x for Sun Studio 12/Express. (Wish the "Eclipse Importer would work with C code"!)Checked out the source from CVS, created a C/C++ project with it, and ...
245 byte By
Annua at 2007-11-27 8:41:06
Hello friends, I am having problem in getting a ToolTip when I hover mouse pointer on ImageIcon. I have already set ToolTip property for ImageIcon in property window, but its not working. Can anybody help me?Thank you
1330 byte By
walid.ka at 2007-11-27 8:42:28
Hi,i try to freeze the header of table an make tbody scrollable, to do this i try to add thead to table and make tbody scrollable, i add this code on the onload of the pagemyTable = document.getElementById("form1:table1");myTrElements = myTable.getElementsByTagName("tr");myCaption = ...
It seems that access checking crashes the dbx targetwhen it is running in the "de" locale and a call to setlocale()is used.% dbx -VSun Dbx Debugger 7.6 SunOS_i386 2007/05/03(running on opensolaris x86 / build 68)% ...
855 byte By
RickHa at 2007-11-27 8:45:56
Hi all. I am using the new Sunstudio. It works great! I would like put the cursor on an identifier, press the control key, and go to the declaration of that identifier. I can do that, within my own application. But I would also like to follow the reference out to library code. In an attempt, I ...
705 byte By
moponta at 2007-11-27 8:46:30
Hello !!Im my application I have a table with 700.000 rows and I have to show this values to the user.....I'm using the creator's Table component with pagination of 10 elements per page and an filter....the fact is..... my application even get started cause creator fetch all rows (or a great ...
Hi,I installed sunstudio 12 on a new machine with Solaris 9 x86.When I start it, it displays a list of warnings about missing netbeans modules and ask me if I want to disable them:[code]Warning - could not install some modules:ATD Workshop Project Import - The module named ...
250 byte By
mho8533a at 2007-11-27 8:47:20
I just wanted to create a basic datasource connection to an Oracle server, so after I entered all the connection info then click on Test Connection, I received this error. I don't know what else that I need to do to correct this error. Thanks
1965 byte By
Makulaa at 2007-11-27 8:48:04
Hi,First of all I don't really know where to put this post about C++ Pack in NetBeans. I've read one post in which someone suggests that this section will be pretty close...Maybe someone here would be so kind and try to help me...I'm using Ubuntu 7.04 and I have a problem with code ...
Does anyone here know how to set up Sun Studio 12 for Linux to work with Clearcase? I found earlier Sun Studio version docs that claim compatibility with Clearcase e.g. http://developers.sun.com/sunstudio/products/previous/10/studio_linux.pdf and ...
Hello,I downloaded and installed Sun Studio Express Release with D-Light.Sun Studio IDE looks very nice, but there are some problems.One of them is that "Reformat Code" does not work well in C/C++ codewith multi line macros. Here is what I see on the screen:#define wastetime(res) { \res = ...
Hello,I'm trying to use D-Light Tool in Sun Studio Express Release.I solved d-trace permissions problems (thanks for some useful tipsin help). Now I run a test program under D-Light instruments,and I'm trying to understand the pictures. I see some problems.They look like bugs, but probably I ...
I want to preset the map markers on particular location before the Google map loads, i want the code for it, i have the latitudes & longitudes.Please help me with itI have developed application with one map marker, and i am unable to do it with multiple markers.It gives me something error ...
Not work Analyzer(Running "/opt/sun/sunstudio12/prod/bin/collect -d /usr/local/sunworkspace/Fractal_1/nbproject/private/experiments -o test.3.er -A on -r race,deadlock /usr/local/sunworkspace/Fractal_1/dist/Debug/fractal" in /usr/local/sunworkspace/Fractal_1WARNING: Target ...
We want some clarification regarding SUN C++ Compiler S/W. We have Sun studio v 11 installation on SUN v440 R server, where SUN C++ compiler shows v 5.8 (Server Output as below)And as per our environment requirement is SUN C++ Compiler which comes along with SUN Studio 9 .1. Can we install 2 ...
616 byte By
s.urbata at 2007-11-27 8:52:22
The following two issues are absent on Solaris 10 SPARC and all previous Sun Studio versions (8 to 11), but present on both amd64 Solaris 10 and Linux 2.6 versions:1. mozilla.org's Spidermonkey "JavaScript" (ECMAscript) can't be compiled with it: in file jsinterp.c an endless loop is entered ...