Hi,there's a quirk in the Sun Studio 12 RC version you distributed at LinuxTag 2007in Berlin, Germany (Александр Горшенев told me to report any more bugs I findto this forum). begin ...
295 byte By
ttashiia at 2007-11-27 6:28:22
Please help! I have never seen an IDE going bananas like this. Suddenly Creator does not recognizes AbstractPageBean even though libraries are there. Does anyone has had the same experience? I reinstalled Creator but I have more problems. Can anyone help please ?Thanks,pete
587 byte By
andy_sea at 2007-11-27 6:28:36
Hi gyus,I'm a Creator newbie and want to disable some components when a checkbox is unchecked and enable them again when it is checked. I've tried doing it within the java-code in the _processValueChange - method but the page doesn't get refreshed so no components are disabled. While ...
274 byte By
yellra at 2007-11-27 6:29:24
Hi, anyone knows how to call the validation phase manually? for example im using a button with inmedite = true, but i would like to request the validation phase after some operations, i have to do before to call validation phase.Thanks in advanced,Yellr
i can see ~/.sunstudio/11-SunOS-sparc - do i import it into 12?
o select debug executableo click debugo i have a stop in main - it stopso click continue - program runs to completiono my output starts showing in "Process I/O"but, whew - before i can read it, the output is clearedthe i/o tab is still selected, but the panel is emptyactually this may be true ...
Hi.i am rebuilding QT 4.3.0 with Studio 12 FCS (released this weekend).no problems with the 32-bit compile. with the 64-bit compile,i get a SEGV when using -xport64=full, in qstring.cpp. removing-xport64=full solves the problem, but then i don't get all theuseful warnings. :-)i have posted all ...
675 byte By
rzolaua at 2007-11-27 6:30:31
Hi, I am using Sun Studio 12 C++ compiler on my 64-bit Gentoo with AMD Turion64. So far everything seems to work fine except of IPO. Any attempt to compile even a simple code with -xipo > 0 causes this error:compiler(iropt) error:Unexpected File IO error when reading IR. ...
Good dayI have a table component binded to a dataprovider with 5 columns of record from the database and the sixth column has a check box , when the checkbox is checked regardless of the number of the rows I was able the get all the corresponding records of all the rows been check ed but the ...
904 byte By
ALFa at 2007-11-27 6:31:09
I am using a similar database like the one in this tutorial: Travel example http://developers.sun.com/jscreator/learning/tutorials/2/dataproviders.htmlThe IDE provides Enterprise JavaBean components for use in tutorials and sample applications. You can add other EJBs to the IDE, then use them in ...
612 byte By
PeterA1a at 2007-11-27 6:31:32
We are about to start a new project and are planning to go with Sun App Server 9 but are undecided about which IDE to use.Specfically, will there be a release of SJSE based on Netbeans 5.5.1 or better 6.0 or has this product been replaced by the Enterprise Pack for Netbeans? I can't see much ...
308 byte By
Tgablea at 2007-11-27 6:31:38
I am trying out SS, we currently use gcc/Kdevelop. When I try to launch my program or debug inside Sun Studio I get an error about a missing .so. Since everything works fine from the command line I assume SS does see my shell environment variables. I don't see any option for this, what am I ...
655 byte By
dsva at 2007-11-27 6:31:56
I have a page with a fileUpload component.I have the component set to "Auto-Submit On Change" because I need to modify the page based on the filetype of the file selected.When the user presses Open in the "Choose File" window, the value of the fileUpload component is set but subsequently wiped ...
1069 byte By
theMAGEa at 2007-11-27 6:32:16
Hello,I just downloaded the release of SunStudio 12 for Linux and I found a bug -- even worse, a regression from the February 2007 Express edition: the .d files contain an extra \n:Here is a work session:florin@hera $ make CC=sunccsuncc -xMMD -g -xO1 -xdebugformat=dwarf -m64 -xc99=all -xCC -Xc ...
474 byte By
ajrh1a at 2007-11-27 6:32:47
Hi,I hope I managed to put in a bug report, but I'm not sure if it worked.[code]struct S {operator bool() const { return true; }template <typename T> operator T*() const { return 0; }};int main() { return 0 || S(); }~% sunc++ x.cpp >> Assertion:(../lnk/ir_util.cc, line 329)while ...
2816 byte By
PhilMa at 2007-11-27 6:33:47
Hello,First let me congratulate you on the new release. Having used Sunstudio 11 for a couple of years to debug large applications, I can say that the new release is a definitely important improvement. After a couple of hours, I can say it is faster, slicker; the interface is much more ...
313 byte By
XyraWhoa at 2007-11-27 6:36:37
Hello all,I was just curious as to if there is some online FAQs or quick tutorials for scsi development on SUN Solaris; from the SCSI to the pseudo LUNs I want to get a better idea of how it all comes together. Anyways help in finding a direction will be appreciated. Thanks in ...
1462 byte By
cbocka at 2007-11-27 6:37:01
Hi,a website layout with hard-coded coordinates (x,y) for component positions cannot adapt to the size of the user's browser window. Therefore, I use a kind of flow layout instead, consisting of components that are grouped in nested GridPanels (without any hard-coded coordinates).This works ...
When i tryasaadmin> create-node-agentit saysCLI147 Invalid command, create-node-agentI don't know why, that command commonly used on all the documentation I've found.Anybody knows why could it be?
I'm having trouble installing Creator 2 on FC6. I had to use the Installshield -is:extract flag to get the creator-2_1-linux-ml.bin to extract its files into the istempxxxxxxx folder. Then I changed to the istemp directory. Then I ran ./ Linux-Sun-1.4.2_04_patched.bin to extract its ...
579 byte By
mriba at 2007-11-27 6:42:35
Studio 12, SPARC Solaris 9There is an article in the IDE Help titled "Evaluating an Expression" and says:To evaluate an expression:1. Start a debugging session.2. Choose Run > Evaluate Expression (Ctrl-F9) from the main window.3. Type the expression in the Expression drop-down and click ...
1040 byte By
mfa786a at 2007-11-27 6:42:38
hi mastersir i try use ireport i flow setp as per this link http://developers.sun.com/jscreator/learning/tutorials/2/reports.htmlbut i fasing problem in blow step Replace path-to-web-project with the path to the folder that your project is in. For example, you might use something like ...
963 byte By
mfa786a at 2007-11-27 6:43:09
hi master sir i flow this link step by step http://developers.sun.com/jscreator/learning/tutorials/2/reports.htmlwhen i us this step Double-click the View Report button to display the Java source for the viewReportBtn_action method.Add the following code shown in bold to the body of the ...
326 byte By
lello76a at 2007-11-27 6:43:15
Hi,I know that this subject can be quite strange and that Sun could be hostile but I would ask if it is possible to use the Intel fortran debugger with Sun Studio 12.I am asking this because dbx has never worked on both my computers (I have a P4 and a Core 2 duo). ...
I just install SunStudio 12 on a Fedora 7 Linux box, and it appears it can not compileeven the simplest gtk application written in C++./opt/sun/sunstudio12/bin/CC -c -g -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include tstgtk.cc >> Signal 11:while processing ...
There's no doubt that Sun Studio 12 represents a great leap forward from its predecessor. Moreover, the integration of an editor, build manager and debugger arguably beats ad-hoc solutions such as ``emacs'' and ``vi''. And there's no question that the individual command-line tools ...
141 byte By
Jareda at 2007-11-27 6:44:58
Hello All,This may seem like a really dumb question, but is it possible to run Sun Studio on Mac OSX?Thanks,Jared
90 byte By
Warpnowa at 2007-11-27 6:45:45
When I try to download it, it says the file is unavaible. Tried many, many times...
Greetings,I'm currently in the process of learning GTK+ programming. For this task I wanted to use SunStudio 12 but I found the configuration of the projects for GTK+ development very annoying (adding many include directories and libraries for every configuration).Therefore I developed a small ...
Hi I have in my prerender()this.fileNameStaticText.getValue();if ( uploadedFileName != null ) {image1.setUrl(IMAGE_URL);}How do I setUrl on a different Page Fragment ?I tried with PageLogo logoFragmentBean = (PageLogo)getBean("PageLogo");What to do next ?ThanksMessage was edited by: ...
671 byte By
mfa786a at 2007-11-27 6:47:44
hi master sir i try to create the pdf by using this link http://developers.sun.com/jscreator/learning/tutorials/2/reports.html no error in complie time but when i run the project the system give me error deplyument error : failed to start server localhost:25848. see the server log file for ...
Hi all,I am new in the studio environment and my problem is with the common feature of web application. I am working on a application where, from page1 I have to show Page2 using modal window. With the help of a button in Page2, I must be able to close the modal window.Also, the modal window ...
Hello everyone,How can i validate a radio button in such a way that when it is clicked ,it should automatically refresh the page without loosing it value.
I have recently installed SunStudio 12 in Debian 4.0 x64. For the first time, I saw the debugger working: in all previous Express versions, the debugger hangs immediately. In SunStudio 12 I am able to debug an application, but the debugger prints the following messages as soon as I press ...
I just started using sun's f95 on my laptop (Pentium M, Ubuntu 7.04) and it has been working fine...but, with the goal to take my executable and run it in a larger computer, 4xOpteron275 running:Linux ***name 2.6.9-42.0.10.ELsmp #1 SMP Fri Feb 16 17:13:42 EST 2007 x86_64 x86_64 x86_64 ...
I am planning to install Sun Studio 11 on the Production Server.I have already installed Sun Studio11 on my Development machine.The Kernel Version on development machine is "SunOS 5.9 Generic 112233-08 Jun 2003" where as on Production Server it is "SunOS 5.9 Generic 112233-04 November 2002".I ...
I just installed the Studio 12 compilers on Scientific Linux (Red Hat Enterprise 5 clone, 64-bit version) on a machine with two dual-core Opterons. I wrote a Hello World program, and the C compiler handles it OK. The C++ compiler has trouble linking the 64-bit version.$ ...
453 byte By
walidcha at 2007-11-27 6:54:07
Hello,I have the silliest problem with Sun Java Studio Enterprise 8.1I want to uninstall it but can't seem to find the uninstall application.it's NOT in the control panel's add/remove programsand it's not in any folder inside the studio's directories.how can I safely do that?I have ...
1622 byte By
JagXa at 2007-11-27 6:54:31
L.S.I used the 'performing inserts, updates and deletes' tutorial to implement this functionality in my web app. Instead of the the table I used a form to perform the inserts and updates. The inserts work fine, however, I cannot get my update code to work properly.In the table I've got an ...
405 byte By
mfa786a at 2007-11-27 6:54:54
hi mastersir i use studio creater no error in build project time but when i run my project the system give me this error windowsApplication is already deployed on other target please use create-applicatoin-ref command to create reference to the specified target requested operation cannot be ...
130 byte By
hseritta at 2007-11-27 6:56:08
What do you use in order to create databases and tables (etc) for Derby (or the embedded Java database with this product) ?
389 byte By
Eaglesa at 2007-11-27 6:56:51
Hi All,I developed a jsp page wich have a table and this table take the data from a dataprovider linked to database, now if some record inserted into the database or deleted i want the data to be reflected on the form table how can i do this by automaticaly when the data get changed on the ...
4414 byte By
hzhra at 2007-11-27 6:58:44
Studio 12 C++ debugging symbols can't be read by gdb?The simple C++ test program:/* vec.cpp */#include <iostream>#include <string>#include <vector>int main(){std::vector<int> v;v.push_back(1);std::cout << *v.begin() << std::endl;return 0;}Compiling by Sun ...
186 byte By
Areseraa at 2007-11-27 6:58:49
i have deleted installation folder of sun studio 12 (/opt/sun) and now ,when i run installer again, it doesn't allow me to install any components. how can i resolve this problem?
4081 byte By
andy_sea at 2007-11-27 6:58:51
Hi guys,I'm developing a web-application that has ten rows of exactly the same setup of components, 1 checkbox, 3 dropdownlists, 2 textfields and a checkboxgroup. In my example below there is just a checkbox and a dropdown.The components are named in the same way with a trailing integer 0-9. ...
I'm using NetBeans IDE 6.0 Preview (M9, build 070502) on XPI'm building the StockClient from 4401_webservicessecurityThis is the error I receive:wscompile-init:C:\Sun\AppServer\samples\4401_webservicessecurity\webservicessecurity\samples\StockClient\nbproject\build-impl.xml:296: taskdef class ...
236 byte By
baf1a at 2007-11-27 6:59:54
The release notes say to delete the link to libfui.so and then create a new link with the commandln -s libfui.so.1 libfsu.soIs this really correct? Why libfui and libfsu? Exactly what link needs to be removed first?
546 byte By
HoBaa at 2007-11-27 7:01:21
i have a big problemi made 3 page Fargments one to the Top ,second to the Left ,and third to Buttonsomething happened very strange, after 3 or 4 navigation the Left panel which contains a background for it,suddenly it disappered "the backgrounf only" in case their is a StaticText in it which ...
Dear Everyone,Plz help me with creating a custom component, i have already created a calculator in javascript, html, jsf. Now i want to use it as a custom component in studio creator. I tried most website but they didn't satisfy my needs.So plz Help required urgently.My email Id is ...
Dear Everyone,I am having problem about creating custom component, i tried several websites but didn't help.I tried the wiki.java.com If anybody has created a custom component and used in sun java studio creator then please invest your valuable time for me and help me with this.Regards,Ashish ...